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.6, 3.0.2 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 process in lib/bestzip.js. An attacker can execute arbitrary commands on the host by supplying source paths that begin with - so they are passed to the native zip CLI as flags instead of filenames. In deployments where untrusted input reaches bestzip, this lets a malicious source list inject zip options such as -T and -TT, causing the process to run attacker-controlled commands with the privileges of the Node.js application.