ghsa-3248-f932-c76p
Vulnerability from github
Published
2025-03-20 12:32
Modified
2025-03-21 16:15
Severity ?
VLAI Severity ?
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.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "dbgpt" }, "ranges": [ { "events": [ { "introduced": "0" }, { "last_affected": "0.6.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-10906" ], "database_specific": { "cwe_ids": [ "CWE-352" ], "github_reviewed": true, "github_reviewed_at": "2025-03-21T16:15:55Z", "nvd_published_at": "2025-03-20T10:15:21Z", "severity": "HIGH" }, "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.", "id": "GHSA-3248-f932-c76p", "modified": "2025-03-21T16:15:55Z", "published": "2025-03-20T12:32:40Z", "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" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:L", "type": "CVSS_V3" } ], "summary": "DB-GPT vulnerable to Cross-Site Request Forgery" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…