9.8
CVE-2023-23623
- EPSS 0.5%
- Veröffentlicht 06.09.2023 21:15:08
- Zuletzt bearbeitet 21.11.2024 07:46:33
- Quelle security-advisories@github.com
- CVE-Watchlists
- Unerledigt
Electron is a framework which lets you write cross-platform desktop applications using JavaScript, HTML and CSS. A Content-Security-Policy that disables eval, specifically setting a `script-src` directive and _not_ providing `unsafe-eval` in that directive, is not respected in renderers that have sandbox disabled. i.e. `sandbox: false` in the `webPreferences` object. This allows usage of methods like `eval()` and `new Function` unexpectedly which can result in an expanded attack surface. This issue only ever affected the 22 and 23 major versions of Electron and has been fixed in the latest versions of those release lines. Specifically, these versions contain the fixes: 22.0.1 and 23.0.0-alpha.2 We recommend all apps upgrade to the latest stable version of Electron. If upgrading isn't possible, this issue can be addressed without upgrading by enabling `sandbox: true` on all renderers.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Electronjs ≫ Electron Version22.0.0 Update- SwPlatformnode.js
Electronjs ≫ Electron Version22.0.0 Updatebeta1 SwPlatformnode.js
Electronjs ≫ Electron Version22.0.0 Updatebeta2 SwPlatformnode.js
Electronjs ≫ Electron Version22.0.0 Updatebeta3 SwPlatformnode.js
Electronjs ≫ Electron Version22.0.0 Updatebeta4 SwPlatformnode.js
Electronjs ≫ Electron Version22.0.0 Updatebeta5 SwPlatformnode.js
Electronjs ≫ Electron Version22.0.0 Updatebeta6 SwPlatformnode.js
Electronjs ≫ Electron Version22.0.0 Updatebeta7 SwPlatformnode.js
Electronjs ≫ Electron Version22.0.0 Updatebeta8 SwPlatformnode.js
Electronjs ≫ Electron Version23.0.0 Updatealpha1 SwPlatformnode.js
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.5% | 0.651 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
| security-advisories@github.com | 7.5 | 1.6 | 5.9 |
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
|
CWE-670 Always-Incorrect Control Flow Implementation
The code contains a control flow path that does not reflect the algorithm that the path is intended to implement, leading to incorrect behavior any time this path is navigated.