CVE-2025-50181
- EPSS 0.02%
- Published 19.06.2025 01:15:24
- Last modified 18.09.2025 13:51:10
urllib3 is a user-friendly HTTP client library for Python. Prior to 2.5.0, it is possible to disable redirects for all requests by instantiating a PoolManager and specifying retries in a way that disable redirects. By default, requests and botocore u...
CVE-2023-45803
- EPSS 0.06%
- Published 17.10.2023 20:15:10
- Last modified 13.02.2025 18:15:32
urllib3 is a user-friendly HTTP client library for Python. urllib3 previously wouldn't remove the HTTP request body when an HTTP redirect response using status 301, 302, or 303 after the request had its method changed from one that could accept a req...
CVE-2018-25091
- EPSS 0.25%
- Published 15.10.2023 19:15:09
- Last modified 21.11.2024 04:03:32
urllib3 before 1.24.2 does not remove the authorization HTTP header when following a cross-origin redirect (i.e., a redirect that differs in host, port, or scheme). This can allow for credentials in the authorization header to be exposed to unintende...
CVE-2023-43804
- EPSS 0.47%
- Published 04.10.2023 17:15:10
- Last modified 13.12.2024 14:15:20
urllib3 is a user-friendly HTTP client library for Python. urllib3 doesn't treat the `Cookie` HTTP header special or provide any helpers for managing cookies over HTTP, that is the responsibility of the user. However, it is possible for a user to spe...
CVE-2021-33503
- EPSS 0.86%
- Published 29.06.2021 11:15:07
- Last modified 21.11.2024 06:08:58
An issue was discovered in urllib3 before 1.26.5. When provided with a URL containing many @ characters in the authority component, the authority regular expression exhibits catastrophic backtracking, causing a denial of service if a URL were passed ...
CVE-2021-28363
- EPSS 0.11%
- Published 15.03.2021 18:15:19
- Last modified 21.11.2024 05:59:35
The urllib3 library 1.26.x before 1.26.4 for Python omits SSL certificate validation in some cases involving HTTPS to HTTPS proxies. The initial connection to the HTTPS proxy (if an SSLContext isn't given via proxy_config) doesn't verify the hostname...
CVE-2020-26137
- EPSS 0.24%
- Published 30.09.2020 18:15:26
- Last modified 21.11.2024 05:19:19
urllib3 before 1.25.9 allows CRLF injection if the attacker controls the HTTP request method, as demonstrated by inserting CR and LF control characters in the first argument of putrequest(). NOTE: this is similar to CVE-2020-26116.
CVE-2020-7212
- EPSS 0.6%
- Published 06.03.2020 20:15:12
- Last modified 21.11.2024 05:36:50
The _encode_invalid_chars function in util/url.py in the urllib3 library 1.25.2 through 1.25.7 for Python allows a denial of service (CPU consumption) because of an inefficient algorithm. The percent_encodings array contains all matches of percent en...
CVE-2019-11324
- EPSS 1.42%
- Published 18.04.2019 21:29:00
- Last modified 21.11.2024 04:20:53
The urllib3 library before 1.24.2 for Python mishandles certain cases where the desired set of CA certificates is different from the OS store of CA certificates, which results in SSL connections succeeding in situations where a verification failure i...
CVE-2019-11236
- EPSS 0.59%
- Published 15.04.2019 15:29:00
- Last modified 21.11.2024 04:20:47
In the urllib3 library through 1.24.1 for Python, CRLF injection is possible if the attacker controls the request parameter.