
NextSploit is a command-line tool designed to detect and exploit CVE-2025-29927, a security flaw in Next.js
NextSploit is a command-line tool designed to detect and exploit CVE-2025-29927, a security flaw in Next.js. The tool first identifies if a target website is running Next.js and determines whether its version falls within the vulnerable range. If the website is confirmed to be vulnerable, the tool automatically attempts to exploit the issue by bypassing middleware protections, potentially granting unauthorized access to restricted pages.
Clone the repository:
git clone https://github.com/AnonKryptiQuz/NextSploit.git
cd NextSploit
Install required Python packages:
pip install -r requirements.txt
Download ChromeDriver
Ensure ChromeDriver is installed and accessible:
🔗 ChromeDriver Download
GeckoDriver
🦊 Ensure GeckoDriver is installed and accessible
✅️ Run the tool:
python NextSploit.py
✅️ Follow the prompts:
Fast, Balanced, or Full).✅️ Testing for Vulnerability:
✅️ Launching Browser for Exploitation:
To understand the details of CVE-2025-29927, its impact, and potential mitigations, visit the official NIST National Vulnerability Database (NVD) page:
This page includes an in-depth analysis, severity rating, and any patches or fixes provided by the Next.js team.
Created by: AnonKryptiQuz