LOW · 3.3

CVE-2020-8908

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 co...

Vulnerability 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.

CVSS Score

3.3

LOW

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
NONE
Availability
NONE

Affected Products

VendorProductVersions
GoogleGuava< 32.0.0
QuarkusQuarkus< 1.11.4
OracleCommerce Guided Search11.3.2
OracleCommunications Cloud Native Core Network Slice Selection Function1.2.1
OracleCommunications Pricing Design Center12.0.0.4.0
OracleData Integrator12.2.1.3.0
OracleNosql Database< 20.3
OraclePeoplesoft Enterprise Peopletools8.57
OracleRetail Customer Management And Segmentation Foundation>= 16.0, <= 19.0
OracleWeblogic Server14.1.1.0.0
OracleCommunications Cloud Native Core Network Repository Function1.14.0
OraclePrimavera Unifier>= 17.7, <= 17.12
NetappActive Iq Unified Manager-

Related Weaknesses (CWE)

References

FAQ

What is CVE-2020-8908?

CVE-2020-8908 is a vulnerability with a CVSS score of 3.3 (LOW). 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 co...

How severe is CVE-2020-8908?

CVE-2020-8908 has been rated LOW with a CVSS base score of 3.3/10. Review the CVSS metrics above for detailed severity breakdown.

Is there a patch for CVE-2020-8908?

Check the references section above for vendor advisories and patch information. Affected products include: Google Guava, Quarkus Quarkus, Oracle Commerce Guided Search, Oracle Communications Cloud Native Core Network Slice Selection Function, Oracle Communications Pricing Design Center.