SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-83615

HIGH · CVSS 8.7 EPSS 0.35% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-01 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The vulnerability affects the xmldom module, specifically in the appendElement function, which can lead to excessive memory consumption due to inefficient namespace map handling during XML parsing. This can result in application crashes or denial of service when processing small, highly compressible XML documents. Organizations using affected versions of xmldom should prioritize upgrading to the fixed versions to mitigate potential service disruptions.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-83615
Severity
HIGH
CVSS
8.7
EPSS
0.35%
Java

Original NVD Description

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.