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

19 lines
801 B
Markdown

### [CVE-2016-9137](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9137)
![](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
Use-after-free vulnerability in the CURLFile implementation in ext/curl/curl_file.c in PHP before 5.6.27 and 7.x before 7.0.12 allows remote attackers to cause a denial of service or possibly have unspecified other impact via crafted serialized data that is mishandled during __wakeup processing.
### POC
#### Reference
- https://bugs.php.net/bug.php?id=73147
- https://www.tenable.com/security/tns-2016-19
#### Github
No PoCs found on GitHub currently.