Command Injection Vulnerability in Dokploy by Dokploy Inc.
CVE-2026-45662
8.8HIGH
What is CVE-2026-45662?
Dokploy, a self-hostable Platform as a Service (PaaS), contains a command injection vulnerability in versions 0.29.0 and earlier. The issue arises from an inconsistency in the 'deleteRegistry' function, where the command 'docker logout ${response.registryUrl}' is executed without proper shell escaping. Unlike the 'docker login' command, which correctly implements shEscape() to mitigate command injection risks, this oversight allows attackers to execute arbitrary commands by crafting a malicious 'registryUrl'. Users are advised to review the security advisory for further details and remediation steps.
Affected Version(s)
dokploy <= 0.29.0
