Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-73034 – Unauthenticated Path Traversal to RCE – DB-GPT ≤ 0.8.1

Be the first to know when new zero-days emerge:

Summary

CVE-2026-73034 is an unauthenticated path traversal vulnerability (CWE-22) in DB-GPT, an open-source AI-powered database interaction platform maintained by eosphoros-ai. The flaw resides in the Python file-upload endpoint, where a client-supplied user_id HTTP header is used, unvalidated, to build the upload directory path, allowing attackers to write arbitrary files outside the intended directory and potentially achieve remote code execution. The issue is rated CRITICAL with a CVSS v4.0 base score of 9.3 (CVSS v3.1: 9.8).

Technical details

  • Root cause: The upload handler builds the destination directory as os.path.join(base_dir, "python_uploads", user_id), where user_id is taken directly from an HTTP header without sanitization or path-containment checks.
  • Trigger condition: An attacker sends a multipart file-upload request to the Python upload endpoint with a user_id header containing directory traversal sequences (e.g. ../../), causing the server to write the uploaded file outside the intended python_uploads directory.
  • Attack vector: Network-based, unauthenticated, no user interaction required.
  • Impact: Arbitrary file write to attacker-chosen locations on the server filesystem. Depending on server configuration, this can be leveraged to overwrite startup hooks, cron entries, or agent script files, leading to remote code execution, alongside full loss of confidentiality, integrity, and availability.

Affected software

  • DB-GPT (eosphoros-ai), versions 0 through 0.8.1 (inclusive)

Severity

  • CVSS v3.1: 9.8 (Critical) — CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • CVSS v4.0: 9.3 (Critical) — 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

Mitigation and recommended actions

  • Immediate: Upgrade DB-GPT to a version incorporating the fix applied in commit e0c741bd2b5e521b128cffb3f68982dde3f7b359, which validates user_id against an alphanumeric/underscore/hyphen-only pattern and enforces path-containment checks (including TOCTOU/symlink protections) before writing uploaded files.
  • If immediate patching is not possible: Restrict network exposure of the DB-GPT file-upload endpoint (e.g. place it behind authentication, a VPN, or an allow-list at the network layer), and monitor for file-upload requests containing traversal sequences (../) in the user_id header.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge