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 @fastify/static to version 10.1.2 or higher.
@fastify/static is a Plugin for serving static files as fast as possible.
Affected versions of this package are vulnerable to Incorrect Behavior Order: Validate Before Canonicalize via non-canonical URL path handling in the allowedPath check in index.js. An attacker can bypass file/subtree restrictions by sending paths such as //file, /./file, or /public/../private/file that allowedPath evaluates before pathname normalization. Applications that rely on allowedPath to block specific static files or deny access outside an allowed subtree can serve files that should have been rejected, exposing protected content to unauthorized clients.