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 bestzip to version 2.2.7, 3.0.3 or higher.
bestzip is an Uses OS zip command if avaliable (for better performance and speed) or node.js version if there is no system command avaliable. Can be called via node or command line.
Affected versions of this package are vulnerable to Arbitrary Argument Injection through the nativeZip function in lib/bestzip.js. An attacker can execute arbitrary commands by supplying a crafted options.destination value and source arguments when using the native Info-ZIP zip backend.
The vulnerable command builder passes the destination directly into the zip argv array before the -- separator, so a destination that looks like an option can be interpreted as a flag, allowing later source entries to be parsed as additional options. In applications that forward attacker-controlled archive names and file lists to nativeZip, this can lead to code execution with the Node.js process's privileges.