VYPR

Fast Xml Builder

Sign in to watch

by Naturalintelligence

Source repositories

CVEs (2)

CVESevRiskCVSSEPSSKEVPublishedDescription
CVE-2026-44665Med0.406.10.00May 13, 2026fast-xml-builder builds XML from JSON. Prior to 1.1.7, when an input data has quotes in attribute values but process entities is not enabled, it breaks the attribute value into multiple attributes. This gives the room for an attacker to insert unwanted attributes to the XML/HTML. This vulnerability is fixed in 1.1.7.
CVE-2026-44664Med0.406.10.00May 13, 2026fast-xml-builder builds XML from JSON. In 1.1.5, the fix for CVE-2026-41650 in fast-xml-parser sanitizes -- sequences in XML comment content using .replace(/--/g, '- -'). This skip the values containing three consecutive dashes (e.g., --->...), allowing an attacker to break out of an XML comment and inject arbitrary XML/HTML content. This vulnerability is fixed in 1.1.6.