CVE-2026-83607 PUBLISHED

xmldom: Element name injection via createElement() bypasses requireWellFormed

Assigner: GitHub_M
Reserved: 31.08.2026 Published: 01.09.2026 Updated: 01.09.2026

xmldom is a pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module. Prior to @xmldom/xmldom versions 0.8.14 and 0.9.11, and in xmldom version 0.6.0 and earlier, Document.createElement(tagName) stores an unvalidated element name and XMLSerializer.serializeToString() emits that name verbatim. The requireWellFormed: true path did not validate the element qualified name or synthesized xmlns:PREFIX declaration, so attacker-controlled tag names could inject attributes, elements, or processing instructions into serialized XML or HTML and could cause cross-site scripting when browser-consumed. The unchecked values violate the XML QName constraint, and default serialization and creation-time createElement() behavior remain permissive. This issue is fixed in @xmldom/xmldom versions 0.8.14 and 0.9.11; no fixed version is available for xmldom.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor xmldom
Product xmldom
Versions
  • Version <= 0.6.0 is affected
Vendor @xmldom
Product xmldom
Versions
  • Version >= 0.7.0, < 0.8.14 is affected
  • Version >= 0.9.0, < 0.9.11 is affected

References

Problem Types

  • CWE-91: XML Injection (aka Blind XPath Injection) CWE