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 to version 5.12.5 or higher.
fastify is an overhead web framework, for Node.js.
Affected versions of this package are vulnerable to Uncaught Exception via the reply.trailer function when handling HTTP/2 trailer responses. An attacker can cause the server process to crash and terminate all active requests by sending a single unauthenticated HTTP/2 request to any route that registers a response trailer. This can be repeated after each restart to continually disrupt service.
This vulnerability can be mitigated by avoiding the registration of response trailers with reply.trailer on routes served over HTTP/2 until upgrading.