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 hackney to version 4.0.1 or higher.
Affected versions of this package are vulnerable to Open Redirect via the handle_redirect/8 redirect flow in the HTTP/3 client. An attacker can exfiltrate Authorization, Cookie, and Proxy-Authorization headers, and for 307/308 redirects the original request body, by returning a Location header that points to an attacker-controlled origin. This lets a malicious upstream capture bearer tokens and session cookies when a client follows redirects without checking whether the target is the same scheme, host, and port.
Workarounds
follow_redirect to false for HTTP/3 requests that may receive redirects, so the client does not automatically follow a cross-origin Location and leak Authorization, Cookie, Proxy-Authorization, or a 307/308 request body to another host.