Monitor vulnerabilities like this one.
Sign up free to get alerted when software you use is affected.
9.9
CVE-2026-27130: Dokploy versions 0.26.6 and below allow attackers to execute system commands.
CVE-2026-27130
Summary
Dokploy's free, self-hosted Platform as a Service is affected by a security issue. An authenticated attacker can inject malicious system commands by manipulating the application name. To fix this, update to version 0.26.7 or later.
Original title
Dokploy is a free, self-hostable Platform as a Service (PaaS). Versions 0.26.6 and below have OS command injection through the appName parameter. 3 chained issues cause this problem: inadequate inp...
Original description
Dokploy is a free, self-hostable Platform as a Service (PaaS). Versions 0.26.6 and below have OS command injection through the appName parameter. 3 chained issues cause this problem: inadequate input sanitization, lack of schema validation and direct shell interpolation. User-controlled application names are passed through inadequate sanitization (cleanAppName function only replaces spaces and converts to lowercase) before being interpolated directly into shell commands executed via execAsync() and execAsyncRemote(). An authenticated attacker can inject shell metacharacters (e.g., ;, $(), backticks, |, &) in the appName field during application creation, which are then executed with server-level privileges when service operations (start, stop, remove, scale) are triggered. This issue has been resolved in version 0.26.7.
nvd CVSS3.1
9.9
Vulnerability type
CWE-78
OS Command Injection
Published: 18 May 2026 · Updated: 28 May 2026 · First seen: 18 May 2026