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

19 lines
833 B
Markdown

### [CVE-2016-7411](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7411)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
ext/standard/var_unserializer.re in PHP before 5.6.26 mishandles object-deserialization failures, which allows remote attackers to cause a denial of service (memory corruption) or possibly have unspecified other impact via an unserialize call that references a partially constructed object.
### POC
#### Reference
- https://bugs.php.net/bug.php?id=73052
- https://github.com/php/php-src/commit/6a7cc8ff85827fa9ac715b3a83c2d9147f33cd43?w=1
#### Github
No PoCs found on GitHub currently.