
This repository is a small local lab to understand how CVE-2025-55182 works in practice on a deliberately vulnerable React Server Components / Next.js application.
It is meant for education, blue teaming and secure development awareness only.
For the full write-up and background, see:
https://medium.com/@terwaljoop/cve-2025-55182-how-this-rce-works-in-the-real-world-b7d0564e5466
By using this lab you accept that you are responsible for your own actions.
vulreactapp/
├─ vuln-app-CVE-2025-55182/ # Vulnerable Next.js / RSC app
│ ├─ app/
│ ├─ curl_id.sh # Helper script to trigger RCE in the lab
│ ├─ next.config.js
│ ├─ package.json
│ ├─ package-lock.json
│ └─ ...
└─ react2shell-scanner/ # Optional scanner helper (nuclei etc.)
├─ list.txt
├─ scan.yaml
├─ scanner.py
└─ ...