Search for packages
| purl | pkg:deb/debian/ant@1.10.9-4 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
|
VCID-2a6z-dfqf-5ycb
Aliases: CVE-2021-36373 GHSA-q5r4-cfpx-h6fh |
Uncontrolled Resource Consumption When reading a specially crafted TAR archive an Apache Ant build can be made to allocate large amounts of memory that finally leads to an out of memory error, even for small inputs. This can be used to disrupt builds using Apache Ant. |
Affected by 0 other vulnerabilities. |
|
VCID-6uzy-57uy-zkfw
Aliases: CVE-2021-36374 GHSA-5v34-g2px-j4fw |
Uncontrolled Resource Consumption When reading a specially crafted ZIP archive, or a derived formats, an Apache Ant build can be made to allocate large amounts of memory that leads to an out of memory error, even for small inputs. This can be used to disrupt builds using Apache Ant. Commonly used derived formats from ZIP archives are for instance JAR files and many office files. |
Affected by 0 other vulnerabilities. |
| Vulnerability | Summary | Aliases |
|---|---|---|
| VCID-53z5-f3xj-z7bf | Sensitive Data Exposure in Apache Ant Apache Ant 1.1 to 1.9.14 and 1.10.0 to 1.10.7 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. |
CVE-2020-1945
GHSA-4p6w-m9wc-c9c9 |
| VCID-unby-h128-v3bk | Code injection in Apache Ant 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. |
CVE-2020-11979
GHSA-f62v-xpxf-3v68 GHSA-j45w-qrgf-25vm |