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

20 lines
834 B
Markdown

### [CVE-2015-6831](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-6831)
![](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
Multiple use-after-free vulnerabilities in SPL in PHP before 5.4.44, 5.5.x before 5.5.28, and 5.6.x before 5.6.12 allow remote attackers to execute arbitrary code via vectors involving (1) ArrayObject, (2) SplObjectStorage, and (3) SplDoublyLinkedList, which are mishandled during unserialization.
### POC
#### Reference
- https://bugs.php.net/bug.php?id=70168
- https://bugs.php.net/bug.php?id=70169
- https://hackerone.com/reports/104018
#### Github
No PoCs found on GitHub currently.