CVE-2026-83619
Last modified
CVE-2026-83619 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. xmldom is a pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module. From 0.7.0 until 0.8.15, the release-0.8.x parser in lib/sax.js trims captured end-tag names with the unanchored global expression /[ \t\n\r]+$/g.
Description
xmldom is a pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module. From 0.7.0 until 0.8.15, the release-0.8.x parser in lib/sax.js trims captured end-tag names with the unanchored global expression /[ \t\n\r]+$/g. For an end tag containing a long whitespace run followed by a non-whitespace character, the expression retries from each possible starting position and backtracks quadratically before failing its end anchor. DOMParser.parseFromString() reaches the path under default options, allowing a small unauthenticated XML input to stall the Node.js event loop; the 0.9.x and unscoped npm lines do not contain this expression. This issue is fixed in @xmldom/xmldom version 0.8.15.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| xmldom | xmldom | >= 0.7.0, < 0.8.15 |
| @xmldom | xmldom | >= 0.7.0, < 0.8.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-83619?
How severe is CVE-2026-83619?
How do I fix CVE-2026-83619?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-83613xmldom is a pure JavaScript W3C standard-based (XML DOM Leve…8.7
- CVE-2026-83614xmldom is a pure JavaScript W3C standard-based (XML DOM Leve…8.7
- CVE-2026-83615xmldom is a pure JavaScript W3C standard-based (XML DOM Leve…8.7
- CVE-2026-83616xmldom is a pure JavaScript W3C standard-based (XML DOM Leve…8.7
- CVE-2026-83617xmldom is a pure JavaScript W3C standard-based (XML DOM Leve…8.7
- CVE-2026-83618xmldom is a pure JavaScript W3C standard-based (XML DOM Leve…8.7
- CVE-2026-8362A stack-based buffer overflow condition exists in WOSDefault…9.8
- CVE-2026-8363A stack-based buffer overflow condition exists in WOSDeviceD…9.8
- CVE-2026-8364Gladinet Triofox Cloud Server Agent Access Service (GladServ…9.8
- CVE-2026-8365The Blocksy theme for WordPress is vulnerable to PHP Object …8.8
- CVE-2026-8367aria2c accepts a server certificate with incorrect Extended …5.3
- CVE-2026-8368LWP::UserAgent versions before 6.83 for Perl leak Authorizat…6.5
Are you affected by CVE-2026-83619?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
