Files
CVEs-PoC/2006/CVE-2006-4812.md
T
2024-06-18 02:51:15 +02:00

19 lines
812 B
Markdown

### [CVE-2006-4812](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4812)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20n%2Fa%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### 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
- http://securityreason.com/securityalert/1691
#### Github
- https://github.com/mudongliang/LinuxFlaw
- https://github.com/oneoy/cve-