ghsa-7g45-4rm6-3mm3
Vulnerability from github
Published
2023-06-14 18:30
Modified
2024-02-13 21:48
Severity ?
Summary
Guava vulnerable to insecure use of temporary directory
Details
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, maintainers recommend using version 32.0.1 as version 32.0.0 breaks some functionality under Windows.
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "com.google.guava:guava" }, "ranges": [ { "events": [ { "introduced": "1.0" }, { "fixed": "32.0.0-android" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2023-2976" ], "database_specific": { "cwe_ids": [ "CWE-379", "CWE-552" ], "github_reviewed": true, "github_reviewed_at": "2023-06-14T21:01:07Z", "nvd_published_at": "2023-06-14T18:15:09Z", "severity": "MODERATE" }, "details": "Use of Java\u0027s 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.\n\nEven though the security vulnerability is fixed in version 32.0.0, maintainers recommend using version 32.0.1 as version 32.0.0 breaks some functionality under Windows.\n\n", "id": "GHSA-7g45-4rm6-3mm3", "modified": "2024-02-13T21:48:06Z", "published": "2023-06-14T18:30:38Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2976" }, { "type": "WEB", "url": "https://github.com/google/guava/issues/2575" }, { "type": "WEB", "url": "https://github.com/google/guava/issues/6532" }, { "type": "WEB", "url": "https://github.com/google/guava/commit/feb83a1c8fd2e7670b244d5afd23cba5aca43284" }, { "type": "PACKAGE", "url": "https://github.com/google/guava" }, { "type": "WEB", "url": "https://github.com/google/guava/releases/tag/v32.0.0" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20230818-0008" }, { "type": "WEB", "url": "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01006.html" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "type": "CVSS_V3" } ], "summary": "Guava vulnerable to insecure use of temporary directory" }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.