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.4 or higher.
@fastify/static is a Plugin for serving static files as fast as possible.
Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity via the route matching process. An attacker can access protected files by altering the letter case of a path segment in a request on case-insensitive filesystems, thereby bypassing route guard or allowedPath restrictions.
Note: This is only exploitable if the server is running on a case-insensitive filesystem such as Windows or the default macOS volume.
This vulnerability can be mitigated by serving static files from a case-sensitive filesystem, or by ensuring route guards and allowedPath rules account for every letter-case variant of the protected paths.