目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-80104— DB-GPT 0.8.0 通过技能上传文件名导致的路径遍历任意文件写入漏洞

一分钟漏洞结论

影响对象
eosphoros-ai DB-GPT
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

DB-GPT 在构建上传技能的目的地路径时,直接使用 multipart 表单中的文件名,而未对其限制在上传目录内。 端点位于 ,该函数将请求中传来的 原样使用,并将请求体写入 。由于 这一路径拼接操作在右侧操作数为绝对路径时会丢弃左侧操作数,或在包含父目录引用(如 )时允许跳出预期目录,因此类似 或 的文件名可导致写入位置脱离预期的上传根目录。该过程未对最终路径进行规范化处理,未验证其是否仍位于上传根目录下,也未阻止 后缀的使用。 该路由的唯一依赖是 中的 函数,无论是否提供 请求头,该函数都会返回一个具有管理员

CVSS 9.8 · Critical
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-80104 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
DB-GPT 0.8.0 Path Traversal Arbitrary File Write via Skill Upload Filename
来源: CVE Program / CVE List V5
Vulnerability Description
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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
对路径名的限制不恰当(路径遍历)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
eosphoros-ai DB-GPT 0.8.0 ~ 0.8.1 -

二、漏洞 CVE-2026-80104 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-80104 的情报信息

登录查看更多情报信息。

CVE-2026-80104 厂商安全公告 (1)

CVE-2026-80104 厂商页面 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-80104

暂无评论


发表评论