Insecure Default Affecting org.apache.ant:ant package, versions [1.1,1.9.15) [1.10.0,1.10.8)
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-JAVA-ORGAPACHEANT-569130
- published 14 May 2020
- disclosed 14 May 2020
- credit Mike Salvatore
Introduced: 14 May 2020
CVE-2020-1945 Open this link in a new tabHow to fix?
Upgrade org.apache.ant:ant
to version 1.9.15, 1.10.8 or higher.
Overview
org.apache.ant:ant is a software tool for automating software build processes which originated from the Apache Tomcat project in early 2000.
Affected versions of this package are vulnerable to Insecure Default. It uses the default temporary directory identified by the Java system property java.io.tmpdir
for several tasks and may thus leak sensitive information. The fixcrlf
and replaceregexp
tasks also copy files from the temporary directory back into the build tree allowing an attacker to inject modified source files into the build process.