cve/2022/CVE-2022-40303.md
2024-06-18 02:51:15 +02:00

959 B

CVE-2022-40303

Description

An issue was discovered in libxml2 before 2.10.3. When parsing a multi-gigabyte XML document with the XML_PARSE_HUGE parser option enabled, several integer counters can overflow. This results in an attempt to access an array at a negative 2GB offset, typically leading to a segmentation fault.

POC

Reference

Github