Approved changes feed: RSS · Atom
cpe:2.3:a:python:urllib3:*:*:*:*:*:*:*:*
part: a version: * update: *
| Vendor | Python (b57ad93a-6195-5192-9423-6cfad6044a8b) |
|---|---|
| Product | Urllib3 (96cb8179-604a-553d-9681-60e79970dc46) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from purl2cpe mapping |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
pkg:deb/debian/python-urllib3 |
purl2cpe | 2026-06-01 10:16:28.125359 |
pkg:deb/ubuntu/python-urllib3 |
purl2cpe | 2026-06-01 10:16:28.125360 |
pkg:github/urllib3/urllib3 |
purl2cpe | 2026-06-01 10:16:28.125362 |
pkg:gitlab/kalilinux/python-urllib3 |
purl2cpe | 2026-06-01 10:16:28.125363 |
pkg:gitlab/redhat/python-urllib3 |
purl2cpe | 2026-06-01 10:16:28.125365 |
pkg:pypi/urllib3 |
purl2cpe | 2026-06-01 10:16:28.125366 |
pkg:rpm/centos/python-urllib3 |
purl2cpe | 2026-06-01 10:16:28.125368 |
pkg:rpm/fedora/python-urllib3 |
purl2cpe | 2026-06-01 10:16:28.125369 |
pkg:rpm/opensuse/python-urllib3 |
purl2cpe | 2026-06-01 10:16:28.125370 |
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2026-44432 |
vulnerable | 2026-06-08 08:05:11.068720 |
urllib3: Decompression-bomb safeguards bypassed in parts of the streaming API
urllib3 is an HTTP client library for Python. From 2.6.0 to before 2.7.0, urllib3 could decompress the whole response instead of the requested portion (1) during the second HTTPResponse.read(amt=N) call when the response was decompressed using the official Brotli library or (2) when HTTPResponse.drain_conn() was called after the response had been read and decompressed partially (compression algorithm did not matter here). These issues could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This could result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data) on the client side. This vulnerability is fixed in 2.7.0.
Published: 2026-05-13T15:17:12.611Z
Updated: 2026-07-22T12:08:41.858Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-44431 |
vulnerable | 2026-06-08 08:05:11.068254 |
urllib3: Sensitive headers forwarded across origins in proxied low-level redirects
urllib3 is an HTTP client library for Python. From 1.23 to before 2.7.0, cross-origin redirects followed from the low-level API via ProxyManager.connection_from_url().urlopen(..., assert_same_host=False) still forward these sensitive headers. This vulnerability is fixed in 2.7.0.
Published: 2026-05-13T15:20:24.588Z
Updated: 2026-06-26T11:01:19.373Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-21441 |
vulnerable | 2026-06-08 07:49:16.390553 |
urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)
urllib3 is an HTTP client library for Python. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.
Published: 2026-01-07T22:09:01.936Z
Updated: 2026-07-22T12:08:44.307Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-66471 |
vulnerable | 2026-06-08 07:41:18.993264 |
urllib3 Streaming API improperly handles highly compressed data
urllib3 is a user-friendly HTTP client library for Python. Starting in version 1.0 and prior to 2.6.0, the Streaming API improperly handles highly compressed data. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data.
Published: 2025-12-05T16:06:08.531Z
Updated: 2025-12-05T19:33:14.832Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-66418 |
vulnerable | 2026-06-08 07:41:18.905078 |
urllib3 allows an unbounded number of links in the decompression chain
urllib3 is a user-friendly HTTP client library for Python. Starting in version 1.24 and prior to 2.6.0, the number of links in the decompression chain was unbounded allowing a malicious server to insert a virtually unlimited number of compression steps leading to high CPU usage and massive memory allocation for the decompressed data. This vulnerability is fixed in 2.6.0.
Published: 2025-12-05T16:02:15.271Z
Updated: 2025-12-05T18:15:28.505Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-50182 |
vulnerable | 2026-06-08 07:31:10.855273 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-50181 |
vulnerable | 2026-06-08 07:31:10.854741 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-37891 |
vulnerable | 2026-06-08 06:39:48.199429 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-45803 |
vulnerable | 2026-06-08 06:12:43.360192 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-43804 |
vulnerable | 2026-06-08 06:12:38.054104 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-33503 |
vulnerable | 2026-06-08 05:32:11.526706 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-28363 |
vulnerable | 2026-06-08 05:31:24.143134 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-7212 |
vulnerable | 2026-06-08 05:27:12.608285 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-26137 |
vulnerable | 2026-06-08 05:23:50.010271 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11324 |
vulnerable | 2026-06-08 05:12:36.843489 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11236 |
vulnerable | 2026-06-08 05:12:36.693161 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-25091 |
vulnerable | 2026-06-08 05:11:29.352629 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20060 |
vulnerable | 2026-06-08 05:11:26.604330 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.