Vulnerability 3: Remote Code Execution via Exposed Docker Daemon
The Docker Engine - TCP Sockets Edition
The Vulnerability
Enumerating: Finding Out if a Device Has Docker Remotely Accessible
cmnatic@attack-machine:~$ nmap -sV -p 2375 MACHINE_IP
Starting Nmap 7.80 ( https://nmap.org ) at 2024-01-02 21:27 GMT
Nmap scan report for docker-host (MACHINE_IP)
Host is up (0.0018s latency).
Not shown: 65531 closed ports
PORT STATE SERVICE VERSION
2375/tcp open docker Docker 20.10.20 (API 1.41)Executing Docker Commands on Our Target
What Now
Command
Description
Last updated