AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-72734

HIGH · CVSS 8.4 EPSS 0.30% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-10 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The vulnerability in Dokploy allows authenticated users with server:delete permissions to delete server registrations and deployment records from other organizations due to insufficient verification of organization ownership. This could lead to unauthorized access to sensitive data, including plaintext SSH private keys, and disrupt service management for affected organizations. Organizations using Dokploy versions 0.28.7 to 0.29.12 should prioritize upgrading to version 0.29.13 to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-72734
Severity
HIGH
CVSS
8.4
EPSS
0.30%

Original NVD Description

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.