Vulnerability in Rrrene HTML Sanitize Ex
CVE-2026-68749
Inefficient Regular Expression Complexity vulnerability in the CSS scrubber in rrrene html_sanitize_ex allows an unauthenticated remote attacker to exhaust server CPU via a long CSS declaration in sanitized HTML. The declaration regex in HtmlSanitizeEx.Scrubber.CSS.scrub/1 matches the property name with an unbounded greedy [-\w]+ followed by a mandatory :, so a long run of word characters not followed by a colon makes the engine give back one character at a time and retry the colon at every start offset. The work is quadratic in the length of the run, and no length cap is applied to the CSS handed to the scrubber. An 80 KB <style> body costs roughly 2.4 seconds of scheduler time, so a few concurrent requests saturate the BEAM scheduler pool and make the application unresponsive. The impact is CPU exhaustion only. Nothing is read, modified or disclosed. This issue affects html_sanitize_ex: from 0.3.1 before 1.4.5 and from 1.5.0-rc.0 before 1.5.3.
Vulnerability class: ReDoS (Regular Expression Denial of Service)
EPSS: 0.004 (38.5th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Rrrene Html_sanitize_ex — versions 0.3.1, 21f90012eb21aa36f4e3701b7547e12faf0f3c8b
- Rrrene Htmlsanitizeex
Weakness classification (CWE)
Public proof-of-concept exploits
References
- 6b3ad84c-e1a6-4bf7-a703-f496b71e49db (related, vendor-advisory, Broken Link)
- 6b3ad84c-e1a6-4bf7-a703-f496b71e49db (related, Patch, Third Party Advisory)
- 6b3ad84c-e1a6-4bf7-a703-f496b71e49db (related, Patch, Third Party Advisory)
- 6b3ad84c-e1a6-4bf7-a703-f496b71e49db (Patch, patch)
- 6b3ad84c-e1a6-4bf7-a703-f496b71e49db (patch)
Frequently asked questions
- What is CVE-2026-68749?
- CVE-2026-68749 is a high-severity vulnerability in Rrrene HTML Sanitize Ex, classified under Inefficient Regular Expression Complexity. CVSS score: 7.5/10. Published 2026-08-06.
- How severe is CVE-2026-68749?
- High severity. CVSS v3 base score is 7.5 out of 10.
- Is CVE-2026-68749 known to be exploited?
- 1 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.