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 urllib3
to version 1.26.17, 2.0.6 or higher.
urllib3 is a HTTP library with thread-safe connection pooling, file post, and more.
Affected versions of this package are vulnerable to Information Exposure Through Sent Data when the Cookie
HTTP header is used. An attacker can leak information via HTTP redirects to a different origin by exploiting the fact that the Cookie
HTTP header isn't stripped on cross-origin redirects.
Note:
This is only exploitable if the user is using the Cookie
header on requests, not disabling HTTP redirects, and either not using HTTPS or for the origin server to redirect to a malicious origin.
##Workaround:
This vulnerability can be mitigated by disabling HTTP redirects using redirects=False
when sending requests and by not using the Cookie
header.