cve/2016/CVE-2016-2570.md

20 lines
879 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2016-2570](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2570)
![](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 Edge Side Includes (ESI) parser in Squid 3.x before 3.5.15 and 4.x before 4.0.7 does not check buffer limits during XML parsing, which allows remote HTTP servers to cause a denial of service (assertion failure and daemon exit) via a crafted XML document, related to esi/CustomParser.cc and esi/CustomParser.h.
### POC
#### Reference
- http://www.openwall.com/lists/oss-security/2016/02/26/2
- http://www.squid-cache.org/Advisories/SQUID-2016_2.txt
- https://usn.ubuntu.com/3557-1/
#### Github
No PoCs found on GitHub currently.