Description
DB-GPT v0.8.1 contains an unauthenticated path traversal vulnerability that allows remote attackers to write arbitrary files to any location on the server by injecting directory traversal sequences into the user_id HTTP header of the Python file-upload endpoint. Attackers can send a crafted multipart upload request with a traversal-poisoned user_id header to escape the intended upload directory and write attacker-controlled content to locations such as Python startup hooks, cron directories, or agent scripts, resulting in remote code execution.
Published: 2026-08-11
Score: 9.3 Critical
EPSS: 5.1% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An unauthenticated path traversal flaw in DB‑GPT v0.8.1 permits attackers to write arbitrary files by encoding directory traversal sequences into the user_id HTTP header of the file‑upload endpoint. If exploited, the attacker can place malicious content in critical locations such as Python startup hooks, cron directories, or agent scripts. This capability leads directly to remote code execution on the host running the service.

Affected Systems

DB‑GPT from eosphoros‑ai, version 0.8.1. The vulnerability affects any deployment of this version that accepts HTTP multipart uploads without validating the user_id header.

Risk and Exploitability

With a CVSS score of 9.3 the vulnerability is considered Critical. The EPSS score of 1% indicates that, while the exploit probability is low, it is not negligible. The flaw is unauthenticated and can be triggered over the network, making it a classic remote attack vector. The vulnerability is not currently listed in the CISA KEV catalog, but its high severity warrants immediate attention.

Generated by OpenCVE AI on August 13, 2026 at 01:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade DB‑GPT to a version where the path traversal issue is fixed. If a patched release is not yet available, apply the patch from commit e0c741bd2b5e521b128cffb3f68982dde3f7b359.
  • Remove or strictly validate the user_id header for the file‑upload endpoint to prevent directory traversal.
  • Restrict exposure of the file‑upload API to trusted networks or VPNs to limit unauthenticated access.
  • Continuously monitor file system and process logs for anomalous writes or new cron jobs that could indicate exploitation.

Generated by OpenCVE AI on August 13, 2026 at 01:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
First Time appeared Dbgpt
Dbgpt db-gpt
CPEs cpe:2.3:a:dbgpt:db-gpt:*:*:*:*:*:*:*:*
Vendors & Products Dbgpt
Dbgpt db-gpt

Thu, 13 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 12 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
First Time appeared Eosphoros-ai
Eosphoros-ai db-gpt
Vendors & Products Eosphoros-ai
Eosphoros-ai db-gpt

Tue, 11 Aug 2026 20:00:00 +0000

Type Values Removed Values Added
Description DB-GPT v0.8.1 contains an unauthenticated path traversal vulnerability that allows remote attackers to write arbitrary files to any location on the server by injecting directory traversal sequences into the user_id HTTP header of the Python file-upload endpoint. Attackers can send a crafted multipart upload request with a traversal-poisoned user_id header to escape the intended upload directory and write attacker-controlled content to locations such as Python startup hooks, cron directories, or agent scripts, resulting in remote code execution.
Title DB-GPT v0.8.1 Path Traversal Arbitrary File Write via user_id Header
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-14T16:52:22.117Z

Reserved: 2026-08-10T18:48:59.022Z

Link: CVE-2026-73034

cve-icon Vulnrichment

Updated: 2026-08-13T14:46:58.406Z

cve-icon NVD

Status : Received

Published: 2026-08-11T20:18:46.470

Modified: 2026-08-13T15:20:04.580

Link: CVE-2026-73034

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T01:45:02Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')