PatchSiren cyber security CVE debrief
CVE-2026-83605 xmldom CVE debrief
The xmldom module, a pure JavaScript W3C standard-based DOMParser and XMLSerializer, has a vulnerability in versions prior to 0.8.14 and 0.9.11, and xmldom version 0.6.0 and earlier. This vulnerability allows for attribute name validation bypass, enabling injection of additional attributes, including event handlers, into browser-consumed output. Affected systems should be identified and patched with versions 0.8.14 or 0.9.11 of @xmldom/xmldom as soon as possible. The CVE record was published on 2026-09-01T15:17:38.317Z and has not been modified since then.
- Vendor
- xmldom
- Product
- Unknown
- CVSS
- HIGH 8.7
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-01
- Original CVE updated
- 2026-09-03
- Advisory published
- 2026-09-01
- Advisory updated
- 2026-09-03
Who should care
Developers and administrators using @xmldom/xmldom in their applications, especially those handling XML parsing and serialization, should be aware of this vulnerability and take necessary actions to patch or mitigate it. This includes identifying and inventorying all systems using affected versions of @xmldom/xmldom, applying patches or updates to versions 0.8.14 or 0.9.11 of @xmldom/xmldom, and monitoring for suspicious activity related to XML parsing and serialization. Additionally, implementing compensating controls, such as input validation and sanitization, can help mitigate the vulnerability. Affected systems should be identified and patched with versions 0.8.14 or 0.9.11 of @xmldom/xmldom as soon as possible. The vulnerability has a HIGH CVSS score of 8.7, indicating a high-priority defensive response is required. Evidence from the NVD and CVE Program records indicates a vulnerability in @xmldom/xmldom versions prior to 0.8.14 and 0.9.11, and xmldom version 0.6.0 and earlier. The vulnerability allows for attribute name validation bypass, enabling injection of additional attributes, including event handlers, into browser-consumed output. Synthesized xmlns:PREFIX declarations expose the same unchecked-name boundary. This issue is fixed in @xmldom/xmldom versions 0.8.14 and 0.9.11; no fixed version is available for xmldom. The CVE record was published on 2026-09-01T15:17:38.317Z and has not been modified since then. The NVD entry is currently 8.7 HIGH. The xmldom module, a pure JavaScript W3C standard-based DOMParser and XMLSerializer, has a vulnerability in versions prior to 0.8.14 and 0.9.11, and xmldom version 0.6.0 and earlier. The vulnerability occurs due to a bypass in attribute name validation, allowing for injection of additional attributes, including event handlers, into browser-consumed output. XMLSerializer.serializeToString() emits attribute names verbatim, and requireWellFormed: true did not validate them, so a crafted name can terminate the intended attribute and inject additional attributes, including event handlers, into browser-consumed output. Element.setAttribute() calls the private _createAttribute(name) path without validating the name,
Technical summary
The xmldom module, a pure JavaScript W3C standard-based DOMParser and XMLSerializer, has a vulnerability in versions prior to 0.8.14 and 0.9.11, and xmldom version 0.6.0 and earlier. The vulnerability occurs due to a bypass in attribute name validation, allowing for injection of additional attributes, including event handlers, into browser-consumed output. This issue is fixed in @xmldom/xmldom versions 0.8.14 and 0.9.11; no fixed version is available for xmldom. The vulnerability allows for attribute name validation bypass, enabling injection of additional attributes, including event handlers, into browser-consumed output.
Defensive priority
High-priority defensive actions are required due to the HIGH CVSS score of 8.7. Affected systems should be identified and patched with versions 0.8.14 or 0.9.11 of @xmldom/xmldom as soon as possible.
Recommended defensive actions
- Identify and inventory all systems using affected versions of @xmldom/xmldom
- Apply patches or updates to versions 0.8.14 or 0.9.11 of @xmldom/xmldom
- Monitor for suspicious activity related to XML parsing and serialization
- Implement compensating controls, such as input validation and sanitization
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
Evidence from the NVD and CVE Program records indicates a vulnerability in @xmldom/xmldom versions prior to 0.8.14 and 0.9.11, and xmldom version 0.6.0 and earlier. The vulnerability allows for attribute name validation bypass, enabling injection of additional attributes, including event handlers.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-83605 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-83605
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-83605 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-83605
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/xmldom/xmldom/commit/cba1321218b069182695813fa7565653708e172e
-
Source reference
Unverified legacy reference
URL: https://github.com/xmldom/xmldom/commit/d8212e632507eaf1d9f609657dd4c56abeb12d44
-
Source reference
Unverified legacy reference
URL: https://github.com/xmldom/xmldom/pull/1043
-
Source reference
Unverified legacy reference
URL: https://github.com/xmldom/xmldom/pull/1050
-
Source reference
Unverified legacy reference
URL: https://github.com/xmldom/xmldom/releases/tag/0.8.14
-
Source reference
Unverified legacy reference
URL: https://github.com/xmldom/xmldom/releases/tag/0.9.11
-
Source reference
Unverified legacy reference
URL: https://github.com/xmldom/xmldom/security/advisories/GHSA-4w3w-2rp5-g8jm
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.