TimeBase-CE icon indicating copy to clipboard operation
TimeBase-CE copied to clipboard

CVE-2020-11979 (High) detected in ant-1.9.9.jar

Open mend-for-github-com[bot] opened this issue 4 years ago • 0 comments

CVE-2020-11979 - High Severity Vulnerability

Vulnerable Library - ant-1.9.9.jar

master POM

Path to dependency file: TimeBase/java/installer/build.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.apache.ant/ant/1.9.9/9dc55233d8c0809e57b2ec7f78376da3f32872bd/ant-1.9.9.jar

Dependency Hierarchy:

  • izpack-compiler-5.1.3.jar (Root Library)
    • izpack-panel-5.1.3.jar
      • izpack-util-5.1.3.jar
        • :x: ant-1.9.9.jar (Vulnerable Library)

Found in HEAD commit: 98f6880b361c00a247f77e79a787646e9664cadd

Found in base branch: main

Vulnerability Details

As mitigation for CVE-2020-1945 Apache Ant 1.10.8 changed the permissions of temporary files it created so that only the current user was allowed to access them. Unfortunately the fixcrlf task deleted the temporary file and created a new one without said protection, effectively nullifying the effort. This would still allow an attacker to inject modified source files into the build process.

Publish Date: 2020-10-01

URL: CVE-2020-11979

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: High
    • Availability Impact: None
For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://ant.apache.org/security.html

Release Date: 2020-07-21

Fix Resolution: org.apache.ant:ant:1.10.9