mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-15 11:48:07 +02:00
21 lines
958 B
Markdown
21 lines
958 B
Markdown
### [CVE-2016-5773](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-5773)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
php_zip.c in the zip extension in PHP before 5.5.37, 5.6.x before 5.6.23, and 7.x before 7.0.8 improperly interacts with the unserialize implementation and garbage collection, which allows remote attackers to execute arbitrary code or cause a denial of service (use-after-free and application crash) via crafted serialized data containing a ZipArchive object.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://bugs.php.net/bug.php?id=72434
|
|
|
|
#### Github
|
|
- https://github.com/RedHatProductSecurity/rhsecapi
|
|
- https://github.com/auditt7708/rhsecapi
|
|
- https://github.com/syadg123/pigat
|
|
- https://github.com/teamssix/pigat
|
|
|