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 @cyclonedx/cyclonedx-npm to version 5.0.0 or higher.
@cyclonedx/cyclonedx-npm is a Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.
Affected versions of this package are vulnerable to Command Injection via the --workspace argument when the environment variable npm_execpath is unset or empty. An attacker can execute arbitrary operating system commands by supplying specially crafted input to the CLI. This is only exploitable if the tool is invoked with the --workspace option and the environment variable npm_execpath is unset or empty.
This vulnerability can be mitigated by ensuring that the environment variable npm_execpath is set before invoking the tool.