Share
## https://sploitus.com/exploit?id=4CB6FD62-6E4E-520D-9F3A-F6876100CE60
# ๐Ÿ“ฆ Next.js CVE-2025-29927 - Proof of Concept

This repository contains a minimal Proof of Concept (PoC) for exploiting [CVE-2025-29927](https://github.com/DataDog/security-labs-pocs/tree/main/proof-of-concept-exploits/nextjs-cve-2025-29927), a high-severity vulnerability affecting specific versions of Next.js that allows unauthorized access to internal application files through crafted URLs.

## โš ๏ธ Disclaimer

> This code is intended for **educational and authorized security research** only. Do not use it on systems you do not own or have explicit permission to test.

---

## ๐Ÿš€ Getting Started

### ๐Ÿ”ง Prerequisites

- Docker
- Git
- Python3.8+
- - requests, urllib.parse, re, sys

### ๐Ÿ“ฅ Clone the Repository

```bash
git clone https://github.com/liamromanis101/CVE-2025-29927-NextJS
cd CVE-2025-29927-NextJS
python3 cbe-2025-29927.py 
```

### ๐Ÿ–ผ๏ธ Screenshot

![Exploit Screenshot](screenshot.png)