一个以新闻/博客门户为主题的现代 Next.js 漏洞 Web 应用,针对 CVE-2025-55182 (React) 和 CVE-2025-66478 (Next.js),用于学习、检测并安全地演练 React2Shell。运行未打补丁的 React 19.0.0 和 Next.js 15.0.3。
一个以新闻/博客门户为主题的现代 Next.js Web 应用,用于学习、检测并安全地演练 CVE-2025-55182(React)和 CVE-2025-66478(Next.js)对应的 React2Shell。运行未修补的 React 19.0.0 和 Next.js 15.0.3。
# 1. Start the lab
docker-compose up -d
# 2. Open the app
http://localhost:3000
# 3. Stop when done
docker-compose down
类生产环境的手动运行方式:
npm install --legacy-peer-deps
npm run build
npm start
# Visit http://localhost:3000
带热重载的开发模式:
npm install --legacy-peer-deps
npm run dev
注意事项:
常用命令:
docker-compose ps
docker-compose logs -f hi-react2shell-tribune
docker-compose restart
docker-compose build --no-cache && docker-compose up -d
相关受影响版本:
本项目采用 Apache License 2.0 许可证。详见 LICENSE。
📬 联系我们:[email protected]