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.1 or higher.
fastify is an overhead web framework, for Node.js.
Affected versions of this package are vulnerable to Reliance on Untrusted Inputs in a Security Decision through the getTrustProxyFn hop-count handling in lib/request.js when trustProxy is configured as a number. An attacker can overwrite request.ip, request.ips, request.host, request.hostname, and request.protocol by sending forged forwarded headers to an origin that is reachable directly, bypassing the front-facing proxy. This lets the attacker make the application treat an arbitrary client address and host as trusted, which can break host-based routing, generate poisoned absolute URLs, bypass HTTPS and secure-cookie checks, and skew cache or CSRF-origin decisions.
Workarounds
trustProxy value that validates the connecting address; custom functions should inspect the address argument, not only the hop index. This prevents direct clients from spoofing X-Forwarded-* values through numeric hop-count trust.