CVE-2026-83606: xmldom PI grammar regex ReDoS: quadratic backtracking on unterminated processing instructions

Published Sep 1, 2026
·
Updated

xmldom is a pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module. From 0.9.0-beta.9 until 0.9.11, the processing-instruction production in lib/grammar.js lets the greedy S+ separator and lazy Char? data group repeatedly repartition a long whitespace tail when the required closing ?> is absent. Both parsePI and parseProcessingInstruction apply the expression to the entire remaining source, causing quadratic backtracking during DOMParser.parseFromString() under default options and allowing a small unauthenticated XML input to stall the Node.js event loop. This issue is fixed in @xmldom/xmldom version 0.9.11.

Affected Software

1 affected component
xmldom xmldom>=0.9.0-beta.9<=0.9.11

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade @xmldom/xmldom to a version that resolves this vulnerability.

    Fixed in 0.9.11

Event History

Sep 1, 2026
CVE Published
via MITRE·02:21 PM
Data Sourced
via MITRE·02:21 PM
DescriptionWeakness

Frequently Asked Questions

1

Which deployments are realistically exposed to this issue?

Applications using @xmldom/xmldom versions from 0.9.0-beta.9 through 0.9.11 that parse attacker-controlled XML with DOMParser.parseFromString() are exposed. The vulnerable parsing path is enabled under default options.

2

What does an attacker need to trigger the denial of service?

An attacker only needs to supply a small, unauthenticated XML document containing an unterminated processing instruction with a long whitespace tail and no closing ?>. Processing that input can cause quadratic backtracking and stall the Node.js event loop.

3

How can I tell whether my application is affected?

Check whether the application depends on @xmldom/xmldom in the affected version range and parses untrusted XML. Affected behavior occurs when parsing a processing instruction that lacks its required closing ?>.

4

What remediation is available?

Update @xmldom/xmldom to version 0.9.11, which fixes the issue.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203