CVE-2023-29198
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:L
Summary
Electron is a framework which lets you write cross-platform desktop applications using JavaScript, HTML and CSS. Electron apps using contextIsolation and contextBridge are affected. This is a context isolation bypass, meaning that code running in the main world context in the renderer can reach into the isolated Electron context and perform privileged actions. This issue is only exploitable if an API exposed to the main world via contextBridge can return an object or array that contains a javascript object which cannot be serialized, for instance, a canvas rendering context. This would normally result in an exception being thrown Error: object could not be cloned. The app side workaround is to ensure that such a case is not possible. Ensure all values returned from a function exposed over the context bridge are supported. This issue has been fixed in versions 25.0.0-alpha.2, 24.0.1, 23.2.3, and 22.3.6.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| electron | electron | < 22.3.6 | affected |
| electron | electron | >= 23.0.0, < 23.2.3 | affected |
| electron | electron | >= 24.0.0, < 24.0.1 | affected |
| electron | electron | >= 25.0.0-alpha.1, < 25.0.0-alpha.2 | affected |
Weaknesses
- CWE-754: CWE-754: Improper Check for Unusual or Exceptional Conditions
ADP Enrichment
CVE Program Container
Additional References
- https://github.com/electron/electron/security/advisories/GHSA-p7v2-p9m8-qqg7
- https://www.electronjs.org/docs/latest/api/context-bridge#parameter–error–return-type-support
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: no
- Technical Impact: partial
References
- https://github.com/electron/electron/security/advisories/GHSA-p7v2-p9m8-qqg7
- https://www.electronjs.org/docs/latest/api/context-bridge#parameter–error–return-type-support
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.