cve/2010/CVE-2010-1866.md

19 lines
806 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2010-1866](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1866)
![](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 dechunk filter in PHP 5.3 through 5.3.2, when decoding an HTTP chunked encoding stream, allows context-dependent attackers to cause a denial of service (crash) and possibly trigger memory corruption via a negative chunk size, which bypasses a signed comparison, related to an integer overflow in the chunk size decoder.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/mudongliang/LinuxFlaw
- https://github.com/oneoy/cve-