mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-gw2q-qw9j-rgv7 GHSA-mgrm-fgjv-mhv8
This commit is contained in:
+29
-4
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-gw2q-qw9j-rgv7",
|
||||
"modified": "2025-03-20T12:32:38Z",
|
||||
"modified": "2025-03-20T18:54:47Z",
|
||||
"published": "2025-03-20T12:32:38Z",
|
||||
"aliases": [
|
||||
"CVE-2024-10188"
|
||||
],
|
||||
"summary": "LiteLLM Vulnerable to Denial of Service (DoS)",
|
||||
"details": "A vulnerability in BerriAI/litellm, as of commit 26c03c9, allows unauthenticated users to cause a Denial of Service (DoS) by exploiting the use of ast.literal_eval to parse user input. This function is not safe and is prone to DoS attacks, which can crash the litellm Python server.",
|
||||
"severity": [
|
||||
{
|
||||
@@ -13,7 +14,27 @@
|
||||
"score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
|
||||
}
|
||||
],
|
||||
"affected": [],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "PyPI",
|
||||
"name": "litellm"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"fixed": "1.53.1.dev1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
@@ -23,6 +44,10 @@
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/berriai/litellm/commit/21156ff5d0d84a7dd93f951ca033275c77e4f73c"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/BerriAI/litellm"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://huntr.com/bounties/96a32812-213c-4819-ba4e-36143d35e95b"
|
||||
@@ -33,8 +58,8 @@
|
||||
"CWE-400"
|
||||
],
|
||||
"severity": "HIGH",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-03-20T18:54:47Z",
|
||||
"nvd_published_at": "2025-03-20T10:15:14Z"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-mgrm-fgjv-mhv8",
|
||||
"modified": "2025-03-19T15:52:26Z",
|
||||
"modified": "2025-03-20T18:55:45Z",
|
||||
"published": "2025-03-19T15:52:26Z",
|
||||
"aliases": [
|
||||
"CVE-2025-29770"
|
||||
@@ -40,6 +40,10 @@
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mgrm-fgjv-mhv8"
|
||||
},
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29770"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/vllm-project/vllm/pull/14837"
|
||||
@@ -60,6 +64,6 @@
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-03-19T15:52:26Z",
|
||||
"nvd_published_at": null
|
||||
"nvd_published_at": "2025-03-19T16:15:31Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user