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 applicationsLearn about Improper Input Validation vulnerabilities in an interactive lesson.
Start learningUpgrade Alpine:3.20
nodejs
to version 8.11.0-r0 or higher.
Note: Versions mentioned in the description apply only to the upstream nodejs
package and not the nodejs
package as distributed by Alpine
.
See How to fix?
for Alpine:3.20
relevant fixed versions and status.
The 'path'
module in the Node.js 4.x release line contains a potential regular expression denial of service (ReDoS) vector. The code in question was replaced in Node.js 6.x and later so this vulnerability only impacts all versions of Node.js 4.x. The regular expression, splitPathRe
, used within the 'path'
module for the various path parsing functions, including path.dirname()
, path.extname()
and path.parse()
was structured in such a way as to allow an attacker to craft a string, that when passed through one of these functions, could take a significant amount of time to evaluate, potentially leading to a full denial of service.