PatchSiren cyber security CVE debrief
CVE-2026-83618 xmldom CVE debrief
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-09-01T15:17:40.480Z and has not been modified since then. The xmldom module, a pure JavaScript implementation of the W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer, is vulnerable to a DocumentType injection attack. Versions 0.9.10 to 0.9.11 are affected. An attacker can bypass the strict-serialization mitigation for earlier DocumentType injection advisories by including U+000A, U+000D, U+2028, or U+2029 characters in the DocumentType.publicId and DocumentType.systemId fields. This issue is fixed in @xmldom/xmldom version 0.9.12, which validates these fields properly. Developers and administrators should be aware of the potential impact and take immediate action to patch their systems. Evidence limits suggest that affected scope and impact may be broader, but additional details are not provided.
- 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-04
- Advisory published
- 2026-09-01
- Advisory updated
- 2026-09-04
Who should care
Developers and administrators using xmldom versions 0.9.10 to 0.9.11 should be aware of this vulnerability and take immediate action to patch their systems. Affected systems should be identified and patched with version 0.9.12 of @xmldom/xmldom. Security teams should review system configurations and update to version 0.9.12. Operators and platform administrators should verify system configurations and update to version 0.9.12.
Technical summary
The xmldom module, a pure JavaScript implementation of the W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer, is vulnerable to a DocumentType injection attack. Versions 0.9.10 to 0.9.11 are affected. An attacker can bypass the strict-serialization mitigation for earlier DocumentType injection advisories by including U+000A, U+000D, U+2028, or U+2029 characters in the DocumentType.publicId and DocumentType.systemId fields. This issue is fixed in @xmldom/xmldom version 0.9.12, which validates these fields properly.
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 version 0.9.12 of @xmldom/xmldom.
Recommended defensive actions
- Identify and inventory all systems using xmldom versions 0.9.10 to 0.9.11.
- Apply the patch by updating to version 0.9.12 of @xmldom/xmldom.
- Monitor for potential exploitation attempts.
- Review and update security controls to prevent similar attacks.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The CVE Program and NVD indicate that xmldom versions 0.9.10 to 0.9.12 are vulnerable to a DocumentType injection attack. The fix is included in version 0.9.12 of @xmldom/xmldom. Evidence limits suggest that affected scope and impact may be broader, but additional details are not provided. Defenders should verify system configurations and update to version 0.9.12.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-83618 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-83618
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-83618 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-83618
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/7b2ec67e1750daadd0bb06c92e875e726544a362
-
Source reference
Unverified legacy reference
URL: https://github.com/xmldom/xmldom/pull/1071
-
Source reference
Unverified legacy reference
URL: https://github.com/xmldom/xmldom/releases/tag/0.9.12
-
Source reference
Unverified legacy reference
URL: https://github.com/xmldom/xmldom/security/advisories/GHSA-vr34-hp96-76pp
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.