Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2020-8908

3.3 · LOW
Published Dec 10, 2020 google CWE-378 EPSS 0.96% (59th pctl)

Overview

CVE-2020-8908 is a low-severity vulnerability affecting google guava. It was published on December 10, 2020 and has a CVSS 3.1 base score of 3.3 (LOW).

This vulnerability has a CVSS 3.1 base score of 3.3, rated LOW. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

Remediation

Check the references section for vendor advisories and patches from google. Update guava to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
google guava >= 0, < 32.0.0 Affected
quarkus quarkus >= 0, < 1.11.4 Affected
oracle nosql_database >= 0, < 20.3 Affected
oracle retail_customer_management_and_segmentation_foundation 16.0 Affected
oracle primavera_unifier 17.7 Affected

Frequently Asked Questions

What is CVE-2020-8908?

CVE-2020-8908 is a low-severity vulnerability affecting google guava. It was published on December 10, 2020 and has a CVSS 3.1 base score of 3.3 (LOW).

How severe is CVE-2020-8908?

This vulnerability has a CVSS 3.1 base score of 3.3, rated LOW. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2020-8908?

Check the references section for vendor advisories and patches from google. Update guava to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2020-8908?

CyberStrike's AI-powered security agents can automatically detect CVE-2020-8908 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.