Bug 2526830 (CVE-2026-83613) - CVE-2026-83613 xmldom: @xmldom/xmldom: xmldom: Denial of Service due to quadratic-time attribute processing
Summary: CVE-2026-83613 xmldom: @xmldom/xmldom: xmldom: Denial of Service due to quadr...
Keywords:
Status: NEW
Alias: CVE-2026-83613
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2527254 2527256 2527260 2527266 2527269 2527275
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-01 15:04 UTC by OSIDB Bzimport
Modified: 2026-09-02 07:51 UTC (History)
33 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-01 15:04:22 UTC
xmldom is a pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module. Prior to @xmldom/xmldom versions 0.8.15 and 0.9.12, and in xmldom version 0.6.0 and earlier, DOMHandler.startElement in lib/dom-parser.js inserts every parsed attribute through setAttributeNode, while NamedNodeMap.setNamedItem in lib/dom.js calls the linear getNamedItem or getNamedItemNS lookup for each insertion. A well-formed element with many distinct attributes therefore requires quadratic comparisons during DOMParser.parseFromString() and can stall a Node.js event loop before application validation. This issue is fixed in @xmldom/xmldom versions 0.8.15 and 0.9.12; no fixed version is available for xmldom.


Note You need to log in before you can comment on or make changes to this bug.