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