Exploitation Summary
EIP tracks 1 public exploit for CVE-2014-0075. PoCs published by LiviuPtr.
AI-analyzed exploit summary This PoC demonstrates a DoS attack via integer overflow in chunked transfer encoding, targeting a vulnerability in HTTP request handling. It sends malformed chunk sizes to trigger an overflow, causing resource exhaustion.
Description
Integer overflow in the parseChunkHeader function in java/org/apache/coyote/http11/filters/ChunkedInputFilter.java in Apache Tomcat before 6.0.40, 7.x before 7.0.53, and 8.x before 8.0.4 allows remote attackers to cause a denial of service (resource consumption) via a malformed chunk size in chunked transfer coding of a request during the streaming of data.
Exploits (1)
This PoC demonstrates a DoS attack via integer overflow in chunked transfer encoding, targeting a vulnerability in HTTP request handling. It sends malformed chunk sizes to trigger an overflow, causing resource exhaustion.