mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-23 10:49:42 +02:00
23 lines
987 B
Markdown
23 lines
987 B
Markdown
### [CVE-2015-6834](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-6834)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Multiple use-after-free vulnerabilities in PHP before 5.4.45, 5.5.x before 5.5.29, and 5.6.x before 5.6.13 allow remote attackers to execute arbitrary code via vectors related to (1) the Serializable interface, (2) the SplObjectStorage class, and (3) the SplDoublyLinkedList class, which are mishandled during unserialization.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://bugs.php.net/bug.php?id=70172
|
|
- https://bugs.php.net/bug.php?id=70365
|
|
- https://bugs.php.net/bug.php?id=70366
|
|
- https://hackerone.com/reports/103995
|
|
- https://hackerone.com/reports/103996
|
|
- https://hackerone.com/reports/103997
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
|