Time-of-check Time-of-use (TOCTOU) Race Condition in Docker Sandboxes - CVE-2026-79994
Published: September 16, 2026
Vulnerability details
The vulnerability allows a local user to disclose data or access host-side capabilities.
The vulnerability exists due to a time-of-check time-of-use race condition in the guest-to-host Unix domain socket relay when reconnecting to a Unix domain socket after validating its path. A local user can replace an intermediate directory with a symbolic link between the path check and connection to cause the host to connect to an arbitrary AF_UNIX socket outside the shared workspace.