CVE-2026-33349

MEDIUM EPSS 35.9%
Published Mar 24, 20263mo ago · Modified Jun 17, 20262w ago
5.9 CVSS 3.1
Medium
Find Similar
Published Mar 24, 2026 3mo ago
Last Modified Jun 17, 2026 2w ago

Description

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.

CVSS Details

Base Score
5.9
Exploitability
2.2
Impact
3.6
Vector string
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector Network
Attack Complexity High
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High

Threat Intelligence

EPSS Exploit Probability
35.9% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 1

CWE-1284

Affected Products 9

VendorProductVersionRange
naturalintelligencefast-xml-parser*≥4.0.1  –  <4.5.5
naturalintelligencefast-xml-parser*≥5.0.0  –  <5.5.7
naturalintelligencefast-xml-parser4.0.0any
naturalintelligencefast-xml-parser4.0.0any
naturalintelligencefast-xml-parser4.0.0any
naturalintelligencefast-xml-parser4.0.0any
naturalintelligencefast-xml-parser4.0.0any
naturalintelligencefast-xml-parser4.0.0any
naturalintelligencefast-xml-parser4.0.0any

References 2

  • github.com https://github.com/NaturalIntelligence/fast-xml-parser/commit/239b64aa1fc5c5455ddebbbb54a187eb68c9fdb7
    Patch
  • github.com https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-jp2q-39xq-3w4g
    ExploitMitigationVendor Advisory

Remediation

  • github.com https://github.com/NaturalIntelligence/fast-xml-parser/commit/239b64aa1fc5c5455ddebbbb54a187eb68c9fdb7
    Patch