CVE-2023-43804
- EPSS 0.95%
- Veröffentlicht 04.10.2023 17:15:10
- Zuletzt bearbeitet 03.11.2025 22:16:27
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%
- Veröffentlicht 29.06.2021 11:15:07
- Zuletzt bearbeitet 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%
- Veröffentlicht 15.03.2021 18:15:19
- Zuletzt bearbeitet 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.28%
- Veröffentlicht 30.09.2020 18:15:26
- Zuletzt bearbeitet 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.68%
- Veröffentlicht 06.03.2020 20:15:12
- Zuletzt bearbeitet 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.01%
- Veröffentlicht 18.04.2019 21:29:00
- Zuletzt bearbeitet 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.58%
- Veröffentlicht 15.04.2019 15:29:00
- Zuletzt bearbeitet 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.
CVE-2018-20060
- EPSS 0.66%
- Veröffentlicht 11.12.2018 17:29:00
- Zuletzt bearbeitet 27.12.2024 16:15:22
urllib3 before version 1.23 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 uni...
CVE-2016-9015
- EPSS 0.04%
- Veröffentlicht 11.01.2017 16:59:00
- Zuletzt bearbeitet 06.05.2026 22:30:45
Versions 1.17 and 1.18 of the Python urllib3 library suffer from a vulnerability that can cause them, in certain configurations, to not correctly validate TLS certificates. This places users of the library with those configurations at risk of man-in-...