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 systeminformation to version 5.31.7 or higher.
systeminformation is a simple system and OS information library.
Affected versions of this package are vulnerable to Command Injection through the checkLinuxDCHPInterfaces() function in lib/network.js. An attacker can execute arbitrary commands by supplying a malicious source path in a Linux interfaces(5) configuration file that networkInterfaces() parses. The vulnerable code reads /etc/network/interfaces and recursively follows source directives, then interpolates the parsed path unquoted into a shell command passed to execSync(). Any process calling networkInterfaces() on a system where an attacker can influence a sourced interfaces file can be made to run injected commands with the privileges of that Node.js process.