CVE-2018-11771

MEDIUM

Apache Commons Compress 1.7-1.17 - Denial of Service via Malformed ZIP Archive

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 2 public exploits for CVE-2018-11771. PoCs published by dawetmaster, andikahilmy.

AI-analyzed exploit summary This repository contains the source code of Apache Commons Compress at a vulnerable commit but lacks any exploit code or technical analysis. It appears to be a snapshot of the vulnerable software rather than a PoC or writeup.

Description

When reading a specially crafted ZIP archive, the read method of Apache Commons Compress 1.7 to 1.17's ZipArchiveInputStream can fail to return the correct EOF indication after the end of the stream has been reached. When combined with a java.io.InputStreamReader this can lead to an infinite stream, which can be used to mount a denial of service attack against services that use Compress' zip package.

Exploits (2)

nomisec STUB
by dawetmaster · poc
https://github.com/dawetmaster/CVE-2018-11771-commons-compress-vulnerable

This repository contains the source code of Apache Commons Compress at a vulnerable commit but lacks any exploit code or technical analysis. It appears to be a snapshot of the vulnerable software rather than a PoC or writeup.

Classification
Stub 90%
Attack Type
Other
Complexity
Trivial
Reliability
Theoretical
Target: Apache Commons Compress
No auth needed
Prerequisites: None
devstral-2 · analyzed Mar 14, 2026 Full analysis →
nomisec STUB
by andikahilmy · poc
https://github.com/andikahilmy/CVE-2018-11771-commons-compress-vulnerable

This repository contains the source code of Apache Commons Compress, which is vulnerable to CVE-2018-11771, but does not include any exploit code or proof-of-concept. It appears to be a snapshot of the vulnerable version without additional exploit-specific content.

Classification
Stub 90%
Attack Type
Dos
Complexity
Moderate
Reliability
Theoretical
Target: Apache Commons Compress (versions before 1.17)
No auth needed
Prerequisites: Access to an application using Apache Commons Compress to process malicious archives
devstral-2 · analyzed Feb 18, 2026 Full analysis →

References (17)

Core 17
Core References
Broken Link vdb-entry x_refsource_bid
http://www.securityfocus.com/bid/105139
Broken Link vdb-entry x_refsource_sectrack
http://www.securitytracker.com/id/1041503
Patch, Third Party Advisory x_refsource_misc
https://www.oracle.com/security-alerts/cpujan2022.html

Scores

CVSS v3 5.5
EPSS 0.0112
EPSS Percentile 78.7%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

Details

CWE
CWE-835
Status published
Products (3)
apache/commons_compress 1.7.0 - 1.17.0
oracle/weblogic_server 14.1.1.0.0
org.apache.commons/commons-compress 1.7 - 1.18Maven
Published Aug 16, 2018
Tracked Since Feb 18, 2026