Privilege Escalation Affecting electron Open this link in a new tab package, versions <6.1.11 >=7.0.0 <7.2.4 >=8.0.0 <8.2.4
Attack Complexity
Low
Scope
Changed
Integrity
High
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications-
snyk-id
SNYK-JS-ELECTRON-575396
-
published
7 Jul 2020
-
disclosed
7 Jul 2020
-
credit
Unknown
Introduced: 7 Jul 2020
CVE-2020-15096 Open this link in a new tabHow to fix?
Upgrade electron
to version 6.1.11, 7.2.4, 8.2.4 or higher.
Overview
electron is a framework which lets you write cross-platform desktop applications using JavaScript, HTML and CSS.
Affected versions of this package are vulnerable to Privilege Escalation. 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.
##Note:
Only apps using contextIsolation
are affected.