Files
CVEs-PoC/2016/CVE-2016-4346.md
T
2025-09-29 21:09:30 +02:00

18 lines
709 B
Markdown

### [CVE-2016-4346](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4346)
![](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
Integer overflow in the str_pad function in ext/standard/string.c in PHP before 7.0.4 allows remote attackers to cause a denial of service or possibly have unspecified other impact via a long string, leading to a heap-based buffer overflow.
### POC
#### Reference
- https://bugs.php.net/bug.php?id=71637
#### Github
No PoCs found on GitHub currently.