mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-15 07:40:25 +02:00
19 lines
913 B
Markdown
19 lines
913 B
Markdown
### [CVE-2014-3515](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3515)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The SPL component in PHP before 5.4.30 and 5.5.x before 5.5.14 incorrectly anticipates that certain data structures will have the array data type after unserialization, which allows remote attackers to execute arbitrary code via a crafted string that triggers use of a Hashtable destructor, related to "type confusion" issues in (1) ArrayObject and (2) SPLObjectStorage.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.oracle.com/technetwork/topics/security/bulletinjan2015-2370101.html
|
|
- https://hackerone.com/reports/28445
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
|