🔐 CVE Alert

CVE-2026-68747

UNKNOWN 0.0

CSS sanitizer allowlist bypass in html_sanitize_ex via non-declaration input

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') vulnerability in the CSS scrubber in rrrene html_sanitize_ex allows an unauthenticated remote attacker to inject CSS at-rules, including an import of a remote stylesheet, into a page served to other users. HtmlSanitizeEx.Scrubber.CSS.scrub/1 applies its property and value allowlist through a Regex.replace over substrings matching a property: value declaration pattern, so input that does not match that pattern is never inspected and is copied to the output unchanged. @import url(//attacker.example/style.css); survives, while the same URL inside a background: url(...) declaration is removed. Element boundaries are resolved before the scrubber runs, so injected content does not escape the <style> element and no script executes. This issue affects html_sanitize_ex: from 0.3.1 before 1.5.4.

CWE CWE-74
Vendor rrrene
Product html_sanitize_ex
Published Aug 6, 2026
Last Updated Aug 6, 2026
Stay Ahead of the Next One

Get instant alerts for rrrene html_sanitize_ex

Be the first to know when new unknown vulnerabilities affecting rrrene html_sanitize_ex are published — delivered to Slack, Telegram or Discord.

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

Affected Versions

rrrene / html_sanitize_ex
0.3.1 < 1.5.4
rrrene / html_sanitize_ex
21f90012eb21aa36f4e3701b7547e12faf0f3c8b < 0b9f9ad63a7529d4f2c3c1134c371adc3e654308

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/rrrene/html_sanitize_ex/security/advisories/GHSA-87v2-pfhj-r5x7 cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-68747.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-68747 github.com: https://github.com/rrrene/html_sanitize_ex/commit/0b9f9ad63a7529d4f2c3c1134c371adc3e654308

Credits

Peter Ullrich Jonatan Männchen / EEF René Föhring