Message12446

Author dwichers
Recipients dwichers
Date 2019-04-19.19:23:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555701829.1.0.339056238826.issue2762@roundup.psfhosted.org>
In-reply-to
Content
This issue is similar to: issue2728. org.apache.commons:commons-compress:1.14 is subject to two medium severity denial of service CVEs: 

CVE-2018-11771 (https://nvd.nist.gov/vuln/detail/CVE-2018-11771)- 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.

CVE-2018-1324 (https://nvd.nist.gov/vuln/detail/CVE-2018-1324) - A specially crafted ZIP archive can be used to cause an infinite loop inside of Apache Commons Compress' extra field parser used by the ZipFile and ZipArchiveInputStream classes in versions 1.11 to 1.15. This can be used to mount a denial of service attack against services that use Compress' zip package.

Please upgrade to 1.18 (or later) before 2.7.2 is released (hopefully soon?).
History
Date User Action Args
2019-04-19 19:23:49dwicherssetmessageid: <1555701829.1.0.339056238826.issue2762@roundup.psfhosted.org>
2019-04-19 19:23:49dwicherssetrecipients: + dwichers
2019-04-19 19:23:49dwicherslinkissue2762 messages
2019-04-19 19:23:48dwicherscreate