Testing environment for trying CVE-2025-66478
rsc-redteam-lab/
├── .tool-versions # asdf Node.js version
├── package.json # Dependencies (webpack 19.0.0 only)
├── .babelrc # Babel configuration
├── webpack.config.js # Webpack configuration
├── Dockerfile # Container definition
├── docker-compose.yml # Docker orchestration
├── test-rsc.js # Basic test script
└── src/
├── index.html # HTML template
├── index.jsx # Entry point
├── App.jsx # Main component
└── ServerComponent.jsx # Test component
Init:
[sudo] docker-compose up