CVE-2026-72734 PUBLISHED

Dokploy: Cross-organization authorization bypass in server.remove allows deletion of another organization's server registration

Assigner: GitHub_M
Reserved: 10.08.2026 Published: 10.08.2026 Updated: 11.08.2026

Dokploy is a free, self-hostable Platform as a Service (PaaS). From 0.28.7 until 0.29.13, the server.remove tRPC mutation in apps/dokploy/server/api/routers/server.ts accepts a caller-controlled serverId and calls haveActiveServices, findServerById, removeDeploymentsByServerId, and deleteServer without verifying that currentServer.organizationId equals ctx.session.activeOrganizationId. An authenticated owner or administrator with server:delete in one organization who previously observed another organization's serverId can delete that organization's server registration and deployment records, interrupt Dokploy management, and receive the associated plaintext SSH private key even though server.one denies the same cross-organization read. This issue is fixed in version 0.29.13.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L
CVSS Score: 8.4

Product Status

Vendor Dokploy
Product dokploy
Versions
  • Version >= 0.28.7, < 0.29.13 is affected

References

Problem Types

  • CWE-639: Authorization Bypass Through User-Controlled Key CWE