
* React2Shell-CVE-2025-55182
Demo di vulnerabilità di sicurezza critica - CVSS 10.0 - Esecuzione remota di codice in React Server Components
SOLO PER SCOPI EDUCATIVI!
Questo repository dimostra una vulnerabilità di sicurezza critica.
Non utilizzarlo mai su sistemi di produzione o reti esposte.
# Pull and run directly
docker run -p 3000:3000 ihsansencan/react2shell:latest
# CVE
docker run -p 3000:3000 ihsansencan/react2shell:cve-2025-55182
docker run -p 3000:3000 ihsansencan/react2shell:cve-2025-66478
# Versioned
docker run -p 3000:3000 ihsansencan/react2shell:v1.0
# 1. Build the vulnerable container
docker build -t cve-2025-55182-poc .
# 2. Run the demo
docker run -p 3000:3000 --name react2shell cve-2025-55182-poc
# 3. Open browser
# http://localhost:3000
La vulnerabilità consente:
📁 Struttura del progetto
/react2shell
├── Dockerfile
├── package.json
├── next.config.js
├── app/
│ ├── actions.js
│ ├── layout.js
│ ├── page.js
│ └── api/
│ └── command/
│ └── route.js
├── README.md
├── LICENSE
└── img/
├── 1.png
├── 2.png
└── 3.png
🚀 Screenshot della demo

🔒 Patch
# IMMEDIATE FIX
npm install [email protected] [email protected] [email protected]
Buon coding! 💻
Realizzato con ❤️ da Ihsan Sencan
⭐ Metti una stella a questo repo se lo trovi utile! ⭐