From 82f61a99d80ef5d6c0f30a5500e1bbe864a8accb 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:07:23 +0000 Subject: [PATCH] Publish GHSA-hhw5-29f6-hf4x --- .../GHSA-hhw5-29f6-hf4x.json | 33 ++++++++++++++++--- 1 file changed, 29 insertions(+), 4 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-hhw5-29f6-hf4x/GHSA-hhw5-29f6-hf4x.json (64%) diff --git a/advisories/unreviewed/2025/03/GHSA-hhw5-29f6-hf4x/GHSA-hhw5-29f6-hf4x.json b/advisories/github-reviewed/2025/03/GHSA-hhw5-29f6-hf4x/GHSA-hhw5-29f6-hf4x.json similarity index 64% rename from advisories/unreviewed/2025/03/GHSA-hhw5-29f6-hf4x/GHSA-hhw5-29f6-hf4x.json rename to advisories/github-reviewed/2025/03/GHSA-hhw5-29f6-hf4x/GHSA-hhw5-29f6-hf4x.json index 928dd57401c..5431182defb 100644 --- a/advisories/unreviewed/2025/03/GHSA-hhw5-29f6-hf4x/GHSA-hhw5-29f6-hf4x.json +++ b/advisories/github-reviewed/2025/03/GHSA-hhw5-29f6-hf4x/GHSA-hhw5-29f6-hf4x.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-hhw5-29f6-hf4x", - "modified": "2025-03-20T12:32:40Z", + "modified": "2025-03-21T16:05:47Z", "published": "2025-03-20T12:32:40Z", "aliases": [ "CVE-2024-10831" ], + "summary": "DB-GPT Absolute Path Traversal vulnerability", "details": "In eosphoros-ai/db-gpt version 0.6.0, the endpoint for uploading files is vulnerable to absolute path traversal. This vulnerability allows an attacker to upload arbitrary files to arbitrary locations on the target server. The issue arises because the `file_key` and `doc_file.filename` parameters are user-controllable, enabling the construction of paths outside the intended directory. This can lead to overwriting essential system files, such as SSH keys, for further exploitation.", "severity": [ { @@ -13,12 +14,36 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/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-10831" }, + { + "type": "PACKAGE", + "url": "https://github.com/eosphoros-ai/DB-GPT" + }, { "type": "WEB", "url": "https://huntr.com/bounties/5c34c39f-66d4-414c-ab6a-f7888a5d882a" @@ -29,8 +54,8 @@ "CWE-36" ], "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T16:05:47Z", "nvd_published_at": "2025-03-20T10:15:20Z" } } \ No newline at end of file