Files
CVEs-PoC/2011/CVE-2011-1153.md
2025-09-29 21:09:30 +02:00

18 lines
883 B
Markdown

### [CVE-2011-1153](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1153)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
Multiple format string vulnerabilities in phar_object.c in the phar extension in PHP 5.3.5 and earlier allow context-dependent attackers to obtain sensitive information from process memory, cause a denial of service (memory corruption), or possibly execute arbitrary code via format string specifiers in an argument to a class method, leading to an incorrect zend_throw_exception_ex call.
### POC
#### Reference
- http://www.mandriva.com/security/advisories?name=MDVSA-2011:052
#### Github
No PoCs found on GitHub currently.