Share
## https://sploitus.com/exploit?id=5D09AE6A-58F5-52B8-8196-43CA7A2819BF
# 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
```

Run vulnerable app
```
cd CVE-2025-55182/vulnerable-app
npm install
npm run dev
```

Run exploit
```
python exploit.py
```
![shell image](shell.PNG)

Disclaimer: This lab is for educational purposes only