Integer overflow in Libxml2 - CVE-2026-86143
Published: September 8, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause negative lengths to reach write callbacks.
The vulnerability exists due to an integer overflow in xmlOutputWriteCallback and xmlBufUse in xmlIO when invoking write callbacks. A remote attacker can invoke an output write callback to cause negative lengths to reach write callbacks.
The issue is caused by an inconsistency between xmlOutputWriteCallback and xmlBufUse.