In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade fast-xml-parser to version 5.10.1 or higher.
fast-xml-parser is a Validate XML, Parse XML, Build XML without C/C++ based libraries
Affected versions of this package are vulnerable to Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion') via the addInputEntities function. An attacker can cause excessive CPU usage, event-loop blocking, memory exhaustion, and process termination by crafting an XML document with repeated DOCTYPE declarations that reset entity expansion limits.
This vulnerability can be mitigated by manually checking that multiple DOCTYPE declarations are not present in input contents or by keeping the processEntity flag off.