cve/2015/CVE-2015-8935.md

18 lines
821 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2015-8935](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8935)
![](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
The sapi_header_op function in main/SAPI.c in PHP before 5.4.38, 5.5.x before 5.5.22, and 5.6.x before 5.6.6 supports deprecated line folding without considering browser compatibility, which allows remote attackers to conduct cross-site scripting (XSS) attacks against Internet Explorer by leveraging (1) %0A%20 or (2) %0D%0A%20 mishandling in the header function.
### POC
#### Reference
- https://hackerone.com/reports/145392
#### Github
No PoCs found on GitHub currently.