
Une application web moderne vulnérable Next.js, présentée sous forme de portail d'actualités / blog pour les CVE-2025-55182 (React) et CVE-2025-66478 (Next.js) afin d'apprendre, détecter et exercer en toute sécurité React2Shell. Fonctionne avec React 19.0.0 et Next.js 15.0.3 non patchés.
Une application web Next.js moderne, thématisée comme un portail d'actualités / blog pour CVE-2025-55182 (React) et CVE-2025-66478 (Next.js) afin d'apprendre, détecter et exercer React2Shell en toute sécurité. Exécute React 19.0.0 et Next.js 15.0.3 non patchés.
# 1. Start the lab
docker-compose up -d
# 2. Open the app
http://localhost:3000
# 3. Stop when done
docker-compose down
Exécution manuelle de type production :
npm install --legacy-peer-deps
npm run build
npm start
# Visit http://localhost:3000
Développement avec rechargement à chaud :
npm install --legacy-peer-deps
npm run dev
Remarques :
Commandes utiles :
docker-compose ps
docker-compose logs -f hi-react2shell-tribune
docker-compose restart
docker-compose build --no-cache && docker-compose up -d
Versions affectées pertinentes :
Ce projet est sous licence Apache License 2.0. Voir LICENSE pour plus de détails.
📬 Contactez-nous : [email protected]