AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72733

CRITICAL · CVSS 9.9 EPSS 0.48% Public Exploit

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

CyberRota Analysis

AI-Generated

Dokploy versions prior to 0.29.13 are vulnerable to command injection through the backup.restoreBackupWithLogs tRPC subscription, allowing authenticated users with backup-restore permissions to execute arbitrary operating system commands on the host system. This critical vulnerability poses significant risks, including unauthorized access and potential system compromise. Organizations using Dokploy should prioritize upgrading to version 0.29.13 or later to mitigate this 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-72733
Severity
CRITICAL
CVSS
9.9
EPSS
0.48%

Original NVD Description

Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, the backup.restoreBackupWithLogs tRPC subscription builds database restore shell pipelines from the user-controlled databaseName and backupFile fields without safely separating them from shell syntax. packages/server/src/utils/restore/utils.ts interpolates databaseName into database-specific restore commands, while packages/server/src/utils/restore/postgres.ts and the analogous restore modules interpolate backupFile into rclone paths. An authenticated member with backup-restore permission can inject operating-system commands that execute in the Dokploy host context through execAsync or execAsyncRemote, even when no valid database container or backup file exists. This issue is fixed in version 0.29.13.