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.
References
Configurations
History
07 Nov 2023, 02:51
Type | Values Removed | Values Added |
---|---|---|
References |
|
|
Information
Published : 2018-08-16 15:29
Updated : 2023-11-07 02:51
NVD link : CVE-2018-11771
Mitre link : CVE-2018-11771
JSON object : View
Products Affected
oracle
- weblogic_server
apache
- commons_compress
CWE
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')