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.19, 2.2.2 or higher.
urllib3 is a HTTP library with thread-safe connection pooling, file post, and more.
Affected versions of this package are vulnerable to Improper Removal of Sensitive Information Before Storage or Transfer due to the improper handling of the Proxy-Authorization
header during cross-origin redirects when ProxyManager
is not in use. When the conditions below are met, including non-recommended configurations, the contents of this header can be sent in an automatic HTTP redirect.
Notes:
To be vulnerable, the application must be doing all of the following:
Setting the Proxy-Authorization
header without using urllib3's built-in proxy support.
Not disabling HTTP redirects (e.g. with redirects=False
)
Either not using an HTTPS origin server, or having a proxy or target origin that redirects to a malicious origin.
Using the Proxy-Authorization
header with urllib3's ProxyManager
.
Disabling HTTP redirects using redirects=False
when sending requests.
Not using the Proxy-Authorization
header.