VYPR

Sandboxes

by Docker

CVEs (5)

  • CVE-2026-77179CriSep 15, 2026
    risk 0.61cvss epss 0.00

    On macOS, the virtio-fs host server used by Docker Sandboxes improperly follows symlinks when reopening an unlinked file from a stored path. A malicious guest can replace a parent directory with a symlink, escape the shared workspace, and read or modify arbitrary host files as…

  • CVE-2026-79994HigSep 15, 2026
    risk 0.50cvss epss 0.00

    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,…

  • CVE-2026-18171MedAug 12, 2026
    risk 0.37cvss epss 0.00

    Docker Sandboxes (sbx) applies the read-only intent of a runtime host mount to the in-guest container bind only: the underlying virtio-fs host-edge grant is added to the sandbox's policy-share allowlist with no access mode. The directory stays writable at its shared-export path,…

  • CVE-2026-12539MedJun 18, 2026
    risk 0.37cvss epss 0.00

    Docker Sandboxes (sbx) blocks ICMP egress with an authorizer applied only at network-creation time, and does not re-apply it to networks rebuilt from disk when the Docker daemon restarts, so a restart-surviving sandbox forwards ICMP to arbitrary hosts. A workload inside a…

  • CVE-2026-12039MedJun 18, 2026
    risk 0.37cvss epss 0.00

    Docker Sandboxes (sbx) enforces an HTTP/S-only egress allowlist but does not apply it to DNS resolution: the per-network embedded DNS server forwards any queried name to the host resolver whenever the network is internet-connected, without consulting the policy. A workload…