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

18 lines
822 B
Markdown

### [CVE-2016-7414](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7414)
![](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
The ZIP signature-verification feature in PHP before 5.6.26 and 7.x before 7.0.11 does not ensure that the uncompressed_filesize field is large enough, which allows remote attackers to cause a denial of service (out-of-bounds memory access) or possibly have unspecified other impact via a crafted PHAR archive, related to ext/phar/util.c and ext/phar/zip.c.
### POC
#### Reference
- https://www.tenable.com/security/tns-2016-19
#### Github
No PoCs found on GitHub currently.