CVE-2026-21441
A malicious server could exploit this to trigger excessive resource consumption on the client.
Does this matter?
High impact if exploited, but EPSS currently rates exploitation as unlikely (2.96%). Schedule it in the normal patch cycle and watch for a rise in EPSS or a public exploit.
Description
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.
- CVSS 4.0
- 8.9 HIGHCVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/M
- EPSS
- 2.96% probability · 86th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-409
- Affected
- python/urllib3
- Source
- security-advisories@github.com
References
- https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7bPatch
- https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99Vendor Advisory
- https://lists.debian.org/debian-lts-announce/2026/01/msg00017.html
- https://access.redhat.com/errata/RHSA-2026:0981
- https://access.redhat.com/errata/RHSA-2026:0990
- https://access.redhat.com/errata/RHSA-2026:10184
- https://access.redhat.com/errata/RHSA-2026:1038
- https://access.redhat.com/errata/RHSA-2026:1041
- https://access.redhat.com/errata/RHSA-2026:1042
- https://access.redhat.com/errata/RHSA-2026:1086
- https://access.redhat.com/errata/RHSA-2026:1087
- https://access.redhat.com/errata/RHSA-2026:1088
- https://access.redhat.com/errata/RHSA-2026:1089
- https://access.redhat.com/errata/RHSA-2026:1166
- https://access.redhat.com/errata/RHSA-2026:1168
- https://access.redhat.com/errata/RHSA-2026:1176
- https://access.redhat.com/errata/RHSA-2026:1224
- https://access.redhat.com/errata/RHSA-2026:1226
- https://access.redhat.com/errata/RHSA-2026:1239
- https://access.redhat.com/errata/RHSA-2026:1240
- https://access.redhat.com/errata/RHSA-2026:1241
- https://access.redhat.com/errata/RHSA-2026:1254
- https://access.redhat.com/errata/RHSA-2026:1485
- https://access.redhat.com/errata/RHSA-2026:14877
- https://access.redhat.com/errata/RHSA-2026:1504
- https://access.redhat.com/errata/RHSA-2026:1546
- https://access.redhat.com/errata/RHSA-2026:1596
- https://access.redhat.com/errata/RHSA-2026:1599
- https://access.redhat.com/errata/RHSA-2026:1609
- https://access.redhat.com/errata/RHSA-2026:1618
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.