An OS command injection vulnerability in Dokploy prior to 0.29.13 allows authenticated users with deployment permissions to execute arbitrary commands...
Description
An OS command injection vulnerability in Dokploy prior to 0.29.13 allows authenticated users with deployment permissions to execute arbitrary commands on the host by manipulating SSH host settings.
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:
An OS command injection vulnerability in Dokploy prior to 0.29.13 allows authenticated users with deployment permissions to execute arbitrary commands on the host by manipulating SSH host settings.
Executive Summary:
A critical OS command injection vulnerability in Dokploy allows authenticated attackers to execute arbitrary system commands, leading to a full compromise of the underlying host server.
Vulnerability Details
CVE-ID: CVE-2026-72740
Affected Software: Dokploy dokploy
Affected Versions: < 0.29.13
Vulnerability: The vulnerability exists due to improper neutralization of user-controlled input when building SSH commands, allowing an authenticated user to inject malicious shell commands that are executed with the privileges of the Dokploy service.
Business Impact
An attacker who successfully exploits this vulnerability gains full control over the host server where Dokploy is running. This allows for total system compromise, data theft, and the ability to pivot into other parts of the internal infrastructure, justifying the 9.9 CVSS severity rating.
Remediation Plan
Immediate Action: Upgrade Dokploy to version 0.29.13 or later to ensure proper input sanitization is applied to SSH-related commands.
Proactive Monitoring: Monitor system process logs for suspicious commands executed by the service account user and look for unauthorized changes to SSH configuration files.
Compensating Controls: Restrict access to the service deployment feature to only highly trusted individuals and ensure the application is containerized with restricted filesystem permissions.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of Aug 10, 2026, there is no confirmed active exploitation in the wild; however, per CISA's SSVC assessment a proof-of-concept exists, so exploitation risk should be treated as credible. The vulnerability is highly exploitable for any authenticated user with deployment rights.
Analyst Recommendation
This is a high-severity command injection flaw that requires immediate attention. Organizations must upgrade to the patched version as soon as possible to prevent potential unauthorized system-level code execution.