CVE-2023-2976 MEDIUM

CVE-2023-2976: Use of temporary directory for file creation in `FileBackedOutputStream` in Guava

Vendor Google
Product Guava
Published June 14, 2023
Last update February 25, 2026

CVSS base score

5.5/10
Attack vector Local
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

Use of Java's default temporary directory for file creation in `FileBackedOutputStream` in Google Guava versions 1.0 to 31.1 on Unix systems and Android Ice Cream Sandwich allows other users and apps on the machine with access to the default Java temporary directory to be able to access the files created by the class. Even though the security vulnerability is fixed in version 32.0.0, we recommend using version 32.0.1 as version 32.0.0 breaks some functionality under Windows.

Key dates

02Disclosure timeline

June 14, 2023 CVE published
February 25, 2026 Record updated