Files
CVEs-PoC/2015/CVE-2015-6836.md
T
2025-09-29 21:09:30 +02:00

18 lines
774 B
Markdown

### [CVE-2015-6836](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-6836)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
The SoapClient __call method in ext/soap/soap.c in PHP before 5.4.45, 5.5.x before 5.5.29, and 5.6.x before 5.6.13 does not properly manage headers, which allows remote attackers to execute arbitrary code via crafted serialized data that triggers a "type confusion" in the serialize_function_call function.
### POC
#### Reference
- https://hackerone.com/reports/104010
#### Github
No PoCs found on GitHub currently.