๐Ÿ” CVE Alert

CVE-2026-73569

UNKNOWN 0.0

fast-xml-parser: Repeated DOCTYPE declarations reset entity expansion limits

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

fast-xml-parser allows users to process XML from JS object without C/C++ based libraries or callbacks. From 5.9.3 until 5.10.1, src/xmlparser/OrderedObjParser.js processes multiple DOCTYPE declarations within a single XML document and passes each declaration's entities through addInputEntities(). addInputEntities() resets maxTotalExpansions and maxExpandedLength every time it is called, allowing additional DOCTYPE declarations to repeatedly reset the configured entity-expansion limits during one parse operation. A crafted XML document can then cause excessive CPU use, event-loop blocking, memory exhaustion, and process termination. This issue is fixed in version 5.10.1.

CWE CWE-776
Vendor naturalintelligence
Product fast-xml-parser
Published Aug 13, 2026
Last Updated Aug 13, 2026
Stay Ahead of the Next One

Get instant alerts for naturalintelligence fast-xml-parser

Be the first to know when new unknown vulnerabilities affecting naturalintelligence fast-xml-parser are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

NaturalIntelligence / fast-xml-parser
>= 5.9.3, < 5.10.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8r6m-32jq-jx6q github.com: https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e546e03987662de5495d050b5fba26bea65383f github.com: https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.10.1