Felix Boulet

#1189of 53,632
181.6Total CVSS
Vulnerabilities · 22
Medium
1
High
17
Critical
4
PT-2025-34057
9.3
2025-08-20
Docker · Docker Desktop · CVE-2025-9074
**Name of the Vulnerable Software and Affected Versions** Docker Desktop versions prior to 4.44.3 **Description** A flaw in the container isolation mechanism of Docker Desktop for Windows and macOS allows local Linux containers to gain unauthenticated access to the Docker Engine API via the configured Docker subnet, typically at '192.168.65.7:2375'. This issue persists regardless of whether Enhanced Container Isolation (ECI) is enabled or if the option to expose the daemon on 'tcp://localhost:2375' without TLS is active. An attacker can exploit this via Server-Side Request Forgery (SSRF) to execute privileged commands, such as managing images and controlling or creating new containers. On Windows systems using the WSL backend, this can lead to a full container escape, allowing the attacker to mount the host drive, read sensitive files, and overwrite system DLLs with the privileges of the user running Docker Desktop. On macOS, while system safeguards provide more protection against unauthorized file access, an attacker can still gain full control over the Docker application and its containers. Technical details include the use of the '/containers/create' and '/containers/{id}/start' API endpoints to deploy privileged containers with host bind mounts. **Recommendations** Update to Docker Desktop version 4.44.3 or later. As a temporary workaround, block container access to the 192.168.65.0/24 subnet on ports 2375-2376 using the host firewall.