XML External Entity injection in Libxml2 - CVE-2026-86144
Published: September 8, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to improper propagation of parse flags in xmlXIncludeProcess and xmlXIncludeProcessTree in xinclude when processing XInclude content. A remote attacker can supply an XInclude document that references an attacker-controlled internet resource to cause a denial of service.
The issue is relevant when a custom resource loader can access the internet and the XML_PARSE_NONET flag is not propagated.