
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-79994 is a Time-of-Check Time-of-Use (TOCTOU) race condition vulnerability in Docker Sandboxes that allows a malicious guest to redirect the host into connecting to arbitrary Unix-domain sockets outside the authorized workspace. The flaw affects Docker Sandboxes versions 0.37.0 through 0.41.x (fixed in 0.42.0). It was published on September 15, 2026, with a patch released the same day. The vulnerability carries a CVSS v4.0 base score of 8.7 (High) (GitHub Advisory).
The root cause is a TOCTOU race condition (CWE-367) in the guest-to-host Unix-domain socket relay component of Docker Sandboxes. The relay validates that a requested socket path resides within an authorized workspace directory, but then reconnects to the socket using the original pathname rather than a resolved, validated reference. Between the validation and the connection, a malicious guest can replace an intermediate directory in the path with a symbolic link pointing outside the workspace, causing the host to connect to an arbitrary AF_UNIX socket of the attacker's choosing. This is a local attack requiring the attacker to have code execution inside a Docker Sandbox (Attack Requirements: Present), but no elevated privileges within the guest are needed (GitHub Advisory, Docker sbx-releases v0.42.0).
Successful exploitation allows a malicious guest process to cause the Docker Sandbox host daemon to connect to arbitrary AF_UNIX sockets outside the shared workspace, bypassing the intended isolation boundary. This can expose sensitive data accessible via those host sockets and grant the attacker access to host-side capabilities — such as D-Bus, Docker daemon sockets, or other privileged services — that the targeted socket provides. Both confidentiality and integrity of the host system and subsequent systems are rated High, with potential for significant privilege escalation or lateral movement depending on which host socket is targeted (GitHub Advisory).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation at this time (GitHub Advisory). The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog, and NVD SSVC assessment indicates exploitation is "none" and the attack is not automatable. The EPSS score is approximately 0.106% (1st percentile), reflecting a low near-term exploitation probability. Exploitation requires an attacker to already have code execution inside a Docker Sandbox, limiting the attack surface to compromised or malicious sandbox workloads.
AF_UNIX socket to target (e.g., Docker daemon socket, D-Bus socket)./workspace/legit-dir/target.sock — where legit-dir is a directory the attacker controls within the workspace.legit-dir) with a symbolic link pointing to a directory outside the workspace that contains the target host socket (e.g., /var/run/docker.sock).AF_UNIX socket, exposing the capabilities or data of that socket to the guest (GitHub Advisory)./var/run/, /run/, or /tmp/).AF_UNIX socket connections to paths outside the expected workspace directory; errors or anomalies in socket relay logs around path resolution.Docker has released a fix in Docker Sandboxes version 0.42.0, which resolves this vulnerability. Users running versions 0.37.0 through 0.41.x should upgrade to v0.42.0 immediately (Docker sbx-releases v0.42.0). As a defense-in-depth measure, organizations should restrict guest-to-host socket relay capabilities to only essential services and implement monitoring for suspicious socket connection attempts from sandbox guests. The fix involves validating the socket path at connection time (not only at initial validation) to prevent symlink-based path traversal between check and use.
Docker published a security announcement covering this and related vulnerabilities (Docker Security Announcements). Security news outlets including GBHackers, SecurityOnline, IT Security News, and CyberPress covered the disclosure, generally characterizing it as a significant sandbox escape class vulnerability that was responsibly patched (GBHackers, SecurityOnline). Community discussion on Mastodon/InfoSec.exchange noted the vulnerability's relevance to AI-assisted development workflows where Docker Sandboxes are increasingly used (Infosec.exchange).
Fix availability across major Linux distributions and their releases.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."