CyberRota Analysis
AI-GeneratedDokploy versions prior to 0.29.13 are vulnerable, allowing authenticated low-privilege users to execute arbitrary commands on the control-plane host due to improper handling of the volumeName field in the backup process. This flaw can lead to host-level command execution with root privileges, posing a critical security risk. Organizations using Dokploy should prioritize upgrading to version 0.29.13 or later to mitigate this vulnerability.
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, Dokploy allows an authenticated low-privilege member to execute arbitrary commands on the control-plane host because the volumeName field accepted by volumeBackup.create and volumeBackup.runManually is interpolated without quoting in packages/server/src/utils/volume-backups/backup.ts and executed through child_process.exec, with Docker socket access making execution host/root-equivalent. This issue is fixed in version 0.29.13.