Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-5mg8-w23w-74h3

Опубликовано: 25 мар. 2021
Источник: github
Github: Прошло ревью
CVSS3: 3.3

Описание

Information Disclosure in Guava

A temp directory creation vulnerability exists in Guava prior to version 32.0.0 allowing an attacker with access to the machine to potentially access data in a temporary directory created by the Guava com.google.common.io.Files.createTempDir(). The permissions granted to the directory created default to the standard unix-like /tmp ones, leaving the files open. Maintainers recommend explicitly changing the permissions after the creation of the directory, or removing uses of the vulnerable method.

Ссылки

Пакеты

Наименование

com.google.guava:guava

maven
Затронутые версииВерсия исправления

< 32.0.0-android

32.0.0-android

EPSS

Процентиль: 22%
0.00072
Низкий

3.3 Low

CVSS3

Дефекты

CWE-173
CWE-200
CWE-378
CWE-732

Связанные уязвимости

CVSS3: 3.3
ubuntu
около 5 лет назад

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.

CVSS3: 3.3
redhat
больше 5 лет назад

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.

CVSS3: 3.3
nvd
около 5 лет назад

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.

CVSS3: 3.3
msrc
почти 3 года назад

Описание отсутствует

CVSS3: 3.3
debian
около 5 лет назад

A temp directory creation vulnerability exists in all versions of Guav ...

EPSS

Процентиль: 22%
0.00072
Низкий

3.3 Low

CVSS3

Дефекты

CWE-173
CWE-200
CWE-378
CWE-732