Vulnerability Description
Dokploy is a free, self-hostable Platform as a Service (PaaS). In 0.29.8 and earlier, backup.create, backup.update, and backup.restoreBackupWithLogs in apps/dokploy/server/api/routers/backup.ts accept a client-controlled destinationId and use the referenced destination without verifying that destination.organizationId equals ctx.session.activeOrganizationId. An authenticated member with backup permissions for a service in one organization can cause another organization's S3 accessKey and secretAccessKey to be materialized by packages/server/src/utils/backups/utils.ts getS3Credentials on the attacker's service host, read that organization's backup objects, or redirect and poison backups across tenant boundaries.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/Dokploy/dokploy/security/advisories/GHSA-56qv-89fq-3h2q
- https://github.com/Dokploy/dokploy/security/advisories/GHSA-56qv-89fq-3h2q
FAQ
What is CVE-2026-72737?
CVE-2026-72737 is a vulnerability with a CVSS score of 9.6 (CRITICAL). Dokploy is a free, self-hostable Platform as a Service (PaaS). In 0.29.8 and earlier, backup.create, backup.update, and backup.restoreBackupWithLogs in apps/dokploy/server/api/routers/backup.ts accept...
How severe is CVE-2026-72737?
CVE-2026-72737 has been rated CRITICAL with a CVSS base score of 9.6/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-72737?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.