CVE-2026-45629 Details
Description
Dokploy is a free, self-hostable Platform as a Service (PaaS). In 0.28.8 and earlier, authenticated OS command injection in the /listen-deployment WebSocket endpoint allows any organization member to execute arbitrary system commands on remote servers managed by Dokploy, leading to full server compromise.
A command injection vulnerability allowing authenticated users to execute arbitrary system commands has been identified in Dokploy versions through 0.28.8. This issue resides in the '/listen-deployment' WebSocket endpoint, which streams deployment logs via SSH. The vulnerability arises because the 'logPath' parameter validation can be bypassed, enabling any organization member to execute commands on remote servers managed by Dokploy, potentially leading to full server compromise.
It is recommended to implement strict regex validation for the 'logPath' parameter to reject shell metacharacters before the path is processed. Alternatively, the path value can be base64-encoded to prevent shell interpretation, or SFTP streaming can be used to read files instead of executing commands via the shell.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed May 29, 2026CISA-ADP
Assessed Jun 2, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/Dokploy/dokploy/security/advisories/GHSA-r73h-qr3p-hf7f | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/Dokploy/dokploy/security/advisories/GHSA-r73h-qr3p-hf7f | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-78 | Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Dokploy | <= 0.28.8 (semver) |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 22, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 2, 2026 | CVE Modified | CISA-ADP |
| May 29, 2026 | New CVE Received | [email protected] |
Volerion