PT-2026-84277 · Npm · @Xmldom/Xmldom+1
CVE-2026-83613
·
Published
2026-08-22
·
Updated
2026-09-08
CVSS v4.0
8.7
High
| Vector | AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N |
Name of the Vulnerable Software and Affected Versions
@xmldom/xmldom versions prior to 0.8.15
@xmldom/xmldom versions prior to 0.9.12
xmldom versions 0.6.0 and earlier
Description
In the
DOMHandler.startElement function within lib/dom-parser.js, every parsed attribute is inserted using setAttributeNode. Simultaneously, NamedNodeMap.setNamedItem in lib/dom.js performs a linear lookup using getNamedItem or getNamedItemNS for each insertion. Consequently, processing a well-formed element containing a large number of distinct attributes during DOMParser.parseFromString() results in quadratic comparisons, which can stall the Node.js event loop before the application can validate the input.Recommendations
Update @xmldom/xmldom to version 0.8.15 or later.
Update @xmldom/xmldom to version 0.9.12 or later.
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
@Xmldom/Xmldom
Xmldom