Vulnerabilities

1 via 1 paths

Dependencies

17

Source

GitHub

Commit

2d0564a8

Find, fix and prevent vulnerabilities in your code.

Issue type
  • 1
  • 1
Severity
  • 1
  • 1
Status
  • 2
  • 0
  • 0

medium severity

LGPL-2.1 license

  • Module: com.github.spotbugs:spotbugs-annotations
  • Introduced through: com.github.spotbugs:spotbugs-annotations@4.9.8

Detailed paths

  • Introduced through: sitepark/ies-application-services@sitepark/ies-application-services#2d0564a8040820e3e60eb921624042ba39a8ae5c com.github.spotbugs:spotbugs-annotations@4.9.8

LGPL-2.1 license

low severity

Creation of Temporary File in Directory with Insecure Permissions

  • Vulnerable module: com.google.guava:guava
  • Introduced through: com.google.inject:guice@7.0.0

Detailed paths

  • Introduced through: sitepark/ies-application-services@sitepark/ies-application-services#2d0564a8040820e3e60eb921624042ba39a8ae5c com.google.inject:guice@7.0.0 com.google.guava:guava@31.0.1-jre

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