Vulnerability Description
Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, Dokploy's WebSocket handlers (in-app terminals and log streamers) authenticate the session but never authorize it. They establish who the user is via validateRequest() and then proceed without consulting the role/permission model that every tRPC procedure enforces. Any authenticated member, can therefore open an interactive shell into any container on the host, including the dokploy container that mounts the Docker socket, and from there obtain root on the host, escaping the application and crossing every tenant boundary. This vulnerability is fixed in 0.29.13.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/Dokploy/dokploy/commit/68f5afae42fca353dcb3d3bc6219ffe9e168cb
- https://github.com/Dokploy/dokploy/releases/tag/v0.29.13
- https://github.com/Dokploy/dokploy/security/advisories/GHSA-7r6p-v9gw-pwc8
- https://github.com/Dokploy/dokploy/security/advisories/GHSA-7r6p-v9gw-pwc8
FAQ
What is CVE-2026-72863?
CVE-2026-72863 is a vulnerability with a CVSS score of 9.9 (CRITICAL). Dokploy is a free, self-hostable Platform as a Service (PaaS). Prior to 0.29.13, Dokploy's WebSocket handlers (in-app terminals and log streamers) authenticate the session but never authorize it. They...
How severe is CVE-2026-72863?
CVE-2026-72863 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-72863?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.