cve/2016/CVE-2016-9137.md

21 lines
890 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [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
2024-06-09 00:33:16 +00:00
- https://bugs.php.net/bug.php?id=73147
2024-05-26 14:27:05 +02:00
- https://www.tenable.com/security/tns-2016-19
2024-06-09 00:33:16 +00:00
- https://www.tenable.com/security/tns-2016-19
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.