Threat Intelligence Database
Comprehensive database of the latest cyber threats affecting organizations worldwide. Filter and search to find specific threat intelligence relevant to your organization.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threat Intelligence
Click on any threat for detailed analysis and mitigation recommendations
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. Join the discussion | CVE Database V5 | 08/13/2026, 17:45:25 UTC Added: 08/13/2026, 18:11:59 UTC |
The fast-xml-parser library versions 5.9.3 up to but not including 5.10.1 have a vulnerability where multiple DOCTYPE declarations in a single XML document reset entity expansion limits. This allows crafted XML inputs to bypass configured limits on entity expansion, potentially causing excessive CPU usage, event-loop blocking, memory exhaustion, and process termination. Join the discussion | GCVE Database | 07/21/2026, 22:06:36 UTC Added: 07/22/2026, 00:11:09 UTC |
0 fast-xml-parser allows users to process XML from JS object without C/C++ based libraries or callbacks. Prior to version 5.7.0, XMLBuilder does not escape the "-->" sequence in comment content or the "]]>" sequence in CDATA sections when building XML from JavaScript objects. This allows XML injection when user-controlled data flows into comments or CDATA elements, leading to XSS, SOAP injection, or data manipulation. This issue has been patched in version 5.7.0. Join the discussion | CVE Database V5 | 05/07/2026, 13:36:55 UTC Added: 05/07/2026, 14:36:46 UTC |
0 CVE-2026-33349 is a medium severity vulnerability in the fast-xml-parser library versions from 4.0.0-beta.3 up to before 5.5.7. The issue arises because the DocTypeReader component uses JavaScript truthy checks on maxEntityCount and maxEntitySize configuration parameters. When these limits are explicitly set to zero, intending to disallow XML entities or restrict their size, the falsy evaluation causes the limits to be bypassed. This allows an attacker supplying crafted XML input to trigger unbounded entity expansion, resulting in memory exhaustion and denial of service (DoS). No authentication or user interaction is required, and the vulnerability can be exploited remotely over the network. Join the discussion | CVE Database V5 | 03/24/2026, 19:35:47 UTC Added: 03/24/2026, 19:46:16 UTC |
fast-xml-parser allows users to process XML from JS object without C/C++ based libraries or callbacks. Versions 4.0.0-beta.3 through 5.5.5 contain a bypass vulnerability where numeric character references (&#NNN;, &#xHH;) and standard XML entities completely evade the entity expansion limits (e.g., maxTotalExpansions, maxExpandedLength) added to fix CVE-2026-26278, enabling XML entity expansion Denial of Service. The root cause is that replaceEntitiesValue() in OrderedObjParser.js only enforces expansion counting on DOCTYPE-defined entities while the lastEntities loop handling numeric/standard entities performs no counting at all. An attacker supplying 1M numeric entity references like A can force ~147MB of memory allocation and heavy CPU usage, potentially crashing the process—even when developers have configured strict limits. This issue has been fixed in version 5.5.6. Join the discussion | CVE Database V5 | 03/20/2026, 05:17:03 UTC Added: 03/20/2026, 21:35:15 UTC |
0 fast-xml-parser allows users to validate XML, parse XML to JS object, or build XML from JS object without C/C++ based libraries and no callback. Prior to version 5.3.8, the application crashes with stack overflow when user use XML builder with `preserveOrder:true`. Version 5.3.8 fixes the issue. As a workaround, use XML builder with `preserveOrder:false` or check the input data before passing to builder. Join the discussion | CVE Database V5 | 02/26/2026, 01:22:11 UTC Added: 02/26/2026, 02:11:36 UTC |
0 fast-xml-parser allows users to validate XML, parse XML to JS object, or build XML from JS object without C/C++ based libraries and no callback. In versions 5.0.9 through 5.3.3, a RangeError vulnerability exists in the numeric entity processing of fast-xml-parser when parsing XML with out-of-range entity code points (e.g., `�` or `�`). This causes the parser to throw an uncaught exception, crashing any application that processes untrusted XML input. Version 5.3.4 fixes the issue. Join the discussion | CVE Database V5 | 01/30/2026, 15:14:58 UTC Added: 01/30/2026, 15:27:48 UTC |
Showing 1 to 7 of 7 results