Docker, Inc.
Docker (Desktop)
See the latest tracked release, confirm when it was published, and subscribe for update emails.
4.76.0
- Release date
- June 01, 2026
- Security status
- 4 high-severity CVEs tracked in the last 90 days. Current version not affected.
Source
Vendor Release Information
Public release notes are linked for the latest stored release.
Release history
See the latest published releases stored for this product.
| Version | Published | Notes |
|---|---|---|
| 4.76.0 | 2026-06-01 | Release Notes |
| 4.75.0 | 2026-05-25 | Release Notes |
| 4.74.0 | 2026-05-19 | Release Notes |
| 4.73.1 | 2026-05-13 | Release Notes |
| 4.73.0 | 2026-05-11 | Release Notes |
| 4.72.0 | 2026-05-06 | Release Notes |
| 4.71.0 | 2026-04-27 | Release Notes |
| 4.70.0 | 2026-04-20 | Release Notes |
| 4.69.0 | 2026-04-13 | Release Notes |
| 4.68.0 | 2026-04-07 | Release Notes |
| 4.67.0 | 2026-03-30 | Release Notes |
| 4.66.1 | 2026-03-26 | Release Notes |
Vulnerability tracking
versionPing monitors CVEs for this product. Matching CVEs are listed below. We only display CVEs with a CVSS score of 7.0 or higher that were published within the last 90 days.
Affected status is inferred from published affected version ranges where available. Always verify against the vendor advisory before making production decisions.
| CVE | Severity | Published | Status | Summary |
|---|---|---|---|---|
| CVE-2026-8936 | HIGH (8.2) | 2026-06-02 | Current versionnot affected | Fixed a VM panic caused by unbounded recursion in the grpcfuse kernel module when a container created deeply nested directories on a bind-mounted host folder and triggered a dentry invalidation event. This issue has been fixed in Docker Desktop 4.76.0. Affected versions
|
| CVE-2026-5843 | HIGH (8.8) | 2026-05-22 | Current versionnot affected | The MLX inference backend in Docker Model Runner on macOS uses the MLX-LM library, which unconditionally imports and executes arbitrary Python files from model directories via the model_file configuration field in config.json. When a model's config.json specifies a model_file pointing to a Python file, MLX-LM uses importlib to load and execute it with no trust_remote_code gate or equivalent safety check. The MLX backend runs without sandboxing, resulting in arbitrary code execution on the Docker host as the Docker Desktop user. Any container on the Docker network can trigger this by calling the model-runner.docker.internal API to pull a malicious model from an attacker-controlled OCI registry and request inference. Affected versions
|
| CVE-2026-5817 | HIGH (8.8) | 2026-05-22 | Current versionnot affected | The vllm-metal inference backend in Docker Model Runner on macOS unconditionally sets trust_remote_code=True when loading model tokenizers, and runs without sandboxing. This causes transformers.AutoTokenizer.from_pretrained() to import and execute arbitrary Python files included in any model pulled from an OCI registry, resulting in arbitrary code execution on the Docker host as the Docker Desktop user when inference is triggered. Any container on the Docker network can trigger this by calling the model-runner.docker.internal API to pull a malicious model and request inference. Affected versions
|
| CVE-2026-6406 | HIGH (8.8) | 2026-05-22 | Current versionnot affected | The Docker CLI --use-api-socket flag bypasses Enhanced Container Isolation (ECI) restrictions in Docker Desktop. When ECI is enabled, Docker socket mounts from containers are denied unless explicitly allowed via the admin-settings configuration. However, the --use-api-socket flag adds the Docker socket mount via the HostConfig.Mounts field rather than the HostConfig.Binds field. The ECI enforcement in the Docker Desktop API proxy only inspected Binds, allowing the mount to pass unchecked. This grants a container full access to the Docker Engine socket and, if the host user has logged in to container registries, their authentication credentials. A local attacker with the ability to run Docker CLI commands can exploit this to escape ECI restrictions, access the Docker Engine, and potentially escalate privileges. Affected versions
|