Vulnerability Description
Dokploy is a free, self-hostable Platform as a Service (PaaS). Versions 0.26.6 and below have OS command injection through the appName parameter. 3 chained issues cause this problem: inadequate input sanitization, lack of schema validation and direct shell interpolation. User-controlled application names are passed through inadequate sanitization (cleanAppName function only replaces spaces and converts to lowercase) before being interpolated directly into shell commands executed via execAsync() and execAsyncRemote(). An authenticated attacker can inject shell metacharacters (e.g., ;, $(), backticks, |, &) in the appName field during application creation, which are then executed with server-level privileges when service operations (start, stop, remove, scale) are triggered. This issue has been resolved in version 0.26.7.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/Dokploy/dokploy/commit/960892fd8dcf12b7a73a00edaa1b7090fca860
- https://github.com/Dokploy/dokploy/security/advisories/GHSA-fcgq-jjfg-hrhj
- https://github.com/Dokploy/dokploy/security/advisories/GHSA-fcgq-jjfg-hrhj
FAQ
What is CVE-2026-27130?
CVE-2026-27130 is a vulnerability with a CVSS score of 9.9 (CRITICAL). Dokploy is a free, self-hostable Platform as a Service (PaaS). Versions 0.26.6 and below have OS command injection through the appName parameter. 3 chained issues cause this problem: inadequate input ...
How severe is CVE-2026-27130?
CVE-2026-27130 has been rated CRITICAL with a CVSS base score of 9.9/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-27130?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.