目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1325

100%

CVE-2026-9375— urllib3 通过流式 API 中负数 max_length 绕过解压炸弹漏洞

AI 预测 6.5 利用难度: 较易 EPSS 0.30% · P22

可能的 ATT&CK 技术 1AI

T1496 · Resource Hijacking

影响版本矩阵 1

厂商产品版本范围状态
urllib3urllib3/urllib3unspecified< 2.7.0affected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-9375 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Decompression Bomb Bypass via Negative max_length in Streaming API in urllib3
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
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.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
未加控制的资源消耗(资源穷尽)
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
urllib3urllib3/urllib3 unspecified ~ 2.7.0 -

二、漏洞 CVE-2026-9375 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-9375 的情报信息

登录查看更多情报信息。

CVE-2026-9375 补丁与修复 (1)

CVE-2026-9375 厂商安全公告 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-9375

暂无评论


发表评论