From d929d796e18ffdb12b215d9b767c3d006c73c440 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 20:57:52 +0000 Subject: [PATCH] Publish GHSA-fh2c-86xm-pm2x --- .../GHSA-fh2c-86xm-pm2x.json | 37 +++++++++++++++++-- 1 file changed, 33 insertions(+), 4 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-fh2c-86xm-pm2x/GHSA-fh2c-86xm-pm2x.json (57%) diff --git a/advisories/unreviewed/2025/03/GHSA-fh2c-86xm-pm2x/GHSA-fh2c-86xm-pm2x.json b/advisories/github-reviewed/2025/03/GHSA-fh2c-86xm-pm2x/GHSA-fh2c-86xm-pm2x.json similarity index 57% rename from advisories/unreviewed/2025/03/GHSA-fh2c-86xm-pm2x/GHSA-fh2c-86xm-pm2x.json rename to advisories/github-reviewed/2025/03/GHSA-fh2c-86xm-pm2x/GHSA-fh2c-86xm-pm2x.json index c50fa616eec..77499efc2f3 100644 --- a/advisories/unreviewed/2025/03/GHSA-fh2c-86xm-pm2x/GHSA-fh2c-86xm-pm2x.json +++ b/advisories/github-reviewed/2025/03/GHSA-fh2c-86xm-pm2x/GHSA-fh2c-86xm-pm2x.json @@ -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" } } \ No newline at end of file