Lucene search

K
cvelistMitreCVELIST:CVE-2017-9048
HistoryMay 18, 2017 - 6:13 a.m.

CVE-2017-9048

2017-05-1806:13:00
mitre
www.cve.org

7 High

AI Score

Confidence

High

0.003 Low

EPSS

Percentile

69.1%

libxml2 20904-GITv2.9.4-16-g0741801 is vulnerable to a stack-based buffer overflow. The function xmlSnprintfElementContent in valid.c is supposed to recursively dump the element content definition into a char buffer โ€˜bufโ€™ of size โ€˜sizeโ€™. At the end of the routine, the function may strcat two more characters without checking whether the current strlen(buf) + 2 < size. This vulnerability causes programs that use libxml2, such as PHP, to crash.