CVE-2020-4075 MEDIUM

CVE-2020-4075: Arbitrary file read via window-open IPC in Electron

Vendor Electron
Product electron
Weakness CWE-552 · Files accessible externally
Published July 7, 2020
Last update August 4, 2024

CVSS base score

6.8/10
Attack vector Network
Attack complexity High
Privileges required None
User interaction None
Confidentiality High
Integrity None

CVSS vector

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

What the vulnerability does

01Description

In Electron before versions 7.2.4, 8.2.4, and 9.0.0-beta21, arbitrary local file read is possible by defining unsafe window options on a child window opened via window.open. As a workaround, ensure you are calling `event.preventDefault()` on all new-window events where the `url` or `options` is not something you expect. This is fixed in versions 9.0.0-beta.21, 8.2.4 and 7.2.4.

Key dates

02Disclosure timeline

July 7, 2020 CVE published
August 4, 2024 Record updated