React2Shell - CVE-2025-55182 + CVE-2025-66478
This is the follow-up to the HackIndex exploitation write-up. React2Shell is an unauthenticated pre-auth RCE in the React Server Components (RSC) Flight protocol. The Next.js CVE (CVE-2025-66478) tracks the downstream impact on App Router deployments and is treated as a merged/duplicate of the upstream React CVE.
The only meaningful “protect” here is patching. Everything else is delay tactics.
Pull the lab and start it
This brings up the Next app on :3000 and SSH on :2222.
SSH in with webadmin account
Password: TrainingPassword123!
Patch from inside the container
You’re going to stop the Next process, upgrade the vulnerable packages, rebuild .next, then start again under Supervisor.
Those are the repo’s intended mitigation steps.
Was this helpful?
Your feedback helps improve this page.