OS Command Injection in Electron - CVE-2018-1000118
Published: March 7, 2018 / Updated: August 8, 2020
Electron
Detailed vulnerability description
The vulnerability allows a remote non-authenticated attacker to execute arbitrary code.
Github Electron version Electron 1.8.2-beta.4 and earlier contains a Command Injection vulnerability in Protocol Handler that can result in command execute. This attack appear to be exploitable via the victim opening an electron protocol handler in their browser. This vulnerability appears to have been fixed in Electron 1.8.2-beta.5. This issue is due to an incomplete fix for CVE-2018-1000006, specifically the black list used was not case insensitive allowing an attacker to potentially bypass it.