Arbitrary Code Execution Affecting org.webjars.npm:electron package, versions [0,]


0.0
high

Snyk CVSS

    Attack Complexity Low

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-JAVA-ORGWEBJARSNPM-483083
  • published 11 Nov 2019
  • disclosed 7 Jan 2019
  • credit Unknown

Introduced: 7 Jan 2019

CVE NOT AVAILABLE CWE-453 Open this link in a new tab

How to fix?

There is no fixed version for org.webjars.npm:electron.

Overview

org.webjars.npm: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 Arbitrary Code Execution due to Node being enabled in a webview because the default values of nodeIntegration and webviewTag were set to true when they where undefined by a user. The fix allows users to prevent Node and webview being enabled, when undefined, by setting the default values of nodeIntegration and webviewTag to false.