Severity by source
AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:L
Primary rating from Vendor (GitHub_M) · only source for this CVE.
CVSS VectorVendor: GitHub_M
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:L
Lifecycle Timeline
1DescriptionCVE.org
Dokploy is a free, self-hostable Platform as a Service (PaaS). In 0.28.8 and earlier, authenticated OS command injection in the application.updateTraefikConfig tRPC endpoint allows admin/owner users to execute arbitrary system commands on remote servers via unsanitized echo shell interpolation.
AnalysisAI
Authenticated OS command injection in Dokploy 0.28.8 and earlier lets admin or owner users execute arbitrary shell commands on remote servers managed by the PaaS through the application.updateTraefikConfig tRPC endpoint. The flaw stems from unsanitized shell interpolation in an echo call, granting full command execution across any host the Dokploy controller manages. No public exploit identified at time of analysis, but the high-privilege admin context combined with cross-server reach makes this a meaningful post-compromise escalation path.
Technical ContextAI
Dokploy is a self-hostable Platform-as-a-Service that orchestrates application deployments across remote servers, typically using Traefik as a reverse proxy. The vulnerable code path lives in the application.updateTraefikConfig tRPC endpoint, where user-supplied configuration data is concatenated into a shell echo command without sanitization or argument-separated execution. This is a textbook CWE-78 (OS Command Injection) issue: shell metacharacters such as backticks, $(...), semicolons, or pipes injected into the input break out of the echo argument and execute attacker-chosen commands under the shell that Dokploy uses to push Traefik configuration to managed hosts. Because Dokploy's agent fans out to remote servers, the injection point is effectively a multi-host RCE primitive rather than a single-host bug. The affected CPE is cpe:2.3:a:dokploy:dokploy:*:*:*:*:*:*:*:*.
RemediationAI
Upgrade to the fixed Dokploy release referenced in GHSA-p787-6gqg-cvp5 (https://github.com/Dokploy/dokploy/security/advisories/GHSA-p787-6gqg-cvp5); the advisory is the authoritative source for the exact patched version, which was not independently confirmed in the input data, so consult the advisory before deploying. As immediate compensating controls until patching, restrict the Dokploy web UI and tRPC API to a trusted management network or VPN so the updateTraefikConfig endpoint is unreachable from the public internet, audit and reduce the set of admin/owner accounts to the minimum, rotate any credentials or session tokens for those accounts, and review Traefik configuration history and shell/audit logs on managed servers for anomalous commands originating from the Dokploy agent - noting that restricting network access will break legitimate remote administration, so plan an out-of-band access path before applying it.
Dokploy self-hosted PaaS prior to 0.26.6 has a critical command injection vulnerability (CVSS 9.9) allowing authenticate
Dokploy versions before 0.26.6 contain hardcoded database credentials in the installation script, causing nearly all dep
Command injection in Dokploy (self-hosted PaaS) before 0.29.13 lets an authenticated low-privilege member run arbitrary
Remote code execution in Dokploy 0.27.0 through 0.29.2 allows unauthenticated attackers to forge email-verification JWTs
Command injection in Dokploy (self-hostable PaaS) before 0.29.13 lets an authenticated user run arbitrary OS commands on
Authenticated command injection in Dokploy (self-hostable PaaS) versions 0.29.3 through 0.29.12 lets a low-privileged us
Command injection in Dokploy self-hosted PaaS versions prior to 0.29.13 lets an authenticated user with database-service
OS command injection in Dokploy (self-hosted PaaS) before 0.29.13 lets a low-privileged team member with service-deploym
Command injection in Dokploy self-hosted PaaS before 0.29.13 lets a low-privileged organization member run arbitrary OS
OS command injection in Dokploy (self-hosted PaaS) version 0.28.8 and earlier lets an authenticated user with permission
OS command injection in Dokploy (self-hosted PaaS) before 0.29.13 lets an authenticated user with the backup:restore per
OS command injection in Dokploy self-hosted PaaS prior to 0.29.13 lets an authenticated project member with compose writ
Same weakness CWE-78 – OS Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33357