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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
In all versions of PHP 7, during the unserialization process, resizing the 'properties' hash table of a serialized object may lead to use-after-free. A remote attacker may exploit this bug to gain arbitrary code execution.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://bugs.php.net/bug.php?id=73092
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
|