Vuln Signal Radar
public-safe defensive signal
HIGHpublic-safe

CVE-2026-68749

NVD: 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. NVD: 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... NVD: The work is quadratic in the length of the run, and no length cap is applied to the CSS handed to the scrubber.

CVSS
8.2
Severity
HIGH
EPSS
0.0044 (37)
KEV
-

Source-published summary

NVD: 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. NVD: 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... NVD: The work is quadratic in the length of the run, and no length cap is applied to the CSS handed to the scrubber.

Possible impact

Source describes service availability risk · remote exposure. Possible impact: The affected service may become unavailable or unreliable.

Affected context

vendor/product: rrrene / htmlsanitizeex

Remediation / advisory

Remediation reference present; patch status requires confirmation in the linked advisory.

Why it matters

Source describes service availability risk · remote exposure. Possible impact: The affected service may become unavailable or unreliable.; CVSS 8.2 (HIGH); EPSS percentile 37; not listed in KEV; Remediation reference present; patch status requires confirmation in the linked advisory; sources: NVD, OSV.

What to verify

Confirm affected product/version, vendor advisory, patch or mitigation, and exposure.

Exposure hint

remote exposure

Impact tags

service availability reviewremote exposure relevant

Urgency reasons

CVSS HIGHaffected product presentvendor advisory presentrecent updateremediation reference present

Source-derived note

Summary derived from NVD / OSV description; unsafe procedural detail is not shown.

Redaction metadata

source summary used
True
fallback summary used
False
unsafe procedural detail present
false
raw source displayed
false
public summary redacted
true

Remediation handoff

Public-safe static handoff for human/Codex remediation planning. Scan, patch, external execution, and auto remediation are disabled.

Safety note

This radar shows source-published defensive context only. Exploit procedures, exploit strings, scanner commands, and auto-remediation are not provided.

Official references