POC详情: 34012fb6ea5fa08a4ae5eba6fc057024a6894316

来源
关联漏洞
标题: Next.js 安全漏洞 (CVE-2025-29927)
描述:Next.js是Vercel开源的一个 React 框架。 Next.js 14.2.25之前版本和15.2.3之前版本存在安全漏洞,该漏洞源于如果授权检查发生在中间件中,可能绕过授权检查。
描述
CVE-2025-29927 Authorization Bypass in Next.js Middleware
介绍
# CVE-2025-29927: Authorization Bypass in Next.js Middleware

A critical vulnerability in Next.js (CVE-2025-29927) allows unauthorized access to protected routes by bypassing the middleware logic. The issue affects Next.js versions 11.1.4 to 13.5.6, and versions 14.x < 14.2.25 or 15.x < 15.2.3. To mitigate, upgrade to the latest fixed versions (14.2.25+ or 15.2.3+), or apply a firewall rule to block the `x-middleware-subrequest` header.

文件快照

[4.0K] /data/pocs/34012fb6ea5fa08a4ae5eba6fc057024a6894316 ├── [ 293] middleware.js ├── [ 649] package.json ├── [ 29K] package-lock.json ├── [ 442] README.md └── [4.0K] src └── [4.0K] pages ├── [ 64] index.js └── [4.0K] protected └── [ 79] index.js 3 directories, 6 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。