Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-34601 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

xmldom is a pure JavaScript W3C standard-based (XML DOM Level 2 Core) `DOMParser` and `XMLSerializer` module. In xmldom versions 0.6.0 and prior and @xmldom/xmldom prior to versions 0.8.12 and 0.9.9, xmldom/xmldom allows attacker-controlled strings containing the CDATA terminator ]]> to be inserted into a CDATASection node. During serialization, XMLSerializer emitted the CDATA content verbatim without rejecting or safely splitting the terminator. As a result, data intended to remain text-only became active XML markup in the serialized output, enabling XML structure injection and downstream business-logic manipulation. This issue has been patched in xmldom version 0.6.0 and @xmldom/xmldom versions 0.8.12 and 0.9.9.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-91XML Injection (aka Blind XPath Injection)redhat-SADP
CWE-91XML Injection (aka Blind XPath Injection)[email protected]

Affected Products

ProductVersions
xmldom
<= 0.6.0 (semver)

CPE

  • cpe:2.3:a:xmldom_project:xmldom:*:*:*:*:*:node.js:*:*

Remediation

  • Upgrade: 0.6.0moderate effort
@xmldom/xmldom
< 0.8.12 (semver)
>= 0.9.0, < 0.9.9 (semver)

CPE

  • cpe:2.3:a:@xmldom:xmldom:*:*:*:*:*:node.js:*:*

Remediation

  • Upgrade: 0.8.12moderate effort
  • Upgrade: 0.9.9moderate effort

Change History

7 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-34601
NVD Published Date:
Apr 2, 2026
NVD Last Modified:
Jul 21, 2026
Source:
[email protected]
CVE-2026-34601 Details - Not Deferred