CVE-2026-45662
8.8Dokploy · Dokploy
Dokploy, a self-hostable PaaS, is vulnerable to OS Command Injection, allowing authenticated attackers to execute arbitrary system commands on the host server.
Executive summary
Dokploy suffers from an OS Command Injection vulnerability that allows an authenticated attacker to execute arbitrary commands with the privileges of the application process.
Vulnerability
This is an OS Command Injection vulnerability (CWE-78) where improper neutralization of special elements allows attackers to inject and execute system commands. The CVSS vector (PR:L) confirms that this attack requires authenticated access to the platform.
Business impact
An OS Command Injection is a critical vulnerability that can lead to full system compromise, data exfiltration, and lateral movement within the infrastructure hosting the Dokploy environment. With a CVSS score of 8.8, this flaw represents a significant risk to the integrity and availability of the PaaS and all hosted applications.
Remediation
Immediate Action: Check the official Dokploy repository for security updates; if no patch is available for your version, restrict access to the dashboard to highly trusted users.
Proactive Monitoring: Review system and process logs for anomalous command execution, such as unexpected shell spawns or outbound network connections from the Dokploy process.
Compensating Controls: Isolate the Dokploy instance in a restricted container or virtual network with minimal privileges to limit the impact of potential command execution.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability carries a high risk of total system compromise. Administrators must monitor vendor channels for an immediate patch and enforce strict access controls on the platform to mitigate the risk of exploitation.