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-2026-80104
Score 9.8 from GitHub Security Advisory (severity: CRITICAL) published 2026-08-25. the CNA's CVSS baseline 9.8; sources differ by 0.0.
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 9.8
- EG Score
- 9.8(high)
- EG Risk
- 59(Track)EG Risk 59/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity98% × 45%Exploitation1% × 40%Automatability100% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 1%
- EPSS %ILE
- 51%
- KEV
- Not listed
Published
August 25, 2026
Last Modified
August 29, 2026
Advisory Details (5)
Auto-updated Aug 29, 2026DB-GPT 0.8.0 Path Traversal Arbitrary File Write via Skill Upload Filename | Advisories | VulnCheck
https://www.vulncheck.com/advisories/db-gpt-0.8.0-path-traversal-arbitrary-file-write-via-skill-upload-filenamev0.8.1
Patch available: eosphoros-ai/DB-GPT v0.8.1
https://github.com/eosphoros-ai/DB-GPT/releases/tag/v0.8.1DB-GPT/packages/dbgpt-app/src/dbgpt_app/openapi/api_v1/agentic_data_api.py at v0.8.0 · eosphoros-ai/DB-GPT · GitHub
https://github.com/eosphoros-ai/DB-GPT/blob/v0.8.0/packages/dbgpt-app/src/dbgpt_app/openapi/api_v1/agentic_data_api.pyGitHub - eosphoros-ai/DB-GPT: open-source agentic AI data assistant for the next generation of AI + Data products. · GitHub
https://github.com/eosphoros-ai/DB-GPTVendor Advisories for CVE-2026-80104(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 41× in last 7d / 41× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-30 03:39 UTCEG score recompute
- 2026-08-30 03:39 UTCGHSA enrichment
- 2026-08-30 01:22 UTCEPSS rescore
- 2026-08-29 23:45 UTCGHSA enrichment
- 2026-08-29 19:50 UTCGHSA enrichment
- 2026-08-29 15:53 UTCGHSA enrichment
- 2026-08-29 11:59 UTCEG score recompute
- 2026-08-29 11:59 UTCGHSA enrichment
- 2026-08-29 11:17 UTCGHSA enrichment
- 2026-08-29 07:20 UTCGHSA enrichment
- 2026-08-29 03:23 UTCGHSA enrichment
- 2026-08-28 23:28 UTCEG score recompute
- 2026-08-28 23:28 UTCGHSA enrichment
- 2026-08-28 22:51 UTCEG score recompute
- 2026-08-28 22:50 UTCGHSA enrichment
- 2026-08-28 21:42 UTCEPSS rescore
- 2026-08-28 17:45 UTCGHSA enrichment
- 2026-08-28 13:41 UTCGHSA enrichment
- 2026-08-28 09:46 UTCGHSA enrichment
- 2026-08-28 05:50 UTCGHSA enrichment
- 2026-08-28 01:55 UTCGHSA enrichment
- 2026-08-27 22:01 UTCGHSA enrichment
- 2026-08-27 18:07 UTCEG score recompute
- 2026-08-27 18:07 UTCGHSA enrichment
- 2026-08-27 14:25 UTCEPSS rescore
Show 16 moreShow fewer
- 2026-08-27 13:21 UTCGHSA enrichment
- 2026-08-27 09:27 UTCGHSA enrichment
- 2026-08-27 05:32 UTCGHSA enrichment
- 2026-08-27 01:33 UTCGHSA enrichment
- 2026-08-26 21:39 UTCGHSA enrichment
- 2026-08-26 17:45 UTCEG score recompute
- 2026-08-26 17:45 UTCGHSA enrichment
- 2026-08-26 14:47 UTCEPSS rescore
- 2026-08-26 13:17 UTCGHSA enrichment
- 2026-08-26 09:19 UTCGHSA enrichment
- 2026-08-26 05:17 UTCGHSA enrichment
- 2026-08-26 01:20 UTCEG score recompute
- 2026-08-26 01:20 UTCGHSA enrichment
- 2026-08-25 21:26 UTCEG score recompute
- 2026-08-25 20:25 UTCEG score recompute
- 2026-08-25 20:25 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Frequently asked(5)
What is CVE-2026-80104?
When was CVE-2026-80104 disclosed?
Is CVE-2026-80104 actively exploited?
What is the CVSS score of CVE-2026-80104?
How do I remediate CVE-2026-80104?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-80104
Is Your Infrastructure Affected by CVE-2026-80104?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.