The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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.