From 829cc632d0c5846e40288c013839395042449828 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:27:16 +0000 Subject: [PATCH] Publish GHSA-8pwp-phcg-h36g --- .../GHSA-8pwp-phcg-h36g.json | 33 ++++++++++++++++--- 1 file changed, 29 insertions(+), 4 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-8pwp-phcg-h36g/GHSA-8pwp-phcg-h36g.json (63%) diff --git a/advisories/unreviewed/2025/03/GHSA-8pwp-phcg-h36g/GHSA-8pwp-phcg-h36g.json b/advisories/github-reviewed/2025/03/GHSA-8pwp-phcg-h36g/GHSA-8pwp-phcg-h36g.json similarity index 63% rename from advisories/unreviewed/2025/03/GHSA-8pwp-phcg-h36g/GHSA-8pwp-phcg-h36g.json rename to advisories/github-reviewed/2025/03/GHSA-8pwp-phcg-h36g/GHSA-8pwp-phcg-h36g.json index 57fbf684791..e99352c942a 100644 --- a/advisories/unreviewed/2025/03/GHSA-8pwp-phcg-h36g/GHSA-8pwp-phcg-h36g.json +++ b/advisories/github-reviewed/2025/03/GHSA-8pwp-phcg-h36g/GHSA-8pwp-phcg-h36g.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-8pwp-phcg-h36g", - "modified": "2025-03-20T12:32:40Z", + "modified": "2025-03-21T16:25:39Z", "published": "2025-03-20T12:32:40Z", "aliases": [ "CVE-2024-10830" ], + "summary": "DB-GPT Path Traversal vulnerability", "details": "A Path Traversal vulnerability exists in the eosphoros-ai/db-gpt version 0.6.0 at the API endpoint `/v1/resource/file/delete`. This vulnerability allows an attacker to delete any file on the server by manipulating the `file_key` parameter. The `file_key` parameter is not properly sanitized, enabling an attacker to specify arbitrary file paths. If the specified file exists, the application will delete it.", "severity": [ { @@ -13,12 +14,36 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "dbgpt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.6.0" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10830" }, + { + "type": "PACKAGE", + "url": "https://github.com/eosphoros-ai/DB-GPT" + }, { "type": "WEB", "url": "https://huntr.com/bounties/26adf08a-9262-4d5a-a2ee-ce12ed919620" @@ -29,8 +54,8 @@ "CWE-22" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T16:25:39Z", "nvd_published_at": "2025-03-20T10:15:20Z" } } \ No newline at end of file