Lucene search

K
cvelistGitHub_MCVELIST:CVE-2020-26272
HistoryJan 28, 2021 - 6:25 p.m.

CVE-2020-26272 IPC messages misrouted in Electron

2021-01-2818:25:17
CWE-668
GitHub_M
www.cve.org
4
cve-2020-26272
electron
ipc vulnerability
javascript
html
css
webcontents.sendtoframe
event.reply
remote module

CVSS3

5.4

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N

EPSS

0.001

Percentile

42.0%

The Electron framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. In affected versions of Electron IPC 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 workarounds for this issue.

CNA Affected

[
  {
    "product": "electron",
    "vendor": "electron",
    "versions": [
      {
        "status": "affected",
        "version": "< 9.4.0"
      },
      {
        "status": "affected",
        "version": ">= 10.0.0, < 10.2.0"
      },
      {
        "status": "affected",
        "version": ">= 11.0.0, < 11.1.0"
      }
    ]
  }
]

CVSS3

5.4

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N

EPSS

0.001

Percentile

42.0%

Related for CVELIST:CVE-2020-26272