mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish GHSA-fh2c-86xm-pm2x
This commit is contained in:
+33
-4
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-fh2c-86xm-pm2x",
|
||||
"modified": "2025-03-20T12:32:49Z",
|
||||
"modified": "2025-03-20T20:56:29Z",
|
||||
"published": "2025-03-20T12:32:49Z",
|
||||
"aliases": [
|
||||
"CVE-2024-8984"
|
||||
],
|
||||
"summary": "LiteLLM Vulnerable to Denial of Service (DoS) via Crafted HTTP Request",
|
||||
"details": "A Denial of Service (DoS) vulnerability exists in berriai/litellm version v1.44.5. This vulnerability can be exploited by appending characters, such as dashes (-), to the end of a multipart boundary in an HTTP request. The server continuously processes each character, leading to excessive resource consumption and rendering the service unavailable. The issue is unauthenticated and does not require any user interaction, impacting all users of the service.",
|
||||
"severity": [
|
||||
{
|
||||
@@ -13,12 +14,40 @@
|
||||
"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": "1.40.3.dev2"
|
||||
},
|
||||
{
|
||||
"last_affected": "1.44.5"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8984"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/BerriAI/litellm"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/BerriAI/litellm/blob/8c5ff150f6142608ffe968e4e68429f978fda187/litellm/tests/test_spend_logs.py#L242"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://huntr.com/bounties/554fc76b-3097-4223-b4cf-110b853e9355"
|
||||
@@ -29,8 +58,8 @@
|
||||
"CWE-400"
|
||||
],
|
||||
"severity": "HIGH",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-03-20T20:56:29Z",
|
||||
"nvd_published_at": "2025-03-20T10:15:45Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user