Excessive Recursive Traversals in xmldom Module by xmldom
CVE-2026-41673
8.7HIGH
What is CVE-2026-41673?
The xmldom module, which implements the W3C standard for XML parsing in JavaScript, holds a vulnerability that allows for excessive recursive traversals when handling deeply nested DOM trees. This can lead to a RangeError, causing the application to crash due to an exceeded maximum call stack size. The issue affects several versions, prompting the need for updates to 0.9.10 or 0.8.13 for @xmldom/xmldom and updating xmldom beyond version 0.6.0.
Affected Version(s)
xmldom xmldom <= 0.6.0 <= xmldom 0.6.0
xmldom @xmldom/xmldom >= 0.9.0, < 0.9.10 < @xmldom/xmldom 0.9.0, 0.9.10
xmldom @xmldom/xmldom < 0.8.13 < @xmldom/xmldom 0.8.13
