mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 15:15:46 +02:00
19 lines
850 B
Markdown
19 lines
850 B
Markdown
### [CVE-2016-3078](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-3078)
|
|

|
|

|
|

|
|
|
|
### 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
|
|
|