Back to Index

CVE-2025-64424 (Coolio!)

Port: 10005 Source: GitHub

Run Challenge

Download Script

This challenge is pulled from GitHub and run with Docker Compose. Run the following commands in order.

1. Clone the repository

git clone https://github.com/androidteacher/CVE-2025-64424-Coolify-.git

2. Navigate to lab directory

cd CVE-2025-64424-Coolify-/lab

3. Build and start the challenge

docker compose up --build -d

Stop & Cleanup

Finished? Run these commands from the cloned directory to stop and remove the containers.

1. Navigate to lab directory

cd CVE-2025-64424-Coolify-/lab

2. Stop and remove containers

docker compose down