Bugzilla – Bug 977995
VUL-0: CVE-2016-4345: php: heap overflow in ext/filter/sanitizing_filters.c
Last modified: 2016-05-04 09:29:42 UTC
CVE-2016-4345 References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-4345 http://seclists.org/oss-sec/2016/q2/163 http://people.canonical.com/~ubuntu-security/cve/2016/CVE-2016-4345.html
https://bugs.php.net/bug.php?id=71637
php_filter_encode_url() uses safe_emalloc() before 7.0. Testcase: <?php //3.php ini_set('memory_limit',-1); addcslashes(str_repeat('A',0xffffffff/4 + 0x1337),'/'); ?>