CVE Vulnerabilities

CVE-2026-25896

Incorrect Regular Expression

Published: Feb 20, 2026 | Modified: Mar 02, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
7.1 IMPORTANT
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Ubuntu
MEDIUM
root.io logo minimus.io logo echo.ai logo

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. From 4.1.3to before 5.3.5, a dot (.) in a DOCTYPE entity name is treated as a regex wildcard during entity replacement, allowing an attacker to shadow built-in XML entities (<, >, &, ", ') with arbitrary values. This bypasses entity encoding and leads to XSS when parsed output is rendered. This vulnerability is fixed in 5.3.5.

Weakness

The product specifies a regular expression in a way that causes data to be improperly matched or compared.

Affected Software

NameVendorStart VersionEnd Version
Fast-xml-parserNaturalintelligence4.1.3 (including)5.3.5 (excluding)

Potential Mitigations

References