diff --git a/advisories/github-reviewed/2025/03/GHSA-7gj6-22m4-qfhx/GHSA-7gj6-22m4-qfhx.json b/advisories/github-reviewed/2025/03/GHSA-7gj6-22m4-qfhx/GHSA-7gj6-22m4-qfhx.json new file mode 100644 index 00000000000..fd4c5e5b8c0 --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-7gj6-22m4-qfhx/GHSA-7gj6-22m4-qfhx.json @@ -0,0 +1,70 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-7gj6-22m4-qfhx", + "modified": "2025-03-21T15:48:21Z", + "published": "2025-03-20T12:32:40Z", + "aliases": [ + "CVE-2024-10901" + ], + "summary": "DB-GPT Arbitrary File Write vulnerability", + "details": "In eosphoros-ai/db-gpt version v0.6.3 and earlier, the web API `POST /api/v1/editor/chart/run` allows execution of arbitrary SQL queries without any access control. This vulnerability can be exploited by attackers to perform Arbitrary File Write, enabling them to write arbitrary files to the victim's file system. This can potentially lead to Remote Code Execution (RCE) by writing malicious files such as `__init__.py` in the Python's `/site-packages/` directory.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "dbgpt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.6.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10901" + }, + { + "type": "WEB", + "url": "https://github.com/eosphoros-ai/DB-GPT/pull/2269" + }, + { + "type": "WEB", + "url": "https://github.com/eosphoros-ai/DB-GPT/commit/295cdb8723663d5b0954d5d1dfb4f02b7223b8ff" + }, + { + "type": "PACKAGE", + "url": "https://github.com/eosphoros-ai/DB-GPT" + }, + { + "type": "WEB", + "url": "https://huntr.com/bounties/db2c1d59-6e3a-4553-a1f6-94c8df162a18" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-434", + "CWE-89" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T15:48:20Z", + "nvd_published_at": "2025-03-20T10:15:20Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-7gj6-22m4-qfhx/GHSA-7gj6-22m4-qfhx.json b/advisories/unreviewed/2025/03/GHSA-7gj6-22m4-qfhx/GHSA-7gj6-22m4-qfhx.json deleted file mode 100644 index 8a419f03c6f..00000000000 --- a/advisories/unreviewed/2025/03/GHSA-7gj6-22m4-qfhx/GHSA-7gj6-22m4-qfhx.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-7gj6-22m4-qfhx", - "modified": "2025-03-20T12:32:40Z", - "published": "2025-03-20T12:32:40Z", - "aliases": [ - "CVE-2024-10901" - ], - "details": "In eosphoros-ai/db-gpt version v0.6.0, the web API `POST /api/v1/editor/chart/run` allows execution of arbitrary SQL queries without any access control. This vulnerability can be exploited by attackers to perform Arbitrary File Write, enabling them to write arbitrary files to the victim's file system. This can potentially lead to Remote Code Execution (RCE) by writing malicious files such as `__init__.py` in the Python's `/site-packages/` directory.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10901" - }, - { - "type": "WEB", - "url": "https://huntr.com/bounties/db2c1d59-6e3a-4553-a1f6-94c8df162a18" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-434" - ], - "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-03-20T10:15:20Z" - } -} \ No newline at end of file