Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-29927 — Local testing environment for Next.js middleware authorization bypass vulnerability (CVE-2025-29927). Demonstrates exploitation via crafted x-middleware-subrequest headers for security research and defense testing. | Kitploit
Tools/GitHubGitHub/lem0n817/cve-2025-29927
Authentication & AuthorizationVulnerability AnalysisWeb Application ExploitationPenetration TestingMisconfigurationLearning & Education
GitHublem0n817/cve-2025-29927

CVE-2025-29927

Local testing environment for Next.js middleware authorization bypass vulnerability (CVE-2025-29927). Demonstrates exploitation via crafted x-middleware-subrequest headers for security research and defense testing.

View Repository
221 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Next.js Middleware Authorization Bypass Vulnerability Test Environment (CVE-2025-29927)

📌 Project Overview

This repository provides a local environment for testing the Next.js middleware authorization bypass vulnerability (CVE-2025-29927). This vulnerability allows attackers to bypass middleware security controls by constructing a special x-middleware-subrequest request header.

🚀 Quick Start

Installation Steps

root@kitploit:~
# Clone repository
git clone https://github.com/lem0n817/CVE-2025-29927.git
cd CVE-2025-29927

# Install dependencies
npm install

Launch Environment

root@kitploit:~
npm run build
npm run start

The application will run at http://localhost:3000

⚠️ Disclaimer

This project is intended for:

  • Security research
  • Vulnerability education
  • Defense solution testing
Download Tool