Bug 2526843 (CVE-2026-83615) - CVE-2026-83615 xmldom: @xmldom/xmldom: xmldom: Denial of Service via quadratic memory consumption
Summary: CVE-2026-83615 xmldom: @xmldom/xmldom: xmldom: Denial of Service via quadrati...
Keywords:
Status: NEW
Alias: CVE-2026-83615
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2527250 2527251 2527253 2527257 2527261 2527265
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-01 15:12 UTC by OSIDB Bzimport
Modified: 2026-09-02 07:49 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:12:36 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 versions 0.1.5 through 0.6.0, appendElement in lib/sax.js uses _copy to clone the complete currentNSMap for each nested element that declares a new namespace prefix. Keeping every ancestor map live on the parse stack creates quadratic peak namespace-map storage, so a small highly compressible XML document can exhaust the process heap 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.