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 — Next.js 中间件授权绕过漏洞测试环境 (CVE-2025-29927) | Kitploit
Tools/GitHubGitHub/lem0n817/cve-2025-29927
Authentication & AuthorizationVulnerability AnalysisWeb Application ExploitationPenetration TestingMisconfigurationLearning & Education
GitHublem0n817/cve-2025-29927

CVE-2025-29927

Next.js 中间件授权绕过漏洞测试环境 (CVE-2025-29927)

View Repository
21 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