Files
CVEs-PoC/2006/CVE-2006-4812.md
T
2024-06-09 00:33:16 +00:00

860 B

CVE-2006-4812

Description

Integer overflow in PHP 5 up to 5.1.6 and 4 before 4.3.0 allows remote attackers to execute arbitrary code via an argument to the unserialize PHP function with a large value for the number of array elements, which triggers the overflow in the Zend Engine ecalloc function (Zend/zend_alloc.c).

POC

Reference

Github