CVE-2026-9375
Published:June 19, 2026
Updated:August 04, 2026
urllib3 version 2.6.3 is vulnerable to a decompression bomb bypass in its streaming API ("preload_content=False") when using Brotli support. The issue arises due to three independent code paths in "response.py" that bypass the "max_length" protection introduced in version 2.6.0 to mitigate CVE-2025-66471. Specifically, negative "max_length" values can be produced due to buffer arithmetic in "read()", "flush_decoder" unconditionally overrides "max_length" to "-1", and "_flush_decoder()" passes no limit at all, defaulting to unlimited decompression. This allows a malicious HTTP server to trigger an out-of-memory (OOM) condition by decompressing large payloads into memory, leading to a denial of service (DoS). The vulnerability affects urllib3 2.6.3 and Brotli 1.2.0 and impacts applications and libraries using "requests" or "urllib3" to stream content from untrusted sources.
Affected Packages
urllib3 (CONDA):
Affected version(s) =2.6.3 <2.7.0Fix Suggestion:
Update to version 2.7.0https://github.com/urllib3/urllib3.git (GITHUB):
Affected version(s) =2.6.3 <2.7.0Fix Suggestion:
Update to version 2.7.0urllib3 (PYTHON):
Affected version(s) =2.6.3 <2.7.0Fix Suggestion:
Update to version 2.7.0Related Resources (4)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Uncontrolled Resource Consumption
EPSS
Base Score:
0.30