CyberRota Analysis
AI-GeneratedDocker is vulnerable due to improper handling of the dockerImage field in Dokploy, allowing authenticated users with create or update permissions to execute arbitrary shell commands on the local build host or remote SSH targets. This critical vulnerability can lead to exposure of sensitive host secrets and compromise other projects. Organizations using Dokploy versions prior to 0.29.13 should prioritize immediate updates to mitigate potential security risks.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, the dockerImage field is interpolated without quoting into shell commands in buildRemoteDocker() in packages/server/src/utils/providers/docker.ts and is validated only as an optional string. An authenticated user with application create or update permission can use shell command substitution in dockerImage to execute arbitrary commands on the local build host or a remote SSH build target, exposing host secrets and other projects. This issue is fixed in version 0.29.13.