Natural Intelligence fast-xml-parser 4.0.0 Beta 7
Approved changes feed: RSS · Atom
cpe:2.3:a:naturalintelligence:fast-xml-parser:4.0.0:beta7:*:*:*:*:*:*
part: a version: 4.0.0 update: beta7
| Vendor | Naturalintelligence (67b183a2-a657-59fe-a412-45ef22464732) |
|---|---|
| Product | Fast Xml Parser (06955b62-72cd-5b6a-a7ca-5bf7b7eb52ea) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from NVD CPE 2.0 feed |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
pkg:github/naturalintelligence/fast-xml-parser |
purl2cpe | 2026-06-01 10:11:40.151180 |
pkg:maven/org.webjars.npm/fast-xml-parser |
purl2cpe | 2026-06-01 10:11:40.151181 |
pkg:npm/fast-xml-parser |
purl2cpe | 2026-06-01 10:11:40.151182 |
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2026-33349 |
vulnerable | 2026-06-08 07:59:09.756059 |
fast-xml-parser: Entity Expansion Limits Bypassed When Set to Zero Due to JavaScript Falsy Evaluation
MEDIUM (5.9)
fast-xml-parser allows users to process XML from JS object without C/C++ based libraries or callbacks. From version 4.0.0-beta.3 to before version 5.5.7, the DocTypeReader in fast-xml-parser uses JavaScript truthy checks to evaluate maxEntityCount and maxEntitySize configuration limits. When a developer explicitly sets either limit to 0 — intending to disallow all entities or restrict entity size to zero bytes — the falsy nature of 0 in JavaScript causes the guard conditions to short-circuit, completely bypassing the limits. An attacker who can supply XML input to such an application can trigger unbounded entity expansion, leading to memory exhaustion and denial of service. This issue has been patched in version 5.5.7.
Published: 2026-03-24T19:35:47.908Z
Updated: 2026-03-25T14:28:07.309Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-33036 |
vulnerable | 2026-06-08 07:57:18.498201 |
fast-xml-parser affected by numeric entity expansion bypassing all entity expansion limits (incomplete fix for CVE-2026-26278)
HIGH (7.5)
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.
Published: 2026-03-20T05:17:03.290Z
Updated: 2026-03-25T13:57:58.233Z |
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.