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/reply-from to version 12.6.4 or higher.
@fastify/reply-from is a forward your HTTP request to another server, for fastify
Affected versions of this package are vulnerable to Unintended Proxy or Intermediary ('Confused Deputy') in the getUpstream function. An attacker can gain unauthorized access to or modify data across different upstreams by exploiting a URL cache key collision, which occurs when different destination and source path pairs generate the same cache key due to the lack of a delimiter. This allows cached URLs for one upstream to be reused for requests intended for another upstream.
This vulnerability can be mitigated by passing disableCache: true when registering the plugin.