Back to Index

NextJS CVE (Red57)

Port: 9030:3000 Docker Image: joshbeck2024/ctf-cve-2025-29927

Run Challenge

Download Script

Copy and paste this command into your terminal to start the challenge.

docker run -d -p 9030:3000 --name flag-red57 --restart always joshbeck2024/ctf-cve-2025-29927

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag-red57 && docker rm flag-red57