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

18 lines
708 B
Markdown

### [CVE-2016-7133](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7133)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Zend/zend_alloc.c in PHP 7.x before 7.0.10, when open_basedir is enabled, mishandles huge realloc operations, which allows remote attackers to cause a denial of service (integer overflow) or possibly have unspecified other impact via a long pathname.
### POC
#### Reference
- https://bugs.php.net/bug.php?id=72742
#### Github
No PoCs found on GitHub currently.