Publish Advisories

GHSA-fjcf-3j3r-78rp
GHSA-g5pg-73fc-hjwq
This commit is contained in:
advisory-database[bot]
2025-03-20 21:02:39 +00:00
parent 15fb89d918
commit 13f90deb30
2 changed files with 58 additions and 8 deletions
@@ -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"
}
}
@@ -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"
}
}