Snyk has a published code exploit for this vulnerability.
The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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 Arbitrary Code Execution vulnerabilities in an interactive lesson.
Start learningUpgrade script-manager
to version 0.9.0 or higher.
script-manager is a manager for running foreign and potentially dangerous scripts in the cluster.
Affected versions of this package are vulnerable to Arbitrary Code Execution. It runs HTTP server as a child process and sends requests to this server. The server dynamically loads (with help of require()
) some parts of the code, as long as the path to the required code depends on the data from the request (req.body.options.execModulePath
). If an attacker knows the port of the server, it is possible to load code that was not intended to execute.