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
Nextjs-middleware-vulnerable-appdemo-CVE-2025-29927 — Intentionally vulnerable Next.js application demonstrating CVE-2025-29927 middleware authorization bypass, designed for security testing and educational practice. | Kitploit
Tools/GitHubGitHub/r3versein/nextjs-middleware-vulnerable-appdemo-cve-2025-29927
Vulnerability AnalysisWeb Application ExploitationCTFPenetration TestingLearning & EducationLabs & Practice
GitHubr3versein/nextjs-middleware-vulnerable-appdemo-cve-2025-29927

Nextjs-middleware-vulnerable-appdemo-CVE-2025-29927

Intentionally vulnerable Next.js application demonstrating CVE-2025-29927 middleware authorization bypass, designed for security testing and educational practice.

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

Vulnerable Next.js App for Pentesting Practice

This is a Next.js application intentionally designed to be vulnerable to CVE-2025-29927: The Next.js Middleware Authorization Bypass Vulnerability.

⚠️ Disclaimer

This application is for educational and ethical hacking purposes only. Do not deploy it to a production environment. The vulnerabilities are intentional and are meant to be used for security testing and practice.

Vulnerability Details

  • CVE ID: CVE-2025-29927
  • Description: The Next.js Middleware Authorization Bypass Vulnerability allows unauthenticated users to access protected routes.
  • Affected Versions: Next.js 13.x

Getting Started

First, run the development server:

root@kitploit:~
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Download Tool