CVE-2020-8908
Last modified
CVE-2020-8908 is a low-severity vulnerability rated 3.3/10 on the CVSS scale. A temp directory creation vulnerability exists in all versions of Guava, allowing an attacker with access to the machine to potentially access data in a temporary directory created by the Guava API com.google.common.io.Files.createTempDir(). By default, on unix-like systems, the created directory is world-readable (readable by an attacker with access to the system). EPSS estimates a 0.96% chance of exploitation in the next 30 days.
Description
A temp directory creation vulnerability exists in all versions of Guava, allowing an attacker with access to the machine to potentially access data in a temporary directory created by the Guava API com.google.common.io.Files.createTempDir(). By default, on unix-like systems, the created directory is world-readable (readable by an attacker with access to the system). The method in question has been marked @Deprecated in versions 30.0 and later and should not be used. For Android developers, we recommend choosing a temporary directory API provided by Android, such as context.getCacheDir(). For other Java developers, we recommend migrating to the Java 7 API java.nio.file.Files.createTempDirectory() which explicitly configures permissions of 700, or configuring the Java runtime's java.io.tmpdir system property to point to a location whose permissions are appropriately configured.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Guava | < 32.0.0 | |
| Quarkus | Quarkus | < 1.11.4 |
| Oracle | Commerce Guided Search | 11.3.2 |
| Oracle | Communications Cloud Native Core Network Slice Selection Function | 1.2.1 |
| Oracle | Communications Pricing Design Center | 12.0.0.4.0 |
| Oracle | Communications Pricing Design Center | 12.0.0.5.0 |
| Oracle | Data Integrator | 12.2.1.3.0 |
| Oracle | Data Integrator | 12.2.1.4.0 |
| Oracle | Nosql Database | < 20.3 |
| Oracle | Peoplesoft Enterprise Peopletools | 8.57 |
| Oracle | Peoplesoft Enterprise Peopletools | 8.58 |
| Oracle | Peoplesoft Enterprise Peopletools | 8.59 |
| Oracle | Retail Customer Management And Segmentation Foundation | >= 16.0, <= 19.0 |
| Oracle | Weblogic Server | 14.1.1.0.0 |
| Oracle | Communications Cloud Native Core Network Repository Function | 1.14.0 |
| Oracle | Primavera Unifier | >= 17.7, <= 17.12 |
| Oracle | Primavera Unifier | 18.8 |
| Oracle | Primavera Unifier | 19.12 |
| Oracle | Primavera Unifier | 20.12 |
| Oracle | Primavera Unifier | 21.12 |
| Netapp | Active Iq Unified Manager | All versions |
References
- https://github.com/google/guava/commit/fec0dbc4634006a6162cfd4d0d09c962073ddf40Patch, Third Party Advisory
- https://github.com/google/guava/issues/4011Issue Tracking, Patch, Third Party Advisory
- https://security.netapp.com/advisory/ntap-20220210-0003/Third Party Advisory
- https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-1015415Exploit, Patch, Third Party Advisory
- https://www.oracle.com//security-alerts/cpujul2021.htmlPatch, Third Party Advisory
- https://www.oracle.com/security-alerts/cpuApr2021.htmlPatch, Third Party Advisory
- https://www.oracle.com/security-alerts/cpuapr2022.htmlPatch, Third Party Advisory
- https://www.oracle.com/security-alerts/cpujan2022.htmlThird Party Advisory
- https://www.oracle.com/security-alerts/cpuoct2021.htmlPatch, Third Party Advisory
- https://github.com/google/guava/commit/fec0dbc4634006a6162cfd4d0d09c962073ddf40Patch, Third Party Advisory
- https://github.com/google/guava/issues/4011Issue Tracking, Patch, Third Party Advisory
- https://security.netapp.com/advisory/ntap-20220210-0003/Third Party Advisory
- https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-1015415Exploit, Patch, Third Party Advisory
- https://www.oracle.com//security-alerts/cpujul2021.htmlPatch, Third Party Advisory
- https://www.oracle.com/security-alerts/cpuApr2021.htmlPatch, Third Party Advisory
- https://www.oracle.com/security-alerts/cpuapr2022.htmlPatch, Third Party Advisory
- https://www.oracle.com/security-alerts/cpujan2022.htmlThird Party Advisory
- https://www.oracle.com/security-alerts/cpuoct2021.htmlPatch, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2020-8908?
How severe is CVE-2020-8908?
How do I fix CVE-2020-8908?
Are you affected by CVE-2020-8908?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
