Bugzilla – Bug 977993
VUL-0: CVE-2016-4344: php: heap overflow in ext/xml/xml.c
Last modified: 2016-05-04 09:24:12 UTC
CVE-2016-4344 References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-4344 http://seclists.org/oss-sec/2016/q2/163 http://people.canonical.com/~ubuntu-security/cve/2016/CVE-2016-4344.html
https://bugs.php.net/bug.php?id=71637
xml_utf8_encode() uses safe_malloc() before 7.0. Testcase: <?php //1.php ini_set('memory_limit',-1); utf8_encode(str_repeat("A",(0xffffffff/4)+0x1000)); ?>