OESA-2026-1251

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2026-1251
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2026-1251.json
JSON Data
https://api.test.osv.dev/v1/vulns/OESA-2026-1251
Upstream
Published
2026-01-30T12:27:58Z
Modified
2026-02-01T00:15:01.455470Z
Summary
python-urllib3 security update
Details

HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more.

Security Fix(es):

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.(CVE-2025-66418)

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.(CVE-2025-66471)

Database specific
{
    "severity": "High"
}
References

Affected packages

openEuler:20.03-LTS-SP4 / python-urllib3

Package

Name
python-urllib3
Purl
pkg:rpm/openEuler/python-urllib3&distro=openEuler-20.03-LTS-SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.25.9-14.oe2003sp4

Ecosystem specific

{
    "src": [
        "python-urllib3-1.25.9-14.oe2003sp4.src.rpm"
    ],
    "noarch": [
        "python2-urllib3-1.25.9-14.oe2003sp4.noarch.rpm",
        "python3-urllib3-1.25.9-14.oe2003sp4.noarch.rpm"
    ]
}

Database specific

source
"https://repo.openeuler.org/security/data/osv/OESA-2026-1251.json"