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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-86000— Soup Sieve 正则表达式拒绝服务漏洞

一分钟漏洞结论

影响对象
facelessuser soupsieve
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Soup Sieve 是一个专为 Beautiful Soup 4 设计的 CSS 选择器库。在 2.9 版本之前,位于 中的选择器解析器将 (标识符)定义为相邻的、字符类存在重叠的带量词分组,并且 (值)在属性选择器中嵌入了 。当攻击者可控的选择器中包含一个长标识符或未加引号的属性值序列,且后续输入导致整体匹配失败时,正则表达式引擎会在这些重叠分组之间进行数量呈二次方增长的拆分探索。用户可控的选择器可通过 、 或 到达此代码路径,而仅使用硬编码选择器的应用不受影响。由此产生的 CPU 消耗会占用 Python 的

CVSS 5.3 · Medium
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Soup Sieve: Polynomial-time ReDoS (O(n²)) in the `IDENTIFIER` / `VALUE` selector sub-patterns
来源: CVE Program / CVE List V5
Vulnerability Description
Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. Prior to 2.9, the selector parser in src/soupsieve/css_parser.py defines IDENTIFIER with adjacent quantified groups over overlapping character classes, and VALUE embeds IDENTIFIER for attribute selectors. When an attacker-controlled selector contains a long identifier or unquoted attribute-value run followed by input that makes the overall match fail, the regular expression engine explores quadratically many splits between the overlapping groups. User-controlled selectors can reach this path through soupsieve.compile(), soupsieve.select(), or BeautifulSoup.select(), while applications using only hard-coded selectors are unaffected. The resulting CPU consumption can hold the Python GIL, exhaust application workers, and stall a service; successful plain identifier matches are linear, and the issue does not cause memory corruption or code execution. The issue is fixed in version 2.9.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
来源: CVE Program / CVE List V5
Vulnerability Type
未加控制的资源消耗(资源穷尽)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
facelessuser soupsieve < 2.9 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

CVE-2026-86000 厂商页面 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-86000

暂无评论


发表评论