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.3.0 through 0.6.0, two independent quadratic paths can cause denial of service. In lib/sax.js, parseElementStartPart repeatedly rescans a malformed tag name to the next > during single-character recovery; in lib/dom.js, normalize() repeatedly removes and appends adjacent text nodes, causing quadratic reindexing and string rebuilding. The first path is reachable through default DOMParser.parseFromString() processing, while the second is also reachable through a direct normalize() call on a programmatically constructed DOM, and endDocument invokes that normalization after parsing. This issue is fixed in @xmldom/xmldom versions 0.8.15 and 0.9.12; no fixed version is available for xmldom.
CVE-2026-83614
This high-severity CVE scores 8.7 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.4%, top 71% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 8.7
- EG Score
- 8.7(medium)
- EG Risk
- 54(Track)EG Risk 54/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity87% × 45%Exploitation0% × 40%Automatability100% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 29%
- KEV
- Not listed
Published
September 1, 2026
Last Modified
September 8, 2026
Advisory Details (7)
Auto-updated Sep 1, 2026Release 0.9.12 (xmldom/xmldom)
Patch available: xmldom/xmldom 0.9.12
https://github.com/xmldom/xmldom/releases/tag/0.9.12Release 0.8.15 (xmldom/xmldom)
Patch available: xmldom/xmldom 0.8.15
https://github.com/xmldom/xmldom/releases/tag/0.8.15commit f40ccb861eee (xmldom/xmldom)
Patch available: xmldom/xmldom 0.8.15 (contains commit f40ccb861eee)
https://github.com/xmldom/xmldom/commit/f40ccb861eee0acbf5ee4feb9a34932e87b329c9commit 0748720b6205 (xmldom/xmldom)
Patch available: xmldom/xmldom 0.9.12 (contains commit 0748720b6205)
https://github.com/xmldom/xmldom/commit/0748720b620555f8c222782dcab575cf0cf403b4Backport security release 0.8.15 — parser/DOM DoS, serializer name checks, end-tag reporting
Patch available: xmldom/xmldom 0.8.15 (PR #1072 merged 2026-08-21)
https://github.com/xmldom/xmldom/pull/1072Security release 0.9.12 — parser/DOM DoS, serializer name checks, multiline-anchor bypass
Patch available: xmldom/xmldom 0.9.12 (PR #1071 merged 2026-08-21)
https://github.com/xmldom/xmldom/pull/1071Quadratic-time parsing via the malformed-input recovery path (CWE-407) — `parseElementStartPart` re-scan and `normalize()` adjacent-text merge · Advisory · xmldom/xmldom · GitHub
https://github.com/xmldom/xmldom/security/advisories/GHSA-93r5-fhx6-vmg9Vendor Advisories for CVE-2026-83614(2)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
- CVE-2026-83614Microsoft Security Response Center (MSRC)High
xmldom: Quadratic-time parsing via the malformed-input recovery path — `parseElementStartPart` re-scan and `normalize()` adjacent-text merge
- GHSA-93r5-fhx6-vmg9GitHub Security AdvisoriesHigh
xmldom: Quadratic-time parsing via the malformed-input recovery path — `parseElementStartPart` re-scan and `normalize()` adjacent-text merge
Affected Packages
(5 across 4 ecosystems)
npm(2)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| xmldom | — | — | — |
| @xmldom/xmldom | — | 0.9.12 | — |
Debian:12(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| node-xmldom | 0.8.6-1 ... 0.9.9-1 (10 versions) | — | — |
Debian:13(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| node-xmldom | 0.9.10-1 ... 0.9.9-1 (8 versions) | — | — |
Debian:14(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| node-xmldom | 0.9.10-1 ... 0.9.9-1 (7 versions) | 0.9.12-1 | — |
Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 27× in last 7d / 53× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-09-19 10:12 UTCVendor advisory
- 2026-09-18 22:55 UTCEG score recompute
- 2026-09-18 22:55 UTCVendor advisory
- 2026-09-18 19:28 UTCEPSS rescore
- 2026-09-18 11:38 UTCVendor advisory
- 2026-09-18 00:20 UTCEG score recompute
- 2026-09-18 00:20 UTCVendor advisory
- 2026-09-17 19:32 UTCEPSS rescore
- 2026-09-17 13:03 UTCVendor advisory
- 2026-09-17 01:38 UTCVendor advisory
- 2026-09-16 14:21 UTCEG score recompute
- 2026-09-16 14:21 UTCVendor advisory
- 2026-09-16 14:09 UTCEPSS rescore
- 2026-09-16 05:15 UTCEPSS rescore
- 2026-09-16 03:04 UTCVendor advisory
- 2026-09-15 15:47 UTCVendor advisory
- 2026-09-15 04:30 UTCEG score recompute
- 2026-09-15 04:30 UTCVendor advisory
- 2026-09-15 03:12 UTCEPSS rescore
- 2026-09-15 03:12 UTCEPSS rescore
- 2026-09-14 17:13 UTCVendor advisory
- 2026-09-14 05:56 UTCVendor advisory
- 2026-09-13 18:39 UTCEG score recompute
- 2026-09-13 18:39 UTCVendor advisory
- 2026-09-13 07:22 UTCVendor advisory
Show 28 moreShow fewer
- 2026-09-12 20:02 UTCEG score recompute
- 2026-09-12 20:02 UTCVendor advisory
- 2026-09-12 08:45 UTCVendor advisory
- 2026-09-11 21:28 UTCEG score recompute
- 2026-09-11 21:28 UTCVendor advisory
- 2026-09-11 14:53 UTCEPSS rescore
- 2026-09-11 14:53 UTCEPSS rescore
- 2026-09-11 10:11 UTCEG score recompute
- 2026-09-10 11:36 UTCEG score recompute
- 2026-09-09 08:30 UTCEG score recompute
- 2026-09-08 22:01 UTCEPSS rescore
- 2026-09-08 02:12 UTCEG score recompute
- 2026-09-08 02:12 UTCVendor advisory
- 2026-09-07 14:55 UTCVendor advisory
- 2026-09-06 14:22 UTCEG score recompute
- 2026-09-06 13:48 UTCEPSS rescore
- 2026-09-05 15:48 UTCEG score recompute
- 2026-09-05 15:31 UTCEPSS rescore
- 2026-09-04 17:13 UTCEG score recompute
- 2026-09-04 05:56 UTCEG score recompute
- 2026-09-04 05:07 UTCEPSS rescore
- 2026-09-02 20:00 UTCEG score recompute
- 2026-09-02 14:12 UTCEPSS rescore
- 2026-09-01 19:30 UTCEG score recompute
- 2026-09-01 18:25 UTCEG score recompute
- 2026-09-01 15:39 UTCEG score recompute
- 2026-09-01 14:44 UTCEG score recompute
- 2026-09-01 14:43 UTCMITRE cvelistV5first tracked
Frequently asked(5)
What is CVE-2026-83614?
When was CVE-2026-83614 disclosed?
Is CVE-2026-83614 actively exploited?
What is the CVSS score of CVE-2026-83614?
How do I remediate CVE-2026-83614?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-83614
Is Your Infrastructure Affected by CVE-2026-83614?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.