From ebe4874f18467af0c9c8398ddae233ada515fa57 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 16:39:24 +0000 Subject: [PATCH] Publish Advisories GHSA-77cj-rv5x-v6r2 GHSA-h254-g997-685c GHSA-qg86-f892-m4hj --- .../GHSA-77cj-rv5x-v6r2.json | 33 ++++++++++++++++--- .../GHSA-h254-g997-685c.json | 33 ++++++++++++++++--- .../GHSA-qg86-f892-m4hj.json | 33 ++++++++++++++++--- 3 files changed, 87 insertions(+), 12 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-77cj-rv5x-v6r2/GHSA-77cj-rv5x-v6r2.json (60%) rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-h254-g997-685c/GHSA-h254-g997-685c.json (62%) rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-qg86-f892-m4hj/GHSA-qg86-f892-m4hj.json (65%) diff --git a/advisories/unreviewed/2025/03/GHSA-77cj-rv5x-v6r2/GHSA-77cj-rv5x-v6r2.json b/advisories/github-reviewed/2025/03/GHSA-77cj-rv5x-v6r2/GHSA-77cj-rv5x-v6r2.json similarity index 60% rename from advisories/unreviewed/2025/03/GHSA-77cj-rv5x-v6r2/GHSA-77cj-rv5x-v6r2.json rename to advisories/github-reviewed/2025/03/GHSA-77cj-rv5x-v6r2/GHSA-77cj-rv5x-v6r2.json index aba1a8f9821..c668aa76d4f 100644 --- a/advisories/unreviewed/2025/03/GHSA-77cj-rv5x-v6r2/GHSA-77cj-rv5x-v6r2.json +++ b/advisories/github-reviewed/2025/03/GHSA-77cj-rv5x-v6r2/GHSA-77cj-rv5x-v6r2.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-77cj-rv5x-v6r2", - "modified": "2025-03-20T12:32:41Z", + "modified": "2025-03-21T16:36:57Z", "published": "2025-03-20T12:32:41Z", "aliases": [ "CVE-2024-10908" ], + "summary": "FastChat open redirect vulnerability", "details": "An open redirect vulnerability in lm-sys/fastchat Release v0.2.36 allows a remote unauthenticated attacker to redirect users to arbitrary websites via a specially crafted URL. This can be exploited for phishing attacks, malware distribution, and credential theft.", "severity": [ { @@ -13,12 +14,36 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "fschat" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.2.36" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10908" }, + { + "type": "PACKAGE", + "url": "https://github.com/lm-sys/FastChat" + }, { "type": "WEB", "url": "https://huntr.com/bounties/61f5e725-5579-4d08-8a88-e4ba04e6d1f2" @@ -29,8 +54,8 @@ "CWE-601" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T16:36:57Z", "nvd_published_at": "2025-03-20T10:15:21Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-h254-g997-685c/GHSA-h254-g997-685c.json b/advisories/github-reviewed/2025/03/GHSA-h254-g997-685c/GHSA-h254-g997-685c.json similarity index 62% rename from advisories/unreviewed/2025/03/GHSA-h254-g997-685c/GHSA-h254-g997-685c.json rename to advisories/github-reviewed/2025/03/GHSA-h254-g997-685c/GHSA-h254-g997-685c.json index 09d556f5337..e778529d847 100644 --- a/advisories/unreviewed/2025/03/GHSA-h254-g997-685c/GHSA-h254-g997-685c.json +++ b/advisories/github-reviewed/2025/03/GHSA-h254-g997-685c/GHSA-h254-g997-685c.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-h254-g997-685c", - "modified": "2025-03-20T12:32:42Z", + "modified": "2025-03-21T16:38:28Z", "published": "2025-03-20T12:32:42Z", "aliases": [ "CVE-2024-11603" ], + "summary": "FastChat Server-Side Request Forgery vulnerability", "details": "A Server-Side Request Forgery (SSRF) vulnerability exists in lm-sys/fastchat version 0.2.36. The vulnerability is present in the `/queue/join?` endpoint, where insufficient validation of the path parameter allows an attacker to send crafted requests. This can lead to unauthorized access to internal networks or the AWS metadata endpoint, potentially exposing sensitive data and compromising internal servers.", "severity": [ { @@ -13,12 +14,36 @@ "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": "fschat" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.2.36" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11603" }, + { + "type": "PACKAGE", + "url": "https://github.com/lm-sys/FastChat" + }, { "type": "WEB", "url": "https://huntr.com/bounties/89f1158d-4a75-4000-a1bd-f82dd1a62bff" @@ -29,8 +54,8 @@ "CWE-918" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T16:38:28Z", "nvd_published_at": "2025-03-20T10:15:25Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-qg86-f892-m4hj/GHSA-qg86-f892-m4hj.json b/advisories/github-reviewed/2025/03/GHSA-qg86-f892-m4hj/GHSA-qg86-f892-m4hj.json similarity index 65% rename from advisories/unreviewed/2025/03/GHSA-qg86-f892-m4hj/GHSA-qg86-f892-m4hj.json rename to advisories/github-reviewed/2025/03/GHSA-qg86-f892-m4hj/GHSA-qg86-f892-m4hj.json index 422a623a28e..8a702599340 100644 --- a/advisories/unreviewed/2025/03/GHSA-qg86-f892-m4hj/GHSA-qg86-f892-m4hj.json +++ b/advisories/github-reviewed/2025/03/GHSA-qg86-f892-m4hj/GHSA-qg86-f892-m4hj.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-qg86-f892-m4hj", - "modified": "2025-03-20T12:32:41Z", + "modified": "2025-03-21T16:37:30Z", "published": "2025-03-20T12:32:41Z", "aliases": [ "CVE-2024-10907" ], + "summary": "FastChat Uncontrolled Resource Consumption vulnerability", "details": "In lm-sys/fastchat Release v0.2.36, the server fails to handle excessive characters appended to the end of multipart boundaries. This flaw can be exploited by sending malformed multipart requests with arbitrary characters at the end of the boundary. Each extra character is processed in an infinite loop, leading to excessive resource consumption and a complete denial of service (DoS) for all users. The vulnerability is unauthenticated, meaning no user login or interaction is required for an attacker to exploit this issue.", "severity": [ { @@ -13,12 +14,36 @@ "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": "fschat" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.2.36" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10907" }, + { + "type": "PACKAGE", + "url": "https://github.com/lm-sys/FastChat" + }, { "type": "WEB", "url": "https://huntr.com/bounties/bf3ca81d-3508-4455-95d9-0b653e46d6e4" @@ -29,8 +54,8 @@ "CWE-400" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T16:37:30Z", "nvd_published_at": "2025-03-20T10:15:21Z" } } \ No newline at end of file