## https://sploitus.com/exploit?id=E5BDD206-20FE-5486-96E9-0B01196A5B58
# CVE-2025-55182 Exploit
A simple python script that exploits the vulerability in React Server Components in CVE-2025-55182 by injecting a shell in the application. The script is tested on Next.js version 16.0.6
## Usage
Clone the repository
```
git clone https://github.com/ahmedshamsddin/CVE-2025-55182-Exploit
```
Run vulnerable app
```
cd CVE-2025-55182-Exploit/vulnerable-app
npm install
npm run dev
```
Run exploit
```
python exploit.py
```

Disclaimer: This lab is for educational purposes only