CVE-2014-0075 is an integer-overflow vulnerability in Apache Tomcat's HTTP/1.1 chunked-transfer input handling, specifically the parseChunkHeader function in the Coyote ChunkedInputFilter. Tomcat versions before 6.0.40, 7.0.53, and 8.0.4 fail to safely handle malformed or excessively sized chunk-size values while streaming a chunked HTTP request. The flawed parsing permits an attacker to cause unbounded request streaming and excessive server resource consumption.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
1 valid exploit after Mallory filtered fakes, detection scripts, and README-only repos.
Repository contains a single Python proof-of-concept exploit (CVE-2014-0075.py) plus LICENSE and a short README. The script is a network DoS PoC that opens many concurrent HTTP(S) connections and sends POST requests with 'Transfer-Encoding: chunked'. Inside an infinite loop it continuously streams large chunk bodies (default 5 MiB buffer reused) while sending an intentionally oversized/invalid chunk-size line (a very large numeric string) intended to trigger an integer overflow in vulnerable chunked-encoding parsing/handling (CVE-2014-0075). It schedules new threads every INTERVAL_SEC (default 3s) up to MAX_CONCURRENCY (default 300), keeping connections alive and continuously sending data to maximize resource exhaustion and potential crash/hang. Default target is 127.0.0.1 with PATH='/' and port 8081 for HTTP or 443 for HTTPS; these are configurable via constants at the top of the script.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
40 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A network-accessible Apache Tomcat denial-of-service vulnerability caused by an integer overflow in parseChunkHeader. A remote unauthenticated attacker can send a malformed chunk size in a chunked HTTP request to exhaust available resources.
An integer-overflow denial-of-service vulnerability in Apache Tomcat's HTTP/1.1 ChunkedInputFilter chunk-header parsing. A remote attacker can submit a malformed chunk size in a chunked HTTP request, causing resource consumption during streamed request processing.
Limited denial-of-service flaw in the Tomcat/JBossWeb ChunkedInputFilter.
A limited denial-of-service vulnerability in the Tomcat/JBossWeb chunked-transfer-encoding input filter.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.