CVE-2020-8908
CVSS V2 Low 2.1
CVSS V3 Low 3.3
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.
Overview
- CVE ID
- CVE-2020-8908
- Assigner
- cve-coordination@google.com
- Vulnerability Status
- Analyzed
- Published Version
- 2020-12-10T23:15:13
- Last Modified Date
- 2022-05-10T15:21:59
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:google:guava:*:*:*:*:*:*:*:* | 1 | OR | 30.0 | |
cpe:2.3:a:quarkus:quarkus:*:*:*:*:*:*:*:* | 1 | OR | 1.11.4 | |
cpe:2.3:a:oracle:commerce_guided_search:11.3.2:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:1.2.1:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:communications_pricing_design_center:12.0.0.4.0:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:communications_pricing_design_center:12.0.0.5.0:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:data_integrator:12.2.1.3.0:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:data_integrator:12.2.1.4.0:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:* | 1 | OR | 20.3 | |
cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.57:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.58:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.59:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:retail_customer_management_and_segmentation_foundation:*:*:*:*:*:*:*:* | 1 | OR | 16.0 | 19.0 |
cpe:2.3:a:oracle:weblogic_server:14.1.1.0.0:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:1.14.0:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:primavera_unifier:*:*:*:*:*:*:*:* | 1 | OR | 17.7 | 17.12 |
cpe:2.3:a:oracle:primavera_unifier:18.8:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:primavera_unifier:19.12:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:primavera_unifier:20.12:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:primavera_unifier:21.12:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:linux:*:* | 1 | OR | ||
cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:vmware_vsphere:*:* | 1 | OR | ||
cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:windows:*:* | 1 | OR |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:L/AC:L/Au:N/C:P/I:N/A:N
- Access Vector
- LOCAL
- Access Compatibility
- LOW
- Authentication
- NONE
- Confidentiality Impact
- PARTIAL
- Integrity Impact
- NONE
- Availability Impact
- NONE
- Base Score
- 2.1
- Severity
- LOW
- Exploitability Score
- 3.9
- Impact Score
- 2.9
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
- Attack Vector
- LOCAL
- Attack Compatibility
- LOW
- Privileges Required
- LOW
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- LOW
- Availability Impact
- NONE
- Base Score
- 3.3
- Base Severity
- LOW
- Exploitability Score
- 1.8
- Impact Score
- 1.4
References
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2020-8908 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8908 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-04-20 16:59:37 | Added to TrackCVE | |||
2022-12-05 17:59:38 | security@google.com | cve-coordination@google.com | CVE Assigner | updated |
2022-12-05 17:59:38 | 2020-12-10T23:15Z | 2020-12-10T23:15:13 | CVE Published Date | updated |
2022-12-05 17:59:38 | 2022-05-10T15:21:59 | CVE Modified Date | updated | |
2022-12-05 17:59:38 | Analyzed | Vulnerability Status | updated |