From 13f90deb307bdd4263871ae7a68f1a4c2f9941b6 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 21:02:39 +0000 Subject: [PATCH] Publish Advisories GHSA-fjcf-3j3r-78rp GHSA-g5pg-73fc-hjwq --- .../GHSA-fjcf-3j3r-78rp.json | 33 ++++++++++++++++--- .../GHSA-g5pg-73fc-hjwq.json | 33 ++++++++++++++++--- 2 files changed, 58 insertions(+), 8 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-fjcf-3j3r-78rp/GHSA-fjcf-3j3r-78rp.json (67%) rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-g5pg-73fc-hjwq/GHSA-g5pg-73fc-hjwq.json (64%) diff --git a/advisories/unreviewed/2025/03/GHSA-fjcf-3j3r-78rp/GHSA-fjcf-3j3r-78rp.json b/advisories/github-reviewed/2025/03/GHSA-fjcf-3j3r-78rp/GHSA-fjcf-3j3r-78rp.json similarity index 67% rename from advisories/unreviewed/2025/03/GHSA-fjcf-3j3r-78rp/GHSA-fjcf-3j3r-78rp.json rename to advisories/github-reviewed/2025/03/GHSA-fjcf-3j3r-78rp/GHSA-fjcf-3j3r-78rp.json index 84a430787b9..65ef5e83027 100644 --- a/advisories/unreviewed/2025/03/GHSA-fjcf-3j3r-78rp/GHSA-fjcf-3j3r-78rp.json +++ b/advisories/github-reviewed/2025/03/GHSA-fjcf-3j3r-78rp/GHSA-fjcf-3j3r-78rp.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-fjcf-3j3r-78rp", - "modified": "2025-03-20T12:32:52Z", + "modified": "2025-03-20T21:00:46Z", "published": "2025-03-20T12:32:52Z", "aliases": [ "CVE-2025-0628" ], + "summary": "LiteLLM Has an Improper Authorization Vulnerability", "details": "An improper authorization vulnerability exists in the main-latest version of BerriAI/litellm. When a user with the role 'internal_user_viewer' logs into the application, they are provided with an overly privileged API key. This key can be used to access all the admin functionality of the application, including endpoints such as '/users/list' and '/users/get_users'. This vulnerability allows for privilege escalation within the application, enabling any account to become a PROXY ADMIN.", "severity": [ { @@ -13,7 +14,27 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "litellm" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.61.15" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -23,6 +44,10 @@ "type": "WEB", "url": "https://github.com/berriai/litellm/commit/566d9354aab4215091b2e51ad0333e948125fa1b" }, + { + "type": "PACKAGE", + "url": "https://github.com/BerriAI/litellm" + }, { "type": "WEB", "url": "https://huntr.com/bounties/6c0e2f75-2d03-42f9-9530-e16a973317fc" @@ -33,8 +58,8 @@ "CWE-285" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-20T21:00:46Z", "nvd_published_at": "2025-03-20T10:15:53Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-g5pg-73fc-hjwq/GHSA-g5pg-73fc-hjwq.json b/advisories/github-reviewed/2025/03/GHSA-g5pg-73fc-hjwq/GHSA-g5pg-73fc-hjwq.json similarity index 64% rename from advisories/unreviewed/2025/03/GHSA-g5pg-73fc-hjwq/GHSA-g5pg-73fc-hjwq.json rename to advisories/github-reviewed/2025/03/GHSA-g5pg-73fc-hjwq/GHSA-g5pg-73fc-hjwq.json index 3b9acf96ae8..cab1294c3a1 100644 --- a/advisories/unreviewed/2025/03/GHSA-g5pg-73fc-hjwq/GHSA-g5pg-73fc-hjwq.json +++ b/advisories/github-reviewed/2025/03/GHSA-g5pg-73fc-hjwq/GHSA-g5pg-73fc-hjwq.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-g5pg-73fc-hjwq", - "modified": "2025-03-20T12:32:51Z", + "modified": "2025-03-20T21:02:06Z", "published": "2025-03-20T12:32:51Z", "aliases": [ "CVE-2024-9606" ], + "summary": "LiteLLM Reveals Portion of API Key via a Logging File", "details": "In berriai/litellm before version 1.44.12, the `litellm/litellm_core_utils/litellm_logging.py` file contains a vulnerability where the API key masking code only masks the first 5 characters of the key. This results in the leakage of almost the entire API key in the logs, exposing a significant amount of the secret key. The issue affects version v1.44.9.", "severity": [ { @@ -13,7 +14,27 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "litellm" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.44.12" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -23,6 +44,10 @@ "type": "WEB", "url": "https://github.com/berriai/litellm/commit/9094071c4782183e84f10630e2450be3db55509a" }, + { + "type": "PACKAGE", + "url": "https://github.com/BerriAI/litellm" + }, { "type": "WEB", "url": "https://huntr.com/bounties/4a03796f-a8d4-4293-84ef-d3959456223a" @@ -33,8 +58,8 @@ "CWE-117" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-20T21:02:06Z", "nvd_published_at": "2025-03-20T10:15:49Z" } } \ No newline at end of file