GHSA-8x5q-pvf5-64mp

Suggest an improvement
Source
https://github.com/advisories/GHSA-8x5q-pvf5-64mp
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/04/GHSA-8x5q-pvf5-64mp/GHSA-8x5q-pvf5-64mp.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-8x5q-pvf5-64mp
Aliases
Published
2026-04-03T21:52:33Z
Modified
2026-04-06T23:46:21Z
Severity
  • 2.3 (Low) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L CVSS Calculator
Summary
Electron: Use-after-free in offscreen shared texture release() callback
Details

Impact

Apps that use offscreen rendering with GPU shared textures may be vulnerable to a use-after-free. Under certain conditions, the release() callback provided on a paint event texture can outlive its backing native state, and invoking it after that point dereferences freed memory in the main process, which may lead to a crash or memory corruption.

Apps are only affected if they use offscreen rendering with webPreferences.offscreen: { useSharedTexture: true }. Apps that do not enable shared-texture offscreen rendering are not affected.

Workarounds

Ensure texture.release() is called promptly after the texture has been consumed, before the texture object becomes unreachable.

Fixed Versions

  • 42.0.0-alpha.5
  • 41.1.0
  • 40.8.5
  • 39.8.5

For more information

If there are any questions or comments about this advisory, send an email to security@electronjs.org

Database specific
{
    "cwe_ids":  [
        "CWE-416"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2026-04-03T21:52:33Z",
    "nvd_published_at":  "2026-04-06T16:16:36Z",
    "severity":  "LOW"
}
References

Affected packages

npm / electron

Package

Affected ranges

Type
SEMVER
Events
Introduced
33.0.0-alpha.1
Fixed
39.8.5

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/04/GHSA-8x5q-pvf5-64mp/GHSA-8x5q-pvf5-64mp.json"

npm / electron

Package

Affected ranges

Type
SEMVER
Events
Introduced
40.0.0-alpha.1
Fixed
40.8.5

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/04/GHSA-8x5q-pvf5-64mp/GHSA-8x5q-pvf5-64mp.json"

npm / electron

Package

Affected ranges

Type
SEMVER
Events
Introduced
41.0.0-alpha.1
Fixed
41.1.0

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/04/GHSA-8x5q-pvf5-64mp/GHSA-8x5q-pvf5-64mp.json"

npm / electron

Package

Affected ranges

Type
SEMVER
Events
Introduced
42.0.0-alpha.1
Fixed
42.0.0-alpha.5

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/04/GHSA-8x5q-pvf5-64mp/GHSA-8x5q-pvf5-64mp.json"