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

19 lines
788 B
Markdown

### [CVE-2014-0095](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0095)
![](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
java/org/apache/coyote/ajp/AbstractAjpProcessor.java in Apache Tomcat 8.x before 8.0.4 allows remote attackers to cause a denial of service (thread consumption) by using a "Content-Length: 0" AJP request to trigger a hang in request processing.
### POC
#### Reference
- http://seclists.org/fulldisclosure/2014/May/134
- http://www.oracle.com/technetwork/topics/security/cpuoct2014-1972960.html
#### Github
No PoCs found on GitHub currently.