CVE-2025-51459
BaseFortify
Publication date: 2025-07-22
Last updated on: 2025-09-11
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dbgpt | db-gpt | 0.7.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-77 | The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a File Upload vulnerability in the agent.hub.controller.refresh_plugins function of eosphoros-ai DB-GPT version 0.7.0. It allows remote attackers to execute arbitrary code by uploading a malicious plugin ZIP file to the /v1/personal/agent/upload endpoint. The vulnerability involves the interaction with plugin_hub._sanitize_filename and plugins_util.scan_plugins, which fail to properly handle the malicious file.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can execute arbitrary code on the affected system remotely. This could lead to unauthorized control over the system, data theft, data corruption, or disruption of services.