{ "schema_version": "1.4.0", "id": "GHSA-qxxc-7mq4-mf79", "modified": "2023-01-20T22:03:35Z", "published": "2023-01-12T06:30:24Z", "aliases": [ "CVE-2022-24913" ], "summary": "Java Merge-sort Insecure Temporary File vulnerability", "details": "Versions of the package `com.fasterxml.util:java-merge-sort` before 1.1.0 are vulnerable to Insecure Temporary File in the `StdTempFileProvider()` function in `StdTempFileProvider.java`, which uses the permissive `File.createTempFile()` function, exposing temporary file contents.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], "affected": [ { "package": { "ecosystem": "Maven", "name": "com.fasterxml.util:java-merge-sort" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "1.1.0" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24913" }, { "type": "WEB", "url": "https://github.com/cowtowncoder/java-merge-sort/pull/21" }, { "type": "WEB", "url": "https://github.com/cowtowncoder/java-merge-sort/commit/450fdee70b5f181c2afc5d817f293efa1a543902" }, { "type": "PACKAGE", "url": "https://github.com/cowtowncoder/java-merge-sort" }, { "type": "WEB", "url": "https://security.snyk.io/vuln/SNYK-JAVA-COMFASTERXMLUTIL-3227926" } ], "database_specific": { "cwe_ids": [ "CWE-377", "CWE-668" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-01-12T20:55:23Z", "nvd_published_at": "2023-01-12T05:15:00Z" } }