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

19 lines
850 B
Markdown

### [CVE-2016-3078](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-3078)
![](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
Multiple integer overflows in php_zip.c in the zip extension in PHP before 7.0.6 allow remote attackers to cause a denial of service (heap-based buffer overflow and application crash) or possibly have unspecified other impact via a crafted call to (1) getFromIndex or (2) getFromName in the ZipArchive class.
### POC
#### Reference
- http://www.openwall.com/lists/oss-security/2016/04/28/1
- https://www.exploit-db.com/exploits/39742/
#### Github
- https://github.com/ARPSyndicate/cvemon