cve/2016/CVE-2016-7479.md

18 lines
710 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2016-7479](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7479)
![](https://img.shields.io/static/v1?label=Product&message=PHP%207.x&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Remote%20Code%20Execution&color=brighgreen)
### 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