šŸ” CVE Alert

CVE-2026-85999

MEDIUM 5.3

Soup Sieve: Polynomial-time ReDoS (O(n²)) in the whitespace/comment trimming regex `RE_WS_END` (triggers on VALID selectors)

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. Prior to 2.9, selector_iter in src/soupsieve/css_parser.py trims the raw selector with RE_WS_END, an end-anchored WSC whitespace-and-comment expression used with search(), so the regular expression engine retries a greedy scan at every starting offset. An attacker-controlled valid selector containing a long internal whitespace run, or a selector containing a long CSS comment run followed by another token, causes quadratic CPU work before tokenization. User-controlled selectors can reach the path through soupsieve.compile() and BeautifulSoup.select(), while applications using only hard-coded selectors are unaffected. This root cause is separate from the IDENTIFIER and VALUE backtracking vulnerability because the cost occurs in RE_WS_END.search during trimming rather than token matching. The resulting CPU consumption can hold the Python GIL, exhaust workers, and stall a service without causing memory corruption or code execution. The issue is fixed in version 2.9.

CWE CWE-400 CWE-1333
Vendor facelessuser
Product soupsieve
Published Sep 17, 2026
Stay Ahead of the Next One

Get instant alerts for facelessuser soupsieve

Be the first to know when new medium vulnerabilities affecting facelessuser soupsieve are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free Ā· No credit card Ā· 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low

Affected Versions

facelessuser / soupsieve
< 2.9

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/facelessuser/soupsieve/security/advisories/GHSA-j934-xhv5-fg8f github.com: https://github.com/facelessuser/soupsieve/commit/cf198fcddc9230f06ed39f974eba0ce076b85cda github.com: https://github.com/facelessuser/soupsieve/releases/tag/2.9