
A vulnerability has been identified in Docker Desktop. A remote attacker could exploit this vulnerability to trigger security restriction bypass on the targeted system.
A critical CVE-2025-9074 vulnerability in Docker Desktop enables locally running Linux containers to connect to the Docker Engine API through the default subnet (192.168.65.7:2375). The issue persists regardless of Enhanced Container Isolation (ECI) or TCP exposure settings. Proof of Concept exploit code is publicly available for CVE-2025-9074. The vulnerability may allow unauthorized access to user files on the host system. Hence, the risk level is rated as High Risk.
A standalone Bash script to exploit exposed Docker APIs (typically port 2375) without authentication. This tool automates container breakout via volume mounting, allowing for arbitrary command execution on the host system with root/admin privileges.
/:/host_root or /mnt/host/c:/host_root).curl, grep, and sed. No jq or external binaries required.chmod +x exploit.sh
./exploit.sh <TARGET_IP> <COMMAND> [PORT]
