CVE-2026-72863
Received Received - Intake

WebSocket Session Authorization Bypass in Dokploy

Vulnerability report for CVE-2026-72863, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-10

Last updated on: 2026-08-10

Assigner: GitHub, Inc.

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 Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-10
Generated
2026-08-11
AI Q&A
2026-08-11
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
dokploy dokploy to 0.29.13 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-269 The product does not properly assign, modify, track, or check privileges for an actor, creating an unintended sphere of control for that actor.
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Dokploy before version 0.29.13 has a WebSocket authentication flaw where sessions are authenticated but not authorized. This allows any authenticated user to access interactive shells in any container, including the Dokploy container with Docker socket access, leading to potential root access on the host and full tenant boundary breaches.

Detection Guidance

Check Dokploy version with 'dokploy --version'. If it is below 0.29.13, the system is vulnerable. Inspect running containers for unauthorized WebSocket connections or unexpected shell access using 'docker ps' and 'docker exec -it <container> sh'.

Impact Analysis

An attacker could gain root access to the host system, bypass all tenant isolation, and compromise all data and services running on the affected Dokploy instance. This includes accessing sensitive data, modifying configurations, or disrupting operations.

Compliance Impact

This vulnerability likely violates compliance requirements for data protection and access control, such as GDPR's security principles or HIPAA's access controls. It enables unauthorized access to sensitive data, risking data breaches and non-compliance penalties.

Mitigation Strategies

Upgrade Dokploy to version 0.29.13 or later immediately. Ensure no unauthorized containers or shells are running. Review user permissions and disable unnecessary accounts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72863. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart