From 6a107d1554a771f6e208cc9ff71737252c75146d Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:57:06 +0000 Subject: [PATCH] Publish GHSA-3xr8-qfvj-9p9j --- .../GHSA-3xr8-qfvj-9p9j.json | 35 ++++++++++++++++--- 1 file changed, 31 insertions(+), 4 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/06/GHSA-3xr8-qfvj-9p9j/GHSA-3xr8-qfvj-9p9j.json (64%) diff --git a/advisories/unreviewed/2024/06/GHSA-3xr8-qfvj-9p9j/GHSA-3xr8-qfvj-9p9j.json b/advisories/github-reviewed/2024/06/GHSA-3xr8-qfvj-9p9j/GHSA-3xr8-qfvj-9p9j.json similarity index 64% rename from advisories/unreviewed/2024/06/GHSA-3xr8-qfvj-9p9j/GHSA-3xr8-qfvj-9p9j.json rename to advisories/github-reviewed/2024/06/GHSA-3xr8-qfvj-9p9j/GHSA-3xr8-qfvj-9p9j.json index 7459a127095..86f37dff0e1 100644 --- a/advisories/unreviewed/2024/06/GHSA-3xr8-qfvj-9p9j/GHSA-3xr8-qfvj-9p9j.json +++ b/advisories/github-reviewed/2024/06/GHSA-3xr8-qfvj-9p9j/GHSA-3xr8-qfvj-9p9j.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-3xr8-qfvj-9p9j", - "modified": "2024-06-06T21:30:37Z", + "modified": "2024-06-06T22:55:45Z", "published": "2024-06-06T21:30:37Z", "aliases": [ "CVE-2024-4888" ], + "summary": "Arbitrary file deletion in litellm", "details": "BerriAI's litellm, in its latest version, is vulnerable to arbitrary file deletion due to improper input validation on the `/audio/transcriptions` endpoint. An attacker can exploit this vulnerability by sending a specially crafted request that includes a file path to the server, which then deletes the specified file without proper authorization or validation. This vulnerability is present in the code where `os.remove(file.filename)` is used to delete a file, allowing any user to delete critical files on the server such as SSH keys, SQLite databases, or configuration files. ", "severity": [ { @@ -14,13 +15,39 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "litellm" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.35.36" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4888" }, + { + "type": "WEB", + "url": "https://github.com/BerriAI/litellm/pull/3193" + }, + { + "type": "PACKAGE", + "url": "https://github.com/BerriAI/litellm" + }, { "type": "WEB", "url": "https://huntr.com/bounties/48461d89-cf13-4ad3-a43e-0d37da08fc6c" @@ -31,8 +58,8 @@ "CWE-20" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-06-06T22:55:45Z", "nvd_published_at": "2024-06-06T19:16:03Z" } } \ No newline at end of file