Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low severity - Creation of Temporary File in Directory with Insecure Permissions vulnerability in com.google.guava:guava #21135

Closed
abstractj opened this issue Jun 21, 2023 · 0 comments
Labels
kind/cve Issues identified as CVEs on third-party dependencies, or issues which Keycloak is not affected

Comments

@abstractj
Copy link
Contributor

Source: Snyk Open Source
Location: pom.xml
This file introduces a vulnerable com.google.guava:guava package with a low severity vulnerability.
(CVE-2023-2976) com.google.guava:guava@30.1-jre

Detailed paths

Overview

com.google.guava:guava is a set of core libraries that includes new collection types (such as multimap and multiset,immutable collections, a graph library, functional types, an in-memory cache and more.

Affected versions of this package are vulnerable to Creation of Temporary File in Directory with Insecure Permissions due to the use of Java's default temporary directory for file creation in FileBackedOutputStream. Other users and apps on the machine with access to the default Java temporary directory can access the files created by this class. This more fully addresses the underlying issue described in CVE-2020-8908, by deprecating the permissive temp file creation behavior.

NOTE: Even though the security vulnerability is fixed in version 32.0.0, the maintainers recommend using version 32.0.1, as version 32.0.0 breaks some functionality under Windows.

Remediation

Upgrade com.google.guava:guava to version 32.0.0-android, 32.0.0-jre or higher.

References

@abstractj abstractj added kind/cve Issues identified as CVEs on third-party dependencies, or issues which Keycloak is not affected status/triage labels Jun 21, 2023
@abstractj abstractj closed this as not planned Won't fix, can't repro, duplicate, stale Jun 21, 2023
@ghost ghost removed the status/triage label Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cve Issues identified as CVEs on third-party dependencies, or issues which Keycloak is not affected
Projects
None yet
Development

No branches or pull requests

1 participant