CyberRota Analysis
AI-GeneratedDokploy versions prior to 0.29.13 are vulnerable to command injection due to improper handling of file paths in the settings.readTraefikFile function, allowing users with specific permissions to execute arbitrary commands on the server. This high-severity vulnerability (CVSS 8.8) poses a significant risk of unauthorized access and control over the managed server. Organizations using Dokploy should prioritize upgrading to version 0.29.13 or later to mitigate this risk.
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, settings.readTraefikFile in apps/dokploy/server/api/routers/settings.ts passes a path accepted by apiReadTraefikConfig to readConfigInPath in packages/server/src/utils/traefik/application.ts, where configPath is interpolated into execAsyncRemote as cat ${configPath}, allowing a user with traefikFiles.read permission to execute arbitrary commands on a managed server through shell metacharacters. This issue is fixed in version 0.29.13.