{ "schema_version": "1.4.0", "id": "GHSA-3248-f932-c76p", "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.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" } ] } ] } ], "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" } ], "database_specific": { "cwe_ids": [ "CWE-352" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2025-03-21T16:15:55Z", "nvd_published_at": "2025-03-20T10:15:21Z" } }