ssh-lab
A service built from the local Dockerfile that runs OpenSSH server on port 22 (mapped to host port 2222) and includes sudo 1.9.16p2. A user 'pwn' with password 'pwn' is created for SSH access.
docker-compose.yml:2-5Dockerfile:1-24File viewing is interactive and short-lived. Downloads are password-protected ZIP archives using password eip.
A single-service Docker Compose environment that builds an Ubuntu 24.04 container running OpenSSH server and a specific version of sudo (1.9.16p2). The README associates it with CVE-2025-32463 and provides a command to connect via pwncat.
docker-compose.yml:1-5Dockerfile:1-24README.md:1-10The repository name and README explicitly reference CVE-2025-32463, and the Dockerfile installs a specific sudo version (1.9.16p2) alongside an SSH server, creating a controlled environment for vulnerability research or exploitation.
README.md:1Dockerfile:9-13A service built from the local Dockerfile that runs OpenSSH server on port 22 (mapped to host port 2222) and includes sudo 1.9.16p2. A user 'pwn' with password 'pwn' is created for SSH access.
docker-compose.yml:2-5Dockerfile:1-24Insufficient evidence
The README and repository name claim association with CVE-2025-32463, but no exploit code, vulnerability details, or configuration specific to the CVE is visible in the supplied evidence. The installed sudo version (1.9.16p2) may be relevant, but the connection cannot be confirmed from the packet alone.
README.md:1Dockerfile:9-13README.md:5-6README.md:6README.md:5-6README.md:6The environment exposes only an SSH server on a mapped port and installs a specific sudo version. No hidden or unnecessary host escape, persistence, credential theft, or external connectivity is visible. The port mapping and user creation are consistent with a vulnerability lab.
docker-compose.yml:1-5Dockerfile:1-24This review is limited to the supplied lab evidence packet. It does not assert that the environment runs, reproduces a vulnerability, or is safe to execute. Contract: eip-docker-lab-analysis-v1.