PatchSiren cyber security CVE debrief
CVE-2026-72868 Dokploy CVE debrief
A critical vulnerability was found in Dokploy, a free, self-hostable Platform as a Service (PaaS), which allows a low-privileged organization member to execute arbitrary commands in the root Dokploy container. This is due to the interpolation of sensitive fields into an rclone ls command executed through child_process.exec in the apps/dokploy/server/api/routers/destination.ts file prior to version 0.29.13.
- Vendor
- Dokploy
- Product
- Unknown
- CVSS
- CRITICAL 9.9
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-10
- Original CVE updated
- 2026-09-08
- Advisory published
- 2026-08-10
- Advisory updated
- 2026-09-08
Who should care
Defenders responsible for Dokploy instances, especially those with low-privileged organization members, should assess exposure and prioritize patching to prevent potential arbitrary command execution.
Why it matters
CVE-2026-72868 is a critical vulnerability in Dokploy that allows a low-privileged organization member to execute arbitrary commands in the root Dokploy container. Defenders should prioritize patching to version 0.29.13 or later and verify the integrity of the Dokploy container and its interactions with the host Docker socket.
- Potential for arbitrary command execution in the root Dokploy container
- Exposure of sensitive fields and commands in Dokploy
- Possible lateral movement within the container and host Docker socket
Technical summary
The vulnerability exists in the apps/dokploy/server/api/routers/destination.ts file where sensitive fields are interpolated into an rclone ls command executed through child_process.exec. This allows a low-privileged organization member to execute arbitrary commands in the root Dokploy container by closing a quoted argument with a crafted field. Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, apps/dokploy/server/api/routers/destination.ts interpolates the accessKey, secretAccessKey, region, endpoint, provider, and bucket fields from destination.testConnection into an rclone ls command executed through child_process.exec.
Defensive priority
Defenders should prioritize patching to version 0.29.13 or later and verify the integrity of the Dokploy container and its interactions with the host Docker socket.
Recommended defensive actions
- Patch Dokploy to version 0.29.13 or later
- Verify the integrity of the Dokploy container and its interactions with the host Docker socket
- Restrict access to sensitive fields and commands in Dokploy
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its CVSS score of 9.9 and the affected versions of Dokploy. The issue is fixed in version 0.29.13. Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, apps/dokploy/server/api/routers/destination.ts interpolates the accessKey, secretAccessKey, region, endpoint, provider, and bucket fields from destination.testConnection into an rclone ls command executed through child_process.exec. The `withPermission('destination', 'create')` path
Sources and references
Verified primary and authoritative sources
-
CVE-2026-72868 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-72868
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-72868 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-72868
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/Dokploy/dokploy/commit/eeb6e7b8ea88e4b4b1fac8460755464100516ac9
-
Source reference
Unverified legacy reference
URL: https://github.com/Dokploy/dokploy/pull/4873
-
Source reference
Unverified legacy reference
URL: https://github.com/Dokploy/dokploy/releases/tag/v0.29.13
-
Source reference
Unverified legacy reference
URL: https://github.com/Dokploy/dokploy/security/advisories/GHSA-f6x8-vfwh-8hjr
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.