Bug 2526815 (CVE-2026-83609) - CVE-2026-83609 @xmldom/xmldom: xmldom: Markup injection via embedded line terminators in XML names
Summary: CVE-2026-83609 @xmldom/xmldom: xmldom: Markup injection via embedded line ter...
Keywords:
Status: NEW
Alias: CVE-2026-83609
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2536907 2536908 2536909 2536910 2536911 2536912
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-01 14:44 UTC by OSIDB Bzimport
Modified: 2026-09-18 09:32 UTC (History)
18 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-01 14:44:43 UTC
xmldom is a pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module. From 0.9.0 until 0.9.12, the shared reg() builder in lib/grammar.js compiles the anchored QName_exact validator with the multiline flag, so ^ and $ validate only one line instead of the complete name. createElementNS, createAttributeNS, createDocumentType, and createAttribute consequently accept a malformed XML name whose first line is valid and whose later text injects markup when serialized through either the default path or requireWellFormed: true. The triggering ECMAScript line terminators are U+000A, U+000D, U+2028, and U+2029. This issue is fixed in @xmldom/xmldom version 0.9.12.


Note You need to log in before you can comment on or make changes to this bug.