GHSA-38jv-5279-wg99 · Severity: high · Ecosystem: pip — Decompression-bomb safeguards bypassed 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.
Conclusion & alert: CVE-2026-21441 is rated Low Risk (36.2/100): CVSS High severity, with low exploitation likelihood (EPSS 0.01%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-01-08 | — | 0.01% | — |
Full EPSS history (1 record total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.9 | 4.0 | HIGH |
|
— | — | [email protected] |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
GHSA-38jv-5279-wg99 · Severity: high · Ecosystem: pip — Decompression-bomb safeguards bypassed when following HTTP redirects (streaming API)
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2026-21441: 1 source package rows (py3-urllib3); 32 state rows across 6 repos (3.19-main, 3.20-main, 3.21-main, 3.22-main, 3.23-main, edge-main); fixed 5, open 27. | https://security.alpinelinux.org/vuln/CVE-2026-21441 |
debian
|
not yet assigned | CVE-2026-21441 not yet assigned priority: Debian including 1 source packages (python-urllib3), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 5. | https://security-tracker.debian.org/tracker/CVE-2026-21441 |
redhat
|
high | — | https://access.redhat.com/security/cve/CVE-2026-21441 |
suse
|
medium | CVE-2026-21441 severity moderate: SUSE including 382 source package names (2.1.3-6.24:NetworkManager-1.42.6-6.1, 2.1.3-6.24:NetworkManager-wwan-1.42.6-6.1, …), 636 product×package rows across 202 product lines (Container suse/manager/4.3/proxy-tftpd, Container suse/manager/5.0/x86_64/proxy-tftpd, … (202 product lines)): Fixed 402, Known Affected 231, First Fixed 3. | https://www.suse.com/security/cve/CVE-2026-21441/ |
ubuntu
|
medium | CVE-2026-21441 medium priority: Ubuntu including 2 source packages (python-pip, python-urllib3), 18 status rows across 9 suites (bionic, focal, jammy, noble, plucky, questing, trusty, upstream, xenial): released 6, not-affected 4, ignored 3, needed 3, needs-triage 2. | https://ubuntu.com/security/CVE-2026-21441 |