Dokploy versions prior to 0.29.13 are susceptible to OS command injection via the volume backup functionality, allowing authenticated low-privilege us...
Description
Dokploy versions prior to 0.29.13 are susceptible to OS command injection via the volume backup functionality, allowing authenticated low-privilege users to execute commands with root-level impact.
AI Analyst Comment
Remediation
Update Dokploy dokploy to the latest version. Check the vendor security advisory for specific patch details. Monitor for exploitation attempts and review access logs.
---METADATA---
VENDOR: Dokploy
PRODUCT: dokploy
AFFECTED_VERSIONS: < 0.29.13
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
Dokploy versions prior to 0.29.13 are susceptible to OS command injection via the volume backup functionality, allowing authenticated low-privilege users to execute commands with root-level impact.
Executive Summary:
An authenticated OS command injection vulnerability in Dokploy allows low-privilege users to execute arbitrary code on the control-plane host with root-equivalent privileges.
Vulnerability Details
CVE-ID: CVE-2026-72901
Affected Software: Dokploy dokploy
Affected Versions: < 0.29.13
Vulnerability: The application fails to quote the volumeName field when processing backup requests, allowing an attacker to inject shell commands. Because the service has access to the Docker socket, successful exploitation results in execution that is effectively host or root-equivalent.
Business Impact
This vulnerability is rated at 9.9 on the CVSS scale, signifying a critical risk to the host control plane. A successful exploit allows a low-privileged user to break out of the application's intended scope, achieving full system access and potentially compromising all other services running on the host server.
Remediation Plan
Immediate Action: Update Dokploy to version 0.29.13 or later to ensure proper command argument handling.
Proactive Monitoring: Monitor the control-plane host for unauthorized process execution or unexpected modifications to the Docker environment.
Compensating Controls: Ensure that the Dokploy service runs with the minimum necessary privileges and, where possible, utilize kernel-level security modules like AppArmor or SELinux to restrict potential container escapes.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of Aug 10, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The flaw is highly concerning because the interaction with the Docker socket provides an easy path to host-level command execution.
Analyst Recommendation
Given the extreme severity and the potential for total control-plane compromise, users must upgrade to version 0.29.13 or later immediately. Failure to patch leaves the host server exposed to trivial command injection attacks by any authenticated user.