CVE-2025-6772
Published: 27 June 2025
Summary
CVE-2025-6772 is a medium-severity Path Traversal (CWE-22) vulnerability in Dbgpt Db-Gpt. Its CVSS base score is 5.5 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked in the top 18.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
This vulnerability is AI-related — categorised as LLM Application Platforms; in the Supply Chain and Deployment risk domain.
Deeper analysis
CVE-2025-6772 is a path traversal vulnerability in eosphoros-ai db-gpt up to version 0.7.2, specifically in the import_flow function of the endpoint /api/v2/serve/awel/flow/import. The flaw arises from insufficient validation of the File argument, allowing directory traversal via CWE-22.
The vulnerability can be exploited remotely by an unauthenticated attacker who supplies a crafted File argument, resulting in limited impacts to confidentiality, integrity, and availability as reflected in its CVSS 4.0 score of 5.5. Public exploit details have been disclosed.
The associated EPSS score has remained flat at 0.0146 with no material rise after disclosure. References point to a GitHub issue and Vuldb entries but contain no mitigation or patch guidance.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-19420
Vulnerability details
A vulnerability was found in eosphoros-ai db-gpt up to 0.7.2. It has been classified as critical. Affected is the function import_flow of the file /api/v2/serve/awel/flow/import. The manipulation of the argument File leads to path traversal. It is possible to launch…
more
the attack remotely. The exploit has been disclosed to the public and may be used.
- CWE(s)
AI Security AnalysisAI
- AI Category
- LLM Application Platforms
- Risk Domain
- Supply Chain and Deployment
- OWASP Top 10 for LLMs 2025
- None mapped
- Classification Reason
- Matched keywords: ai, gpt
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Path traversal vulnerability in public-facing API (/api/v2/serve/awel/flow/import) enables remote unauthenticated arbitrary file read, facilitating exploitation of public-facing application (T1190), data collection from local system (T1005), and file/directory discovery (T1083).
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Validates pathnames and filenames to prevent traversal outside intended directories.