Vulnerabilities

2 via 2 paths

Dependencies

68

Source

GitHub

Commit

b2187fc2

Find, fix and prevent vulnerabilities in your code.

Issue type
  • 2
  • 2
Severity
  • 2
  • 2
Status
  • 4
  • 0
  • 0

medium severity

Dual license: EPL-1.0, LGPL-2.1

  • Module: ch.qos.logback:logback-classic
  • Introduced through: org.springframework.boot:spring-boot-starter-actuator@4.0.0-RC1 and org.springframework.boot:spring-boot-starter-web@4.0.0-RC1

Detailed paths

  • Introduced through: DepartmentOfHealth-htbhf/htbhf-eligibility-service@DepartmentOfHealth-htbhf/htbhf-eligibility-service#b2187fc2456bbc54f65ec618dec1d69113e3bd6c org.springframework.boot:spring-boot-starter-actuator@4.0.0-RC1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20
  • Introduced through: DepartmentOfHealth-htbhf/htbhf-eligibility-service@DepartmentOfHealth-htbhf/htbhf-eligibility-service#b2187fc2456bbc54f65ec618dec1d69113e3bd6c org.springframework.boot:spring-boot-starter-web@4.0.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.0.0-RC1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20
  • Introduced through: DepartmentOfHealth-htbhf/htbhf-eligibility-service@DepartmentOfHealth-htbhf/htbhf-eligibility-service#b2187fc2456bbc54f65ec618dec1d69113e3bd6c org.springframework.boot:spring-boot-starter-web@4.0.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.0.0-RC1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20

Dual license: EPL-1.0, LGPL-2.1

medium severity

Dual license: EPL-1.0, LGPL-2.1

  • Module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter-actuator@4.0.0-RC1 and org.springframework.boot:spring-boot-starter-web@4.0.0-RC1

Detailed paths

  • Introduced through: DepartmentOfHealth-htbhf/htbhf-eligibility-service@DepartmentOfHealth-htbhf/htbhf-eligibility-service#b2187fc2456bbc54f65ec618dec1d69113e3bd6c org.springframework.boot:spring-boot-starter-actuator@4.0.0-RC1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20 ch.qos.logback:logback-core@1.5.20
  • Introduced through: DepartmentOfHealth-htbhf/htbhf-eligibility-service@DepartmentOfHealth-htbhf/htbhf-eligibility-service#b2187fc2456bbc54f65ec618dec1d69113e3bd6c org.springframework.boot:spring-boot-starter-web@4.0.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.0.0-RC1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20 ch.qos.logback:logback-core@1.5.20
  • Introduced through: DepartmentOfHealth-htbhf/htbhf-eligibility-service@DepartmentOfHealth-htbhf/htbhf-eligibility-service#b2187fc2456bbc54f65ec618dec1d69113e3bd6c org.springframework.boot:spring-boot-starter-web@4.0.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.0.0-RC1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20 ch.qos.logback:logback-core@1.5.20

Dual license: EPL-1.0, LGPL-2.1

low severity

Creation of Temporary File in Directory with Insecure Permissions

  • Vulnerable module: com.google.guava:guava
  • Introduced through: com.google.guava:guava@27.0.1-jre

Detailed paths

  • Introduced through: DepartmentOfHealth-htbhf/htbhf-eligibility-service@DepartmentOfHealth-htbhf/htbhf-eligibility-service#b2187fc2456bbc54f65ec618dec1d69113e3bd6c com.google.guava:guava@27.0.1-jre
    Remediation: Upgrade to com.google.guava:guava@32.0.0-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

low severity

Information Disclosure

  • Vulnerable module: com.google.guava:guava
  • Introduced through: com.google.guava:guava@27.0.1-jre

Detailed paths

  • Introduced through: DepartmentOfHealth-htbhf/htbhf-eligibility-service@DepartmentOfHealth-htbhf/htbhf-eligibility-service#b2187fc2456bbc54f65ec618dec1d69113e3bd6c com.google.guava:guava@27.0.1-jre
    Remediation: Upgrade to com.google.guava:guava@30.0-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 Information Disclosure. The file permissions on the file created by com.google.common.io.Files.createTempDir allow an attacker running a malicious program co-resident on the same machine to steal secrets stored in this directory. This is because, by default, on unix-like operating systems the /tmp directory is shared between all users, so if the correct file permissions aren't set by the directory/file creator, the file becomes readable by all other users on that system.

PoC

File guavaTempDir = com.google.common.io.Files.createTempDir();
System.out.println("Guava Temp Dir: " + guavaTempDir.getName());
runLS(guavaTempDir.getParentFile(), guavaTempDir); // Prints the file permissions -> drwxr-xr-x
File child = new File(guavaTempDir, "guava-child.txt");
child.createNewFile();
runLS(guavaTempDir, child); // Prints the file permissions -> -rw-r--r--

For Android developers, choosing a temporary directory API provided by Android is recommended, 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

There is no fix for com.google.guava:guava. However, in version 30.0 and above, the vulnerable functionality has been deprecated. In oder to mitigate this vulnerability, upgrade to version 30.0 or higher and ensure your dependencies don't use the createTempDir or createTempFile methods.

References