CVE-2020-1945: Sensitive Data Exposure in Apache Ant
6.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.0375%
CWE
Published
9/14/2020
Updated
2/1/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.ant:ant | maven | >= 1.1, < 1.9.15 | 1.9.15 |
org.apache.ant:ant | maven | >= 1.10.0, < 1.10.8 | 1.10.8 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis is based on the understanding of the vulnerability and the patches applied to the affected tasks in Apache Ant. The FixCRLF and ReplaceRegExp tasks were identified as vulnerable due to their insecure handling of temporary files. The patches for these tasks modify the temporary file creation to use more secure methods, thus mitigating the vulnerability.