CVE-2026-92106
Last modified
CVE-2026-92106 is a low-severity vulnerability rated 2.3/10 on the CVSS scale. 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.
Description
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 </style><img src=x onerror=...> 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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| dashbitco | lazy_html | >= 0.1.0, < 0.1.13 |
| dashbitco | lazy_html | >= 1dee15746c024916b3110af8b168c2f3b3065fbd, < f32c7fd6223225b68bc8691c78b6d4a77972f1d5 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-92106?
How severe is CVE-2026-92106?
How do I fix CVE-2026-92106?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-92081fastify is a fast and low-overhead web framework for Node.js…5.9
- CVE-2026-92082By default, Payara Server does not limit the number of faile…6.3
- CVE-2026-92087@fastify/auth is a Fastify plugin that composes multiple aut…8.1
- CVE-2026-92091A flaw was found in jwcrypto. The JWK.import_key() function …5.9
- CVE-2026-92099The WPGraphQL Smart Cache WordPress plugin before 2.3.2 does…6.5
- CVE-2026-9210Insufficient input validation vulnerability in the listed NE…4.5
- CVE-2026-9211An unauthenticated user on the local network can gain contro…8.8
- CVE-2026-92114A vulnerability was identified in a2ui-project a2ui up to 0.…5.3
- CVE-2026-9212Insufficient authentication and input validation in the list…8
- CVE-2026-92122Jenkins Script Security Plugin 1415.v9a_f9b_3a_c253d and ear…8.8
- CVE-2026-92123Jenkins Script Security Plugin 1415.v9a_f9b_3a_c253d and ear…8.8
- CVE-2026-92124Jenkins Script Security Plugin 1415.v9a_f9b_3a_c253d and ear…8.8
Are you affected by CVE-2026-92106?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
