Description
Dokploy is a free, self-hostable Platform as a Service (PaaS). In 0.28.8 and earlier, an authenticated user who can create or update file mounts for a service can inject shell metacharacters into filePath, causing Dokploy to execute attacker-controlled commands on the configured remote managed server over SSH. In the default deployment model, this yields direct remote host RCE from the web interface.
Published: 2026-08-10
Score: 9.9 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An authenticated user in Dokploy versions 0.28.8 and earlier can create or modify file mounts and inject shell metacharacters into the filePath field. The application then passes this unsanitized value to a system shell on the remote managed server via SSH, allowing the attacker to execute arbitrary commands. This flaw satisfies CWE‑78 – System Command Injection, and grants the attacker full control over the remote host, compromising confidentiality, integrity, and availability.

Affected Systems

The vulnerability affects the Dokploy Platform as a Service (PaaS) software, specifically the dokploy product. Any installation running version 0.28.8 or earlier is susceptible. Operators must be aware that users who can manage file mounts for services are required to be authenticated; therefore only accounts with creation or updating privileges on services are potential attack vectors.

Risk and Exploitability

The CVSS score of 9.9 places this flaw at critical severity, indicating a high likelihood of exploitation and a substantial impact. No EPSS score is available, and the vulnerability is not listed in the CISA KEV catalog, but the exploitation path is clear: an attacker logging into the web interface, assigning a malicious filePath, and triggering an SSH command on the managed server. The necessity of authentication means the attacker must first compromise or be granted access to a Dokploy account, but once privileged, the resulting remote host RCE is immediate and complete.

Generated by OpenCVE AI on August 10, 2026 at 20:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Dokploy to version 0.28.9 or later, which removes the unsanitized command execution path.
  • Restrict the ability to create or modify file mounts to trusted administrative accounts only, or remove file mount functionality altogether if not needed.
  • If an upgrade is delayed, block SSH access to the managed servers or enforce strict key restrictions to limit the impact of potential command execution.

Generated by OpenCVE AI on August 10, 2026 at 20:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description Dokploy is a free, self-hostable Platform as a Service (PaaS). In 0.28.8 and earlier, an authenticated user who can create or update file mounts for a service can inject shell metacharacters into filePath, causing Dokploy to execute attacker-controlled commands on the configured remote managed server over SSH. In the default deployment model, this yields direct remote host RCE from the web interface.
Title Dokploy: Authenticated blind command injection via file mounts leads to direct remote host RCE on managed servers
Weaknesses CWE-78
References
Metrics cvssV3_1

{'score': 9.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-10T19:27:09.197Z

Reserved: 2026-08-10T15:28:27.617Z

Link: CVE-2026-72882

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T20:45:05Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')