This repository contains a security research toolkit designed to detect and demonstrate (PoC) the recently disclosed RCE vulnerabilities affecting React Server Components (RSC) / Next.js.
The toolkit includes:
- Chrome Extension – Automatically detects vulnerable RSC/Next.js applications and provides a PoC trigger in authorized environments.
- Shodan Detection Tool – Searches for potentially vulnerable public hosts using Shodan scanning queries.
- Proxy Helper (extension_proxy.py) – Optional lightweight proxy to bypass CORS restrictions when interacting with remote targets during testing.
⚠️ For educational and research purposes only.
Do not use on systems you do not own or have explicit permission to test.
- Open chrome://extensions
- Enable Developer Mode
- Click Load unpacked
- Select the
chrome_extension/folder
The extension will begin analyzing pages instantly.
Some endpoints enforce strict CORS headers that block detection.
Start the included proxy:
python extension_proxy.pypython shodan_scanner.py