8.8
CVE-2026-34772
- EPSS 0.21%
- Veröffentlicht 03.04.2026 23:49:20
- Zuletzt bearbeitet 22.04.2026 15:10:25
- Quelle security-advisories@github.com
- CVE-Watchlists
- Unerledigt
Electron: Use-after-free in download save dialog callback
Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to versions 38.8.6, 39.8.0, 40.7.0, and 41.0.0-beta.8, apps that allow downloads and programmatically destroy sessions may be vulnerable to a use-after-free. If a session is torn down while a native save-file dialog is open for a download, dismissing the dialog dereferences freed memory, which may lead to a crash or memory corruption. Apps that do not destroy sessions at runtime, or that do not permit downloads, are not affected. This issue has been patched in versions 38.8.6, 39.8.0, 40.7.0, and 41.0.0-beta.8.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Electronjs ≫ Electron SwPlatformnode.js Version < 38.8.6
Electronjs ≫ Electron SwPlatformnode.js Version >= 39.0.0 < 39.8.0
Electronjs ≫ Electron SwPlatformnode.js Version >= 40.0.0 < 40.7.0
Electronjs ≫ Electron Version41.0.0 Updatealpha1 SwPlatformnode.js
Electronjs ≫ Electron Version41.0.0 Updatealpha2 SwPlatformnode.js
Electronjs ≫ Electron Version41.0.0 Updatealpha3 SwPlatformnode.js
Electronjs ≫ Electron Version41.0.0 Updatealpha4 SwPlatformnode.js
Electronjs ≫ Electron Version41.0.0 Updatealpha5 SwPlatformnode.js
Electronjs ≫ Electron Version41.0.0 Updatealpha6 SwPlatformnode.js
Electronjs ≫ Electron Version41.0.0 Updatebeta1 SwPlatformnode.js
Electronjs ≫ Electron Version41.0.0 Updatebeta2 SwPlatformnode.js
Electronjs ≫ Electron Version41.0.0 Updatebeta3 SwPlatformnode.js
Electronjs ≫ Electron Version41.0.0 Updatebeta4 SwPlatformnode.js
Electronjs ≫ Electron Version41.0.0 Updatebeta5 SwPlatformnode.js
Electronjs ≫ Electron Version41.0.0 Updatebeta6 SwPlatformnode.js
Electronjs ≫ Electron Version41.0.0 Updatebeta7 SwPlatformnode.js
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.21% | 0.109 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 8.8 | 2.8 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
|
| security-advisories@github.com | 5.8 | 1 | 4.7 |
CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:L/A:L
|
CWE-416 Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
https://github.com/electron/electron/security/advisories/GHSA-9w97-2464-8783