Description
The guest-to-host Unix-domain socket relay in Docker Sandboxes validates that a socket path is inside an authorized workspace, but later reconnects using the pathname. A malicious guest can replace an intermediate directory with a symlink between validation and connection, causing the host to connect to an arbitrary AF_UNIX socket outside the shared workspace. This can expose data or host-side capabilities provided by the targeted socket.
Published: 2026-09-15
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized host socket access leading to data exposure or exploitation of host capabilities
Action: Adopt Workaround
AI Analysis

Impact

The guest‑to‑host Unix-domain socket relay in Docker Sandboxes first verifies that a target socket path resides inside an authorized workspace, but later reconnects using the literal pathname. A malicious container can perform a time‑of‑check to time‑of‑use race by replacing an intermediate directory with a symbolic link between the validation and the connection steps, causing the host to connect to an arbitrary AF_UNIX socket outside the shared workspace. This can expose data or host‑side capabilities that the targeted socket provides.

Affected Systems

Docker Sandboxes components that expose the guest‑to‑host Unix‑domain socket relay are affected; the CVE description does not specify which releases contain the flaw, so any version that implements the described logic is potentially vulnerable.

Risk and Exploitability

The CVSS score of 8.7 reflects high severity, but the EPSS score of less than 1% indicates a very low likelihood of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires a malicious or compromised guest capable of orchestrating a symlink race, so the attack vector is local to the host environment’s container infrastructure. If successful, the host’s arbitrary socket can be accessed, potentially leaking sensitive data or enabling further attacks against host processes.

Generated by OpenCVE AI on September 16, 2026 at 19:57 UTC.

Remediation

Vendor Workaround

Use --clone mode and avoid additional read-write host mounts: https://docs.docker.com/ai/sandboxes/usage/#clone-mode


OpenCVE Recommended Actions

  • Run Sandboxes using the --clone mode flag and avoid adding additional read‑write host mounts
  • Restrict the host sockets mounted into Sandboxes to only those strictly necessary
  • Keep Docker Sandboxes up to date and apply new releases when they become available

Generated by OpenCVE AI on September 16, 2026 at 19:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 16 Sep 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 16 Sep 2026 00:00:00 +0000

Type Values Removed Values Added
First Time appeared Docker sandboxes
Vendors & Products Docker sandboxes

Tue, 15 Sep 2026 22:30:00 +0000

Type Values Removed Values Added
References

Tue, 15 Sep 2026 21:45:00 +0000

Type Values Removed Values Added
References

Tue, 15 Sep 2026 20:45:00 +0000

Type Values Removed Values Added
Description The guest-to-host Unix-domain socket relay in Docker Sandboxes validates that a socket path is inside an authorized workspace, but later reconnects using the pathname. A malicious guest can replace an intermediate directory with a symlink between validation and connection, causing the host to connect to an arbitrary AF_UNIX socket outside the shared workspace. This can expose data or host-side capabilities provided by the targeted socket.
Title Docker Sandboxes UDS forwarder can reach arbitrary host Unix sockets through a symlink race
First Time appeared Docker
Docker docker Sandboxes
Weaknesses CWE-367
CPEs cpe:2.3:a:docker:docker_sandboxes:*:*:*:*:*:*:*:*
Vendors & Products Docker
Docker docker Sandboxes
References
Metrics cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N'}


Subscriptions

Docker Docker Sandboxes Sandboxes
cve-icon MITRE

Status: PUBLISHED

Assigner: Docker

Published:

Updated: 2026-09-16T17:57:02.176Z

Reserved: 2026-08-25T16:47:15.411Z

Link: CVE-2026-79994

cve-icon Vulnrichment

Updated: 2026-09-16T17:56:59.137Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-15T21:16:42.913

Modified: 2026-09-16T20:38:33.883

Link: CVE-2026-79994

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T20:00:05Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition