---
id: CVE-2024-10830
aliases:
  - GHSA-8pwp-phcg-h36g
  - PYSEC-2026-1291
title: DB-GPT Path Traversal vulnerability
summary: DB-GPT Path Traversal vulnerability
severity: high
cvss: 8.2
cvssVector: 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H'
vendor: dbgpt
product: dbgpt
ecosystem: pip
affected:
  - dbgpt <= 0.6.0
published: '2025-03-20'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-8pwp-phcg-h36g'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-10830'
  - url: 'https://github.com/eosphoros-ai/DB-GPT'
  - url: 'https://huntr.com/bounties/26adf08a-9262-4d5a-a2ee-ce12ed919620'
tags:
  - osv
  - pip
epss: 0.00718
epssPercentile: 0.51785
ingestedAt: '2026-07-08T18:25:47.533Z'
---

## Overview

A Path Traversal vulnerability exists in the eosphoros-ai/db-gpt version 0.6.0 at the API endpoint `/v1/resource/file/delete`. This vulnerability allows an attacker to delete any file on the server by manipulating the `file_key` parameter. The `file_key` parameter is not properly sanitized, enabling an attacker to specify arbitrary file paths. If the specified file exists, the application will delete it.

## Affected packages

- `dbgpt <= 0.6.0`

## Remediation

Refer to the advisory for the patched release.
