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
test-cve-2025-29927 — Demo app to exploit CVE-2025-29927: NextJS middleware bypass via proxy-injected headers for unauthorized /admin access. Includes vulnerable app and exploit proxy script. | Kitploit
Tools/GitHubGitHub/yugo-eliatrope/test-cve-2025-29927
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubyugo-eliatrope/test-cve-2025-29927

test-cve-2025-29927

Demo app to exploit CVE-2025-29927: NextJS middleware bypass via proxy-injected headers for unauthorized /admin access. Includes vulnerable app and exploit proxy script.

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

Test app to exploit CVE-2025-29927

The NextJS app has cookie based authentification and a middleware to prevent unauthorized access to /admin page.

To start the app run

root@kitploit:~
yarn
# then
yarn dev

To get unauthorized access to /admin page by using CVE-2025-29927 vulnerability run a proxy-server which adds special headers to requests.

root@kitploit:~
node scripts/proxy.js

Then go to http://localhost:8000/admin

Download Tool