Snyk has a proof-of-concept or detailed explanation of how to exploit 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 applicationsUpgrade node-windows
to version 1.0.0-beta.6 or higher.
node-windows is a Support for Windows services, event logging, UAC, and several helper methods for interacting with the OS.
Affected versions of this package are vulnerable to Command Injection due to missing input validation in the exec
function located in `lib/cmd.js' file. An attacker is able to concatenate PID parameter with a malicious command that will be executed.
var wincmd = require('node-windows');
wincmd.kill("12345; calc.exe", function(){ console.log('Process Killed'); });
Note: This vulnerability is only relevant for Windows OS.