PatchSiren cyber security CVE debrief
CVE-2026-72872 Dokploy CVE debrief
A critical vulnerability was found in Dokploy, a free, self-hostable Platform as a Service (PaaS), which allows a member with service deployment permission to execute arbitrary operating system commands on the Dokploy host or target server. This issue is due to the lack of validation in the application.saveBitbucketProvider function, which stores bitbucketOwner and bitbucketRepository without proper validation. The cloneBitbucketRepository function in packages/server/src/utils/providers/bitbucket.ts then interpolates these values into git clone commands executed through execAsync or execAsyncRemote, leading to potential command injection.
- 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 service deployment permissions granted to multiple members, should assess exposure and prioritize patching to version 0.29.13 or later. They should also restrict service deployment permissions to trusted members and monitor for suspicious activity related to service deployments. Additionally, defenders should review compensating controls for exposed systems and verify the affected scope and
Why it matters
CVE-2026-72872 is a critical vulnerability in Dokploy that allows a member with service deployment permission to execute arbitrary operating system commands. Defenders should prioritize patching to version 0.29.13 or later, restrict service deployment permissions, and monitor for suspicious activity.
- Potential for arbitrary OS command execution on Dokploy host or target server
- Elevation of privileges for members with service deployment permissions
- Possible lateral movement within the environment if exploited
Technical summary
The application.saveBitbucketProvider function in Dokploy stores bitbucketOwner and bitbucketRepository without validation. The cloneBitbucketRepository function then interpolates these values into git clone commands, allowing a member with service deployment permission to execute arbitrary operating system commands. This issue is fixed in version 0.29.13. The vulnerability has a critical CVSS score of 9.9 and affects Dokploy versions prior to 0.29.13. The exploitation of this vulnerability could lead to potential command injection and elevation of privileges.
Defensive priority
Defenders should prioritize patching to version 0.29.13 or later and restrict service deployment permissions to trusted members.
Recommended defensive actions
- Patch Dokploy to version 0.29.13 or later
- Restrict service deployment permissions to trusted members
- Monitor for suspicious activity related to service deployments
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its critical CVSS score of 9.9 and the affected version of Dokploy prior to 0.29.13. The vulnerability allows a member with service deployment permission to execute arbitrary operating system commands on the Dokploy host or target server due to lack of validation in the application.saveBitbucketProvider function. Evidence is limited to public CVE and NVD information. Defenders should verify the affected scope and vendor guidance.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-72872 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-72872
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-72872 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-72872
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/47347ab885b0ad1f5d0ef0e5e74bbba35c7f93bc
-
Source reference
Unverified legacy reference
URL: https://github.com/Dokploy/dokploy/pull/4855
-
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-grrj-6xrh-j6vp
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.