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_Auth_Bypass — Next.js Auth Bypass PoC Edge Runtime Env Leak via Middleware Bug | Kitploit
Tools/GitHubGitHub/moften/cve-2025-29927_next.js_auth_bypass
Authentication & AuthorizationVulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubmoften/cve-2025-29927_next.js_auth_bypass

CVE-2025-29927_Next.js_Auth_Bypass

Next.js Auth Bypass PoC Edge Runtime Env Leak via Middleware Bug

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View RepositoryWebsite
1311 months agoNot yet reviewed

CVE-2025-29927 - Next.js Auth Bypass PoC

This is a Proof of Concept (PoC) in Python to detect the critical vulnerability CVE-2025-29927 that affects applications developed with Next.js, specifically when they use middleware for authorization.

📌 The vulnerability allows completely bypassing authentication, accessing protected routes if the middleware is poorly implemented.


🧠 Description

CVE-2025-29927 allows attackers to bypass Next.js authentication middleware when certain routes or configurations are compromised. This is due to unexpected behavior in the Edge runtime combined with middleware-protected routes.

This PoC checks whether the server uses Next.js with middleware and could be susceptible to this flaw, based on the returned HTTP headers.


🚀 Usage

Requirements

  • Python 3.x
  • requests module
    Install it with:
    root@kitploit:~
    pip install requests
    
Download Tool