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
day10-nextjs-middleware-lab — Next.js middleware auth-bypass lab (CVE-2025-29927 simulation) | Kitploit
Tools/GitHubGitHub/amalpvatayam67/day10-nextjs-middleware-lab
Authentication & AuthorizationVulnerability AnalysisWeb Application ExploitationMisconfigurationLearning & EducationLabs & Practice
GitHubamalpvatayam67/day10-nextjs-middleware-lab

day10-nextjs-middleware-lab

Next.js middleware auth-bypass lab (CVE-2025-29927 simulation)

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 Repository
611 months agoNot yet reviewed

Day 10 — Next.js middleware auth-bypass lab (CVE-2025-29927 simulation)

Important: Educational lab only. Run locally in Docker.

Quickstart:

root@kitploit:~
npm i
# build (from repo root with files above)
docker build -t day10-nextjs-lab .

# run
docker run --rm -d -p 8080:3000 --name day10 day10-nextjs-lab

Open http://localhost:8080

Download Tool