Improper Access ControlWeakness · CWE-284

CVE-2026-4505

MEDIUM · 6.3 CVSS v3.1 Published 2026-03-20
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
69/100
Remediation priority · Elevated
Remotely reachable Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
A vulnerability has been found in eosphoros-ai DB-GPT up to 0.7.5. This issue affects the function module_plugin.refresh_plugins of the file packages/dbgpt-serve/src/dbgpt_serve/agent/hub/controller.py of the component FastAPI Endpoint. Such manipulation leads to unrestricted upload. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

A file upload vulnerability exists in DB-GPT's plugin refresh functionality (module_plugin.refresh_plugins) in the FastAPI endpoint. The application allows unrestricted file uploads without proper validation of file types, contents, or destination paths. This could enable remote attackers to upload malicious files (e.g., webshells) to the server, potentially achieving code execution through the plugin system.

MitigationImplement strict file validation (type, size, content), store uploads outside the webroot with randomized filenames, and add proper authentication/authorization checks to the plugin upload endpoint. If a patched version exists, upgrade immediately.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
Low
User interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
Low

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Confirm DB-GPT installation
    Locate the dbgpt installation directory or check installed packages using pip list | grep dbgpt or find / -name 'dbgpt' -type d 2>/dev/null
    Affected if DB-GPT is present on the system
  2. Identify plugin refresh endpoint exposure
    Examine FastAPI route definitions in the dbgpt source code for routes handling plugin refresh (look for 'refresh_plugins' in api routes or router definitions)
    Affected if The /plugin/refresh or similar endpoint is defined and exposed in the API
  3. Check authentication on plugin endpoints
    Review authentication middleware configuration in dbgpt - check if plugin upload/refresh endpoints are protected by auth requirements or are publicly accessible
    Affected if Plugin refresh endpoint allows unauthenticated or weakly authenticated access
  4. Inspect plugin storage directory
    Locate the plugin installation directory (commonly dbgpt/plugins or similar) and list all files - look for unexpected .py files, webshells, or non-standard plugin files
    Affected if Unexpected or malicious files exist in the plugin directory
  5. Review access logs for plugin operations
    Check web server and application logs for requests to plugin upload/refresh endpoints, focusing on POST requests without proper authentication tokens
    Affected if Log entries show unauthenticated or unauthorized plugin upload/refresh requests

A user is affected if DB-GPT is running with its plugin refresh endpoint exposed without proper authentication, allowing unrestricted file uploads to the plugin directory.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Implement strict file validation (type, size, content), store uploads outside the webroot with randomized filenames, and add proper authentication/authorization checks to the plugin upload endpoint. If a patched version exists, upgrade immediately.

Have this fixed Scoped from the published advisory
  • Consultation3.0 h
  • Implementation6.0 h
  • Testing3.0 h
  • Review / QA2.0 h
14.0 hours of engineering $2,490
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-4505 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-4505 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data