The Electron framework lets users write cross-platform desktop applications using JavaScript, HTML and CSS. In versions of Electron IPC prior to 9.4.0, 10.2.0, 11.1.0, and 12.0.0-beta.9, messages sent from the main process to a subframe in the renderer process, through webContents.sendToFrame, event.reply or when using the remote module, can in some cases be delivered to the wrong frame. If your app uses remote, calls webContents.sendToFrame, or calls event.reply in an IPC message handler then it is impacted by this issue. This has been fixed in versions 9.4.0, 10.2.0, 11.1.0, and 12.0.0-beta.9. There are no known workarounds for this issue.
References
Configurations
Configuration 1 (hide)
|
History
27 May 2025, 16:15
Type | Values Removed | Values Added |
---|---|---|
Summary | (en) The Electron framework lets users write cross-platform desktop applications using JavaScript, HTML and CSS. In versions of Electron IPC prior to 9.4.0, 10.2.0, 11.1.0, and 12.0.0-beta.9, messages sent from the main process to a subframe in the renderer process, through webContents.sendToFrame, event.reply or when using the remote module, can in some cases be delivered to the wrong frame. If your app uses remote, calls webContents.sendToFrame, or calls event.reply in an IPC message handler then it is impacted by this issue. This has been fixed in versions 9.4.0, 10.2.0, 11.1.0, and 12.0.0-beta.9. There are no known workarounds for this issue. | |
References |
|
21 Nov 2024, 05:19
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : 6.4
v3 : 5.4 |
References | () https://github.com/electron/electron/commit/07a1c2a3e5845901f7e2eda9506695be58edc73c - Patch, Third Party Advisory | |
References | () https://github.com/electron/electron/pull/26875 - Third Party Advisory | |
References | () https://github.com/electron/electron/releases/tag/v9.4.0 - Release Notes, Third Party Advisory | |
References | () https://github.com/electron/electron/security/advisories/GHSA-hvf8-h2qh-37m9 - Third Party Advisory | |
References | () https://www.electronjs.org/releases/stable?version=9#9.4.0 - Release Notes, Vendor Advisory |
Information
Published : 2021-01-28 19:15
Updated : 2025-05-27 16:15
NVD link : CVE-2020-26272
Mitre link : CVE-2020-26272
CVE.ORG link : CVE-2020-26272
JSON object : View
Products Affected
electronjs
- electron
CWE
CWE-668
Exposure of Resource to Wrong Sphere