CVE-2020-15174: Unpreventable top-level navigation in Electron
In Electron before versions 11.0.0-beta.1, 10.0.1, 9.3.0 or 8.5.1 the will-navigate event that apps use to prevent navigations to unexpected destinations as per our security recommendations can be bypassed when a sub-frame performs a top-frame navigation across sites. The issue is patched in versions 11.0.0-beta.1, 10.0.1, 9.3.0 or 8.5.1 As a workaround sandbox all your iframes using the sandbox attribute. This will prevent them creating top-frame navigations and is good practice anyway.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is CVE-2020-15174?
CVE-2020-15174 is a vulnerability in Electron versions 8.0.0 to 8.5.1, 9.0.0 to 9.3.0, and 10.0.0 to 10.0.1 that allows bypassing of the 'will-navigate' event.
How can the 'will-navigate' event be bypassed?
The 'will-navigate' event can be bypassed when a sub-frame performs a top-frame navigation across sites.
What is the severity of CVE-2020-15174?
CVE-2020-15174 has a severity rating of 7.5 (high).
Which versions of Electron are affected by CVE-2020-15174?
Electron versions 8.0.0 to 8.5.1, 9.0.0 to 9.3.0, and 10.0.0 to 10.0.1 are affected by CVE-2020-15174.
How can I fix CVE-2020-15174?
CVE-2020-15174 is patched in version 11.0.0-beta.1 of Electron.