CVE-2013-4322
Apache Tomcat < 6.0.39, 7.x < 7.0.50, 8.x < 8.0.0-RC10 - Denial of Service via Chunked Transfer Coding
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2013-4322. PoCs published by LiviuPtr.
AI-analyzed exploit summary This PoC demonstrates a slow POST chunked transmission vulnerability (CVE-2013-4322) by sending large chunks of data in a loop to exhaust server resources. It uses HTTP chunked encoding to maintain persistent connections and flood the target.
Description
Apache Tomcat before 6.0.39, 7.x before 7.0.50, and 8.x before 8.0.0-RC10 processes chunked transfer coding without properly handling (1) a large total amount of chunked data or (2) whitespace characters in an HTTP header value within a trailer field, which allows remote attackers to cause a denial of service by streaming data. NOTE: this vulnerability exists because of an incomplete fix for CVE-2012-3544.
Exploits (1)
This PoC demonstrates a slow POST chunked transmission vulnerability (CVE-2013-4322) by sending large chunks of data in a loop to exhaust server resources. It uses HTTP chunked encoding to maintain persistent connections and flood the target.