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

18 lines
746 B
Markdown

### [CVE-2018-14884](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14884)
![](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
An issue was discovered in PHP 7.0.x before 7.0.27, 7.1.x before 7.1.13, and 7.2.x before 7.2.1. Inappropriately parsing an HTTP response leads to a segmentation fault because http_header_value in ext/standard/http_fopen_wrapper.c can be a NULL value that is mishandled in an atoi call.
### POC
#### Reference
- https://bugs.php.net/bug.php?id=75535
#### Github
No PoCs found on GitHub currently.