bitbar / android-gradle-plugin

How to use Gradle plugin with devices on cloud

Home Page:http://docs.bitbar.com/testing/cloud-integrations/gradle/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2018-11771 (Medium) detected in commons-compress-1.8.1.jar - autoclosed

mend-for-github-com opened this issue · comments

CVE-2018-11771 - Medium Severity Vulnerability

Vulnerable Library - commons-compress-1.8.1.jar

Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress and ar, cpio, jar, tar, zip, dump, 7z, arj.

Path to dependency file: /build.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.8.1/a698750c16740fd5b3871425f4cb3bbaa87f529d/commons-compress-1.8.1.jar

Dependency Hierarchy:

  • gradle-core-2.3.0.jar (Root Library)
    • builder-2.3.0.jar
      • sdklib-25.3.0.jar
        • commons-compress-1.8.1.jar (Vulnerable Library)

Found in HEAD commit: e89d66259a7e239dd3b023916815ce42b084b121

Found in base branch: master

Vulnerability Details

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.

Publish Date: 2018-08-16

URL: CVE-2018-11771

CVSS 3 Score Details (5.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Local
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11771

Release Date: 2018-08-16

Fix Resolution: 1.18

✔️ This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory.