🔐 CVE Alert

CVE-2026-92106

UNKNOWN 0.0

lazy_html serializes SVG and MathML style and script text unescaped, allowing mutation XSS

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in dashbitco lazy_html allows mutation XSS via a parse and serialize round-trip of attacker-supplied HTML. LazyHTML.to_html/2 and LazyHTML.Tree.to_html/2 decide whether to escape an element's text from its tag name alone. A style or script element inside SVG or MathML foreign content is parsed with character references decoded, but is serialized as an HTML raw-text element, so its text is emitted unescaped. Encoded markup such as &lt;/style&gt;&lt;img src=x onerror=...&gt; inside <svg><style> therefore closes the element on re-parse and becomes live markup. Applications that parse untrusted HTML with lazy_html, filter the document or tree, and serialize it for display are affected, since the payload is a plain text node that no element or attribute filter sees. This issue affects lazy_html: from 0.1.0 before 0.1.13.

CWE CWE-79
Vendor dashbitco
Product lazy_html
Published Sep 25, 2026
Stay Ahead of the Next One

Get instant alerts for dashbitco lazy_html

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

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

Affected Versions

dashbitco / lazy_html
0.1.0 < 0.1.13
dashbitco / lazy_html
1dee15746c024916b3110af8b168c2f3b3065fbd < f32c7fd6223225b68bc8691c78b6d4a77972f1d5

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/dashbitco/lazy_html/security/advisories/GHSA-8rqp-v692-v82q cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-92106.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-92106 github.com: https://github.com/dashbitco/lazy_html/commit/1dee15746c024916b3110af8b168c2f3b3065fbd github.com: https://github.com/dashbitco/lazy_html/commit/f32c7fd6223225b68bc8691c78b6d4a77972f1d5

Credits

🔍 Peter Ullrich Jonatan Kłosko Jonatan Männchen / EEF José Valim