RHSA-2026%3A8501
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.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| axios | axios | |
| Red Hat | registry.redhat.io/satellite/iop-vulnerability-frontend-rhel9@sha256:31e2c59fa831a8ac74164e8af14db5dd54e95db57393286492b029c60e5e0a1a_amd64 as a component of Red Hat Satellite 6.18 | registry.redhat.io/satellite/iop-vulnerability-frontend-rhel9@sha256:31e2c59fa831a8ac74164e8af14db5dd54e95db57393286492b029c60e5e0a1a_amd64, registry.redhat.io/satellite/iop-vulnerability-frontend-rhel9@sha256:31e2c59fa831a8ac74164e8af14db5dd54e95db57393286492b029c60e5e0a1a_amd64, registry.redhat.io/satellite/iop-vulnerability-frontend-rhel9@sha256:31e2c59fa831a8ac74164e8af14db5dd54e95db57393286492b029c60e5e0a1a_amd64 |
| Red Hat | registry.redhat.io/satellite/iop-vulnerability-frontend-rhel9@sha256:31e2c59fa831a8ac74164e8af14db5dd54e95db57393286492b029c60e5e0a1a_amd64 as a component of Red Hat Satellite 6.18 | *, registry.redhat.io/satellite/iop-vulnerability-frontend-rhel9@sha256:31e2c59fa831a8ac74164e8af14db5dd54e95db57393286492b029c60e5e0a1a_amd64, registry.redhat.io/satellite/iop-vulnerability-frontend-rhel9@sha256:31e2c59fa831a8ac74164e8af14db5dd54e95db57393286492b029c60e5e0a1a_amd64 |
| Red Hat | satellite/iop-vulnerability-frontend-rhel9 | |
| Red Hat | Red Hat Satellite 6.18 |
Timeline
- Apr 16, 2026 CVE Published
- Apr 24, 2026 Distribution Patch
- Apr 24, 2026 Distribution Patch
- Apr 24, 2026 Security Advisory
- Apr 24, 2026 Security Advisory
- Apr 24, 2026 Security Advisory
- Apr 24, 2026 Security Advisory
- May 30, 2026 CVE Updated
References
- https://access.redhat.com/errata/RHSA-2026:8501 advisory
- https://access.redhat.com/documentation/en-us/red_hat_satellite/6.18/html/updating_red_hat_satellite/index advisory
- https://access.redhat.com/security/cve/CVE-2026-21441 advisory
- https://access.redhat.com/security/cve/CVE-2026-25639 advisory
- https://access.redhat.com/security/cve/CVE-2026-40175 advisory
- https://access.redhat.com/security/updates/classification/ advisory
- https://catalog.redhat.com/software/containers/search advisory
- https://docs.redhat.com/en/documentation/red_hat_satellite/6.18/html/installing_satellite_server_in_a_disconnected_network_environment/performing-additional-configuration#installing-and-configuring-red-hat-lightspeed-in-satellite advisory
- https://docs.redhat.com/en/documentation/red_hat_satellite/6.18/html/installing_satellite_server_in_a_connected_network_environment/performing-additional-configuration-on-server_satellite#installing-and-configuring-red-hat-lightspeed-in-satellite advisory
- https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_8501.json advisory
- https://bugzilla.redhat.com/show_bug.cgi?id=2427726 issue
- https://www.cve.org/CVERecord?id=CVE-2026-21441 advisory
- https://nvd.nist.gov/vuln/detail/CVE-2026-21441 advisory
- https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b advisory
- https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99 advisory
- https://bugzilla.redhat.com/show_bug.cgi?id=2438237 issue
- https://www.cve.org/CVERecord?id=CVE-2026-25639 advisory
- https://nvd.nist.gov/vuln/detail/CVE-2026-25639 advisory
- https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57 advisory
- https://github.com/axios/axios/releases/tag/v1.13.5 advisory
…and 8 more