CVE-2026-80104 is a critical unauthenticated path traversal and arbitrary file write vulnerability in DB-GPT v0.8.0. The skill_upload endpoint in agentic_data_api.py accepts a user-supplied multipart filename and writes the uploaded content to a path constructed without sanitization or boundary checks. Attackers can supply filenames such as ../../../tmp/x or absolute paths like /tmp/x to write files outside the intended upload directory. The authentication mechanism is broken by design, as get_user_from_headers grants admin role regardless of whether credentials are provided, making the endpoint publicly accessible. An unauthenticated remote attacker can write arbitrary Python files into the application package, replacing or injecting modules that will be executed when next imported by the server process. This effectively results in remote code execution (RCE) on the server. The vulnerability was fixed in DB-GPT v0.8.1. Organizations running v0.8.0 should upgrade immediately.