๐Ÿ” CVE Alert

CVE-2026-80104

CRITICAL 9.8

DB-GPT 0.8.0 Path Traversal Arbitrary File Write via Skill Upload Filename

CVSS Score
9.8
EPSS Score
0.0%
EPSS Percentile
0th

DB-GPT builds the destination path for an uploaded skill from the multipart filename without constraining it to the upload directory. skill_upload in packages/dbgpt-app/src/dbgpt_app/openapi/api_v1/agentic_data_api.py takes file.filename as given and writes the request body to upload_dir / filename. A path composed with that operator discards the left operand when the right one is absolute and follows parent references otherwise, so a filename such as ../../../tmp/x or /tmp/x resolves outside the intended directory; nothing canonicalises the result, checks that it remains under the upload root, or prevents a .py suffix. The route's only dependency is get_user_from_headers in dbgpt_serve/utils/auth.py, which returns a request carrying the admin role whether or not a user_id header is supplied, so the endpoint is reachable without credentials. A remote attacker holding no account can therefore write attacker-controlled bytes to any path the server process can write, place a new Python module inside the application package or replace one the application already imports, and obtain code execution in the server process when that module is next imported.

CWE CWE-22
Vendor eosphoros-ai
Product db-gpt
Published Aug 25, 2026
Stay Ahead of the Next One

Get instant alerts for eosphoros-ai db-gpt

Be the first to know when new critical vulnerabilities affecting eosphoros-ai db-gpt are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

eosphoros-ai / DB-GPT
0.8.0 < 0.8.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/eosphoros-ai/DB-GPT github.com: https://github.com/eosphoros-ai/DB-GPT/blob/v0.8.0/packages/dbgpt-app/src/dbgpt_app/openapi/api_v1/agentic_data_api.py github.com: https://github.com/eosphoros-ai/DB-GPT/releases/tag/v0.8.1 pypi.org: https://pypi.org/project/dbgpt-app/ vulncheck.com: https://www.vulncheck.com/advisories/db-gpt-0.8.0-path-traversal-arbitrary-file-write-via-skill-upload-filename

Credits

Abhinav Jaswal