Docker Desktop
Approved changes feed: RSS · Atom
cpe:2.3:a:docker:docker_desktop:*:*:*:*:*:*:*:*
part: a version: * update: *
| Vendor | Docker (fb312c2d-be4d-5919-b619-61409dcafa2c) |
|---|---|
| Product | Docker Desktop (7ed12a54-7a4d-5b09-b6e3-65d838e11774) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from gcve-enriched-dumps CVE data |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
| No PURL mappings for this CPE yet. | ||
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2026-8936 |
vulnerable | 2026-06-03 15:29:29.866362 |
Unbounded recursion in grpcfuse kernel module allows container to crash Docker Desktop VM
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.
Published: 2026-06-02T21:09:03.375Z
Updated: 2026-06-03T14:08:05.541Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-6406 |
vulnerable | 2026-06-03 15:27:55.261159 |
Docker Desktop Enhanced Container Isolation bypass via --use-api-socket CLI flag
HIGH (8.8)
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.
Published: 2026-05-22T18:32:15.959Z
Updated: 2026-05-23T03:56:00.655Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-5843 |
vulnerable | 2026-06-03 15:27:54.318028 |
Docker Model Runner container-to-host code execution via MLX-LM model_file importlib loading
HIGH (8.2)
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.
Published: 2026-05-22T19:28:38.857Z
Updated: 2026-05-27T03:55:38.188Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-5817 |
vulnerable | 2026-06-03 15:27:54.262367 |
Docker Model Runner container-to-host code execution via unsandboxed trust_remote_code in Python inference backends
HIGH (8.2)
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.
Published: 2026-05-22T19:24:15.662Z
Updated: 2026-05-27T03:55:37.087Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-2664 |
vulnerable | 2026-06-03 15:19:24.729657 |
Out of bounds read vulnerability in grpcfuse kernel module
An out of bounds read vulnerability in the grpcfuse kernel module present in the Linux VM in Docker Desktop for Windows, Linux and macOS up to version 4.61.0 could allow a local attacker to cause an unspecified impact by writing to /proc/docker entries. The issue has been fixed in Docker Desktop 4.62.0 .
Published: 2026-02-24T10:09:18.664Z
Updated: 2026-02-26T08:34:00.870Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-9164 |
vulnerable | 2026-06-03 15:13:45.592518 |
Multiple DLL Search Order Hijacking Vulnerabilities in Docker Desktop Installer for Windows
Docker Desktop Installer.exe is vulnerable to DLL hijacking due to insecure DLL search order. The installer searches for required DLLs in the user's Downloads folder before checking system directories, allowing local privilege escalation through malicious DLL placement.This issue affects Docker Desktop: through 4.48.0.
Published: 2025-10-27T13:53:40.216Z
Updated: 2026-02-26T16:57:05.419Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-9074 |
vulnerable | 2026-06-03 15:13:45.374316 |
Docker Desktop allows unauthenticated access to Docker Engine API from containers
A vulnerability was identified in Docker Desktop that allows local running Linux containers to access the Docker Engine API via the configured Docker subnet, at 192.168.65.7:2375 by default. This vulnerability occurs with or without Enhanced Container Isolation (ECI) enabled, and with or without the "Expose daemon on tcp://localhost:2375 without TLS" option enabled.
This can lead to execution of a wide range of privileged commands to the engine API, including controlling other containers, creating new ones, managing images etc. In some circumstances (e.g. Docker Desktop for Windows with WSL backend) it also allows mounting the host drive with the same privileges as the user running Docker Desktop.
Published: 2025-08-20T13:28:35.553Z
Updated: 2026-02-26T17:48:24.266Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-6587 |
vulnerable | 2026-06-03 15:12:28.125775 |
Exposure of system environment variables in Docker Desktop diagnostic logs
System environment variables are recorded in Docker Desktop diagnostic logs, when using shell auto-completion. This leads to unintentional disclosure of sensitive information such as api keys, passwords, etc.
A malicious actor with read access to these logs could obtain secrets and further use them to gain unauthorized access to other systems. Starting with version 4.43.0 Docker Desktop no longer logs system environment variables as part of diagnostics log collection.
Published: 2025-07-03T10:03:27.155Z
Updated: 2026-02-26T18:27:56.445Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-4095 |
vulnerable | 2026-06-03 15:01:46.736137 |
Registry Access Management (RAM) policies not applied when sign-in enforcement is configured via a configuration profile
Registry Access Management (RAM) is a security feature allowing administrators to restrict access for their developers to only allowed registries. When a MacOS configuration profile is used to enforce organization sign-in, the RAM policies are not being applied, which would allow Docker Desktop users to pull down unapproved, and potentially malicious images from any registry.
Published: 2025-04-29T17:16:16.894Z
Updated: 2025-04-29T18:00:02.591Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-3911 |
vulnerable | 2026-06-03 15:01:05.925065 |
Exposure in Docker Desktop logs of environment variables configured for running containers
Recording of environment variables, configured for running containers, in Docker Desktop application logs could lead to unintentional disclosure of sensitive information such as api keys, passwords, etc.
A malicious actor with read access to these logs could obtain sensitive credentials information and further use it to gain unauthorized access to other systems. Starting with version 4.41.0, Docker Desktop no longer logs environment variables set by the user.
Published: 2025-04-29T17:20:34.740Z
Updated: 2025-04-29T17:58:50.628Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-3224 |
vulnerable | 2026-06-03 15:01:04.054733 |
Elevation of Privilege in Docker Desktop for Windows during Upgrade due to Insecure Directory Deletion
A vulnerability in the update process of Docker Desktop for Windows versions prior to 4.41.0 could allow a local, low-privileged attacker to escalate privileges to SYSTEM. During an update, Docker Desktop attempts to delete files and subdirectories under the path C:\ProgramData\Docker\config with high privileges. However, this directory often does not exist by default, and C:\ProgramData\ allows normal users to create new directories. By creating a malicious Docker\config folder structure at this location, an attacker can force the privileged update process to delete or manipulate arbitrary system files, leading to Elevation of Privilege.
Published: 2025-04-28T19:21:15.851Z
Updated: 2025-04-28T19:43:24.060Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-1696 |
vulnerable | 2026-06-03 14:59:06.157220 |
Exposure of Proxy Credentials in Docker Desktop Logs
A vulnerability exists in Docker Desktop prior to version 4.39.0 that could lead to the unintentional disclosure of sensitive information via application logs. In affected versions, proxy configuration data—potentially including sensitive details—was written to log files in clear text whenever an HTTP GET request was made through a proxy. An attacker with read access to these logs could obtain the proxy information and leverage it for further attacks or unauthorized access. Starting with version 4.39.0, Docker Desktop no longer logs the proxy string, thereby mitigating this risk.
Published: 2025-03-06T11:58:43.389Z
Updated: 2025-03-06T16:15:52.078Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-13743 |
vulnerable | 2026-06-03 14:58:53.559160 |
Expired Personal Access Tokens (PATs) are recorded in Docker Desktop diagnostic logs
Docker Desktop diagnostics bundles were found to include expired Hub PATs in log output due to error object serialization. This poses a risk of leaking sensitive information in exported diagnostics, especially when access denied errors occurred.
Published: 2025-12-09T20:39:52.071Z
Updated: 2025-12-10T15:45:17.295Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-10657 |
vulnerable | 2026-06-03 14:58:34.520552 |
Docker Desktop with ECI Fails to Enforce Socket Command Restrictions
In a hardened Docker environment, with Enhanced Container Isolation ( ECI https://docs.docker.com/enterprise/security/hardened-desktop/enhanced-container-isolation/ ) enabled, an administrator can utilize the command restrictions feature https://docs.docker.com/enterprise/security/hardened-desktop/enhanced-container-isolation/config/#command-restrictions to restrict commands that a container with a Docker socket mount may issue on that socket.
Due to a software bug, the configuration to restrict commands was ignored when passed to ECI, allowing any command to be executed on the socket. This grants excessive privileges by permitting unrestricted access to powerful Docker commands.
The vulnerability affects only Docker Desktop 4.46.0 users that have ECI enabled and are using the Docker socket command restrictions feature. In addition, since ECI restricts mounting the Docker socket into containers by default, it only affects containers which are explicitly allowed by the administrator to mount the Docker socket.
Published: 2025-09-26T21:05:19.043Z
Updated: 2026-02-26T17:47:53.364Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-9348 |
vulnerable | 2026-06-03 14:58:21.052599 |
Docker Desktop before v4.34.3 allows RCE via unsanitized GitHub source link in Build view
Docker Desktop before v4.34.3 allows RCE via unsanitized GitHub source link in Build view.
Published: 2024-10-16T14:50:06.031Z
Updated: 2024-10-17T13:30:08.548Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-8696 |
vulnerable | 2026-06-03 14:58:19.182351 |
A remote code execution (RCE) vulnerability via crafted extension publisher-url/additional-urls could be abused by a malicious extension in Docker Desktop before 4.34.2.
A remote code execution (RCE) vulnerability via crafted extension publisher-url/additional-urls could be abused by a malicious extension in Docker Desktop before 4.34.2.
Published: 2024-09-12T17:54:34.968Z
Updated: 2024-09-12T19:27:18.773Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-8695 |
vulnerable | 2026-06-03 14:58:19.180868 |
A remote code execution (RCE) vulnerability via crafted extension description/changelog could be abused by a malicious extension in Docker Desktop before 4.34.2.
A remote code execution (RCE) vulnerability via crafted extension description/changelog could be abused by a malicious extension in Docker Desktop before 4.34.2.
Published: 2024-09-12T17:52:55.491Z
Updated: 2024-09-12T19:14:03.622Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-5166 |
vulnerable | 2026-06-03 14:53:47.872855 |
Docker Desktop before 4.23.0 allows Access Token theft via a crafted extension icon URL
HIGH (8)
Docker Desktop before 4.23.0 allows Access Token theft via a crafted extension icon URL.
This issue affects Docker Desktop: before 4.23.0.
Published: 2023-09-25T15:30:10.164Z
Updated: 2024-09-24T15:54:17.938Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-5165 |
vulnerable | 2026-06-03 14:53:47.872240 |
Docker Desktop before 4.23.0 allows Enhanced Container Isolation bypass via debug shell
HIGH (7.1)
Docker Desktop before 4.23.0 allows an unprivileged user to bypass Enhanced Container Isolation (ECI) restrictions via the debug shell which remains accessible for a short time window after launching Docker Desktop. The affected functionality is available for Docker Business customers only and assumes an environment where users are not granted local root or Administrator privileges.
This issue has been fixed in Docker Desktop 4.23.0.
Affected Docker Desktop versions: from 4.13.0 before 4.23.0.
Published: 2023-09-25T15:29:12.869Z
Updated: 2024-09-24T15:55:38.645Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-1802 |
vulnerable | 2026-06-03 14:48:56.528839 |
In Docker Desktop 4.17.x the Artifactory Integration falls back to sending registry credentials over plain HTTP if the HTTPS health check has failed
MEDIUM (5.9)
In Docker Desktop 4.17.x the Artifactory Integration falls back to sending registry credentials over plain HTTP if the HTTPS health check has failed. A targeted network sniffing attack can lead to a disclosure of sensitive information. Only users who have Access Experimental Features enabled and have logged in to a private registry are affected.
Published: 2023-04-06T08:52:19.506Z
Updated: 2025-02-10T20:22:38.457Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-0633 |
vulnerable | 2026-06-03 14:48:52.284798 |
In Docker Desktop on Windows before 4.12.0 an argument injection to installer may result in LPE
HIGH (7.2)
In Docker Desktop on Windows before 4.12.0 an argument injection to installer may result in local privilege escalation (LPE).This issue affects Docker Desktop: before 4.12.0.
Published: 2023-09-25T15:32:20.271Z
Updated: 2024-09-24T14:59:18.568Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-0629 |
vulnerable | 2026-06-03 14:48:52.279657 |
Docker Desktop before 4.17.0 allows an unprivileged user to bypass Enhanced Container Isolation restrictions via the raw Docker socket and launch privileged containers
HIGH (7.1)
Docker Desktop before 4.17.0 allows an unprivileged user to bypass Enhanced Container Isolation (ECI) restrictions by setting the Docker host to docker.raw.sock, or npipe:////.pipe/docker_engine_linux on Windows, via the -H (--host) CLI flag or the DOCKER_HOST environment variable and launch containers without the additional hardening features provided by ECI. This would not affect already running containers, nor containers launched through the usual approach (without Docker's raw socket).
The affected functionality is available for Docker Business customers only and assumes an environment where users are not granted local root or Administrator privileges.
This issue has been fixed in Docker Desktop 4.17.0.
Affected Docker Desktop versions: from 4.13.0 before 4.17.0.
Published: 2023-03-13T11:16:41.171Z
Updated: 2025-02-27T20:12:56.479Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-0628 |
vulnerable | 2026-06-03 14:48:52.279285 |
Docker Desktop before 4.17.0 allows an attacker to execute an arbitrary command inside a Dev Environments container during initialization by tricking a user to open a crafted malicious docker-desktop:// URL
MEDIUM (6.1)
Docker Desktop before 4.17.0 allows an attacker to execute an arbitrary command inside a Dev Environments container during initialization by tricking a user to open a crafted malicious docker-desktop:// URL.
Published: 2023-03-13T11:16:30.426Z
Updated: 2025-02-27T19:58:18.915Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-0627 |
vulnerable | 2026-06-03 14:48:52.278933 |
Docker Desktop 4.11.x allows --no-windows-containers flag bypass
MEDIUM (6.7)
Docker Desktop 4.11.x allows --no-windows-containers flag bypass via IPC response spoofing which may lead to Local Privilege Escalation (LPE).This issue affects Docker Desktop: 4.11.X.
Published: 2023-09-25T15:31:58.782Z
Updated: 2024-09-24T15:37:48.589Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-0626 |
vulnerable | 2026-06-03 14:48:52.278515 |
Docker Desktop before 4.12.0 is vulnerable to RCE via query parameters in message-box route
HIGH (8)
Docker Desktop before 4.12.0 is vulnerable to RCE via query parameters in message-box route.
This issue affects Docker Desktop: before 4.12.0.
Published: 2023-09-25T15:31:38.283Z
Updated: 2024-09-24T15:38:38.480Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-0625 |
vulnerable | 2026-06-03 14:48:52.277994 |
Docker Desktop before 4.12.0 is vulnerable to RCE via a crafted extension description or changelog
HIGH (8)
Docker Desktop before 4.12.0 is vulnerable to RCE via a crafted extension description or changelog.
This issue affects Docker Desktop: before 4.12.0.
Published: 2023-09-25T15:31:09.114Z
Updated: 2024-09-24T15:39:13.171Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-26659 |
vulnerable | 2026-06-03 14:46:43.688102 |
Details available
Docker Desktop installer on Windows in versions before 4.6.0 allows an attacker to overwrite any administrator writable files by creating a symlink in place of where the installer writes its log file. Starting from version 4.6.0, the Docker Desktop installer, when run elevated, will write its log files to a location not writable by non-administrator users.
Published: 2022-03-25T20:50:50.000Z
Updated: 2024-08-03T05:11:43.336Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-23774 |
vulnerable | 2026-06-03 14:46:28.346907 |
Details available
Docker Desktop before 4.4.4 on Windows allows attackers to move arbitrary files.
Published: 2022-02-01T05:30:18.000Z
Updated: 2024-08-03T03:51:45.986Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-44719 |
vulnerable | 2026-06-03 14:45:36.957296 |
Details available
Docker Desktop 4.3.0 has Incorrect Access Control.
Published: 2022-05-25T15:31:52.000Z
Updated: 2024-08-04T04:32:12.296Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-11492 |
vulnerable | 2026-06-03 14:41:26.176076 |
Details available
An issue was discovered in Docker Desktop through 2.2.0.5 on Windows. If a local attacker sets up their own named pipe prior to starting Docker with the same name, this attacker can intercept a connection attempt from Docker Service (which runs as SYSTEM), and then impersonate their privileges.
Published: 2020-06-05T13:10:17.000Z
Updated: 2024-08-04T11:35:12.463Z |
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.