CVE-2026-72739
Received Received - Intake

Command Injection in Dokploy Self-Hosted PaaS

Vulnerability report for CVE-2026-72739, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-10

Last updated on: 2026-08-10

Assigner: GitHub, Inc.

Description

Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, the createCommand() function constructs shell commands by interpolating compose service names and configuration into bash command strings. When a compose with a maliciously crafted name or service definition is deployed, the shell metacharacters are interpreted as command separators, allowing arbitrary command execution on the Docker host. This vulnerability is fixed in 0.29.13.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-10
Generated
2026-08-11
AI Q&A
2026-08-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
dokploy dokploy to 0.29.13 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-78 The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Dokploy before version 0.29.13 has a flaw in the createCommand() function where it builds shell commands by inserting compose service names and settings directly into bash command strings. If a compose file has a specially crafted name or service definition, the shell interprets special characters as command separators, letting attackers run arbitrary commands on the Docker host.

Detection Guidance

Check Dokploy version with 'dokploy version'. If it is below 0.29.13, the system is vulnerable. Inspect compose service names and configurations for shell metacharacters or unusual patterns that could indicate malicious input.

Impact Analysis

An attacker could take control of the Docker host where Dokploy is running, install malware, steal data, or disrupt services. Any user with permission to deploy compose files could exploit this to run commands as the host system.

Compliance Impact

This vulnerability could lead to unauthorized access and data breaches, violating GDPR and HIPAA requirements for data protection and access controls. Organizations using affected versions may face compliance violations and penalties.

Mitigation Strategies

Upgrade Dokploy to version 0.29.13 or later immediately. Review and sanitize all compose service names and configurations to remove any shell metacharacters or suspicious inputs before deployment.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72739. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart