CVE-2026-44432

high
Published 2026-05-13 · Modified 2026-05-20
CVSS v3
7.5
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS v2
VIR risk
7.5

Description

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.

Predictions

Exploit likelihood
83%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2026-44432

vendor Authored 2026-05-27

Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2026-44432.html

vendor Authored 2026-05-27

Vendor advisory: security-advisories@github.com — https://github.com/urllib3/urllib3/security/advisories/GHSA-mf9v-mfxr-j63j

OS impact

OSVersionStatusFixed in
suse slesaffected
debian debianbookwormfixed0
debian debianbullseyefixed0
debian debianforkyaffected
debian debiansidaffected
debian debiantrixiefixed0

Package impact

EcosystemPackageVulnerableFixed
python PyPIurllib3>=2.6.0,<2.7.02.7.0
PIPurllib3>= 2.6.0, < 2.7.02.7.0

Application impact

VendorProductVersionsFixed
pythonurllib3{"startIncluding":"2.6.0","endExcluding":"2.7.0"}2.7.0

References

CWEs

CWE-409

Verify integrity in audit chain (admin only). AS-IS.