PatchSiren cyber security CVE debrief
CVE-2026-72875 Dokploy CVE debrief
A vulnerability in Dokploy, a free, self-hostable Platform as a Service (PaaS), allows users with traefikFiles.read permission to execute arbitrary commands on a managed server through shell metacharacters. This issue is fixed in version 0.29.13. The vulnerability can lead to lateral movement, data breaches, or system compromise if not addressed promptly. Defenders should assess exposure and apply the patch to prevent exploitation. The affected product deployments should be identified, and owners should be assigned for follow-up. The official advisory and CVE record should be reviewed to validate affected scope, severity, and vendor guidance.
- Vendor
- Dokploy
- Product
- Unknown
- CVSS
- HIGH 8.8
- 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 managing Dokploy instances should assess exposure and apply the patch to prevent exploitation. This includes operators, platform administrators, vulnerability management teams, and security teams who need to verify exposure, apply the patch, and monitor for suspicious activity.
Why it matters
Defenders should prioritize verifying exposure and applying the patch, as the vulnerability allows for arbitrary command execution on managed servers through shell metacharacters, potentially leading to lateral movement, data breaches, or system compromise.
- Arbitrary command execution on managed servers
- Potential for lateral movement and further exploitation
- Need for verification of exposure and application of the patch
- Potential for data breaches or system compromise
Technical summary
The vulnerability is caused by the settings.readTraefikFile function in apps/dokploy/server/api/routers/settings.ts, which passes a path accepted by apiReadTraefikConfig to readConfigInPath in packages/server/src/utils/traefik/application.ts. This allows for shell metacharacters to be injected, enabling arbitrary command execution. The affected product context is Dokploy, a free, self-hostable Platform as a Service (PaaS). The defensive impact is that defenders should prioritize verifying exposure and applying the patch to prevent exploitation.
Defensive priority
Defenders should prioritize verifying exposure and applying the patch, as the vulnerability allows for arbitrary command execution.
Recommended defensive actions
- Verify exposure by checking if the Dokploy instance has the traefikFiles.read permission and if the version is prior to 0.29.13.
- Apply the patch by updating Dokploy to version 0.29.13 or later.
- Monitor for suspicious activity and implement compensating controls to prevent exploitation.
- 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 vulnerability is caused by the settings.readTraefikFile function in apps/dokploy/server/api/routers/settings.ts, which passes a path accepted by apiReadTraefikConfig to readConfigInPath in packages/server/src/utils/traefik/application.ts. This allows for shell metacharacters to be injected, enabling arbitrary command execution.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-72875 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-72875
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-72875 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-72875
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/92310ddb143c8e67ca95eb7db661838a76579f2e
-
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-j3pv-r5wg-235m
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.