Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
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 applicationsLearn about Remote Code Execution (RCE) vulnerabilities in an interactive lesson.
Start learningUpgrade windows-edge
to version 1.1.0 or higher.
windows-edge is a package that Launches a new Microsoft Edge tab on Windows.
Affected versions of this package are vulnerable to Remote Code Execution (RCE). The issue occurs because a user input
is formatted inside a command
that will be executed without any check.
##PoC
const edge = require('windows-edge');
edge({ uri: 'https://github.com/; touch HACKED; #' }, (err, ps) => {})