diff --git a/advisories/unreviewed/2025/03/GHSA-3248-f932-c76p/GHSA-3248-f932-c76p.json b/advisories/github-reviewed/2025/03/GHSA-3248-f932-c76p/GHSA-3248-f932-c76p.json similarity index 55% rename from advisories/unreviewed/2025/03/GHSA-3248-f932-c76p/GHSA-3248-f932-c76p.json rename to advisories/github-reviewed/2025/03/GHSA-3248-f932-c76p/GHSA-3248-f932-c76p.json index 42423ee1e9e..c7e77b6f450 100644 --- a/advisories/unreviewed/2025/03/GHSA-3248-f932-c76p/GHSA-3248-f932-c76p.json +++ b/advisories/github-reviewed/2025/03/GHSA-3248-f932-c76p/GHSA-3248-f932-c76p.json @@ -1,24 +1,53 @@ { "schema_version": "1.4.0", "id": "GHSA-3248-f932-c76p", - "modified": "2025-03-20T12:32:41Z", + "modified": "2025-03-21T16:15:55Z", "published": "2025-03-20T12:32:40Z", "aliases": [ "CVE-2024-10906" ], + "summary": "DB-GPT vulnerable to Cross-Site Request Forgery", "details": "In version 0.6.0 of eosphoros-ai/db-gpt, the `uvicorn` app created by `dbgpt_server` uses an overly permissive instance of `CORSMiddleware` which sets the `Access-Control-Allow-Origin` to `*` for all requests. This configuration makes all endpoints exposed by the server vulnerable to Cross-Site Request Forgery (CSRF). An attacker can exploit this vulnerability to interact with any endpoints of the instance, even if the instance is not publicly exposed to the network.", "severity": [ { "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:L" + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "dbgpt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.6.0" + } + ] + } + ] } ], - "affected": [], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10906" }, + { + "type": "PACKAGE", + "url": "https://github.com/eosphoros-ai/DB-GPT" + }, + { + "type": "WEB", + "url": "https://github.com/eosphoros-ai/DB-GPT/blob/f5de05b2636bc0628b3a92d32b22a26f88a18f2a/dbgpt/app/dbgpt_server.py#L240" + }, { "type": "WEB", "url": "https://huntr.com/bounties/8864aca5-a342-4dab-b866-b2882ba6f160" @@ -29,8 +58,8 @@ "CWE-352" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T16:15:55Z", "nvd_published_at": "2025-03-20T10:15:21Z" } } \ No newline at end of file