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/middie to version 9.3.3 or higher.
@fastify/middie is a Middleware engine for Fastify
Affected versions of this package are vulnerable to Uncaught Exception in the URL normalization process when handling malformed percent-encoded sequences in incoming request paths. An attacker can cause the Node.js process to terminate unexpectedly by sending specially crafted requests with incomplete percent escapes or truncated multibyte sequences. This is only exploitable if the standalone engine API is used directly, as applications using the Fastify plugin path are not affected.
This vulnerability can be mitigated by migrating from the standalone engine API to the Fastify plugin path, where the framework error handler catches the exception.