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.
CVE ID: CVE-2024-10906
CVSS Base Severity: HIGH
CVSS Base Score: 7.1
CVSS Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:L
Vendor: eosphoros-ai
Product: eosphoros-ai/db-gpt
EPSS Score: 0.02% (probability of being exploited)
EPSS Percentile: 2.6% (scored less or equal to compared to others)
EPSS Date: 2025-04-18 (when was this score calculated)