External risk intelligence

Dokploy Command Injection Vulnerability Affects Control Plane Hosts

CVE advisorySeverity: CRITICAL (CVSS 9.9)

CVE-2026-72901

Dokploy is a Platform as a Service (PaaS) solution designed for deployment and management of applications. Such platforms are typically deployed as internet-facing web interfaces or management portals to facilitate remote administration and deployment, making the service surface commonly accessible from the network in typical use.

OS Command Injection

Halo Surface Signal: 4 out of 5 — likely to be public-facing.

External exposure likelihood

Horizon Alert

Summary of the vulnerability and why it matters

A security vulnerability has been identified in Dokploy, a self-hostable Platform as a Service, that could allow an authenticated user to execute arbitrary commands on the system's control plane. This could grant them high-level access and control over the host environment.

  • Low-privilege user can run commands on the host.
  • Matters for PaaS users running their own infrastructure.
  • Confirm relevance and exposure to Dokploy PaaS instances.

Attack Path

How an attacker could exploit the issue

An attacker with low-privilege access to Dokploy can execute arbitrary commands on the control-plane host. This occurs because the `volumeName` field for backup operations is not properly quoted, allowing it to be interpolated and executed by the server's command interpreter. With access to the Docker socket, an attacker can achieve host or root-equivalent privileges.

  • Authenticated low-privilege user access is required.
  • Arbitrary commands via unquoted volume name field.
  • Full host control, including root access.

Live Threat

Current exploitation, exposure, and threat context

An authenticated low-privilege member could execute arbitrary commands on the control-plane host when supported by the advisory. This is because a field used for volume backups is not properly quoted and is executed via `child_process.exec`, with Docker socket access enabling host/root-equivalent execution.

  • Control-plane host system data.
  • Unquoted input allows command execution.
  • Potential for full system compromise.

Operational Fix

Recommended remediation, mitigation, and detection steps

The critical vulnerability in Dokploy's command execution allows authenticated, low-privilege members to compromise the control-plane host via a vulnerable `volumeName` field interpolation. This issue likely impacts teams managing PaaS environments, including platform or infrastructure administrators. The initial step is to identify all Dokploy instances, confirm their accessibility and business criticality, and then determine the accountable owner for remediation planning.

  • Platform/Infrastructure owners must act.
  • Verify Dokploy instance reachability and criticality.
  • Plan remediation with vendor coordination.

Supplementary metadata

Validate whether this threat affects your internet-facing exposure.

Halo Threat Intelligence helps prioritize remediation with Halo Surface Signal and H/A/L/O context. Start exposure validation with a free external attack surface trial.

Frequently asked questions

What is Dokploy?

Dokploy is a self-hostable Platform as a Service (PaaS) designed to help developers manage, deploy, and monitor applications. It functions as a management portal, often acting as a centralized control plane for your infrastructure and containerized workloads.

What does CVE-2026-72901 mean?

This CVE identifies a command injection vulnerability (CWE-78). It means that a specific part of the software fails to properly handle user-provided text, allowing an attacker to insert and run their own system commands instead of simply providing a name.

How can an attacker trigger this vulnerability?

An attacker needs existing low-privilege authentication to access the backup features. The issue is triggered by manipulating the volumeName field; it is not triggered by public traffic that does not have authorized access to these specific backup functions.

Is my Dokploy instance at risk?

Halo Surface Signal notes that Dokploy is often deployed as an internet-facing management portal, increasing the likelihood that its control plane is reachable. If your instance is accessible over the network, authenticated users could leverage this flaw.

Do I need to patch my Dokploy installation?

Yes. Since this vulnerability allows an authenticated user to gain host-level control, you should update your software to version 0.29.13 or later. Verify which instances you have running and ensure they are upgraded to the patched release.

References