191 matches found
CVE-2025-29927
Escáner de Vulnerabilidad Avanzado para CVE-2025-29927 Este es un escáner de nivel profesional diseñado para detectar la vulnerabilidad de omisión de middleware CVE-2025-29927 en aplicaciones Next.js. 🧠 Qué Hace Utiliza un navegador real sin interfaz gráfica Playwright para rastrear en profundida...
claude-create-CVE-2025-29927
Next.js Middleware Vulnerability Tester CVE-2025-29927 This application demonstrates the Next.js middleware authorization bypass vulnerability CVE-2025-29927. About The Vulnerability CVE-2025-29927 is an authorization bypass vulnerability in Next.js middleware. By sending a specially crafted HTTP...
next-CVE-2025-29927
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 mitigat...
Vuln-Next.js-CVE-2025-29927
root@kitploit: npx [email protected] Instalar paquetes root@kitploit: npm install -D @types/bcrypt npm install mysql2 npm install jose npm install -D @types/jsonwebtoken Preparar la base de datos root@kitploit: CREATE TABLE users id INT PRIMARY KEY AUTOINCREMENT, username VARCHAR255 UNIQUE N...
CVE-2025-29972
CVE-2025-29927 - Next.js 的关键安全漏洞 概述 CVE-2025-29927 是一个影响 Next.js 的关键安全漏洞,Next.js 是一个用于构建全栈 Web 应用程序的流行 React 框架。此漏洞允许攻击者绕过 Next.js 中间件中实现的授权检查,可能授予对应用程序敏感区域(如管理页面 或用户仪表板 )的未授权访问。 漏洞详情 该漏洞源于对内部 x-middleware-subrequest 头的不当处理。通过构造包含此头的请求,攻击者可以绕过中间件安全检查 ,从而有效地跳过身份验证和授权机制。 受影响版本 Next.js 14.2.25 及...
CVE-2025-29927_Scanner
CVE-2025-29927 Checker 📌 Introduction This script checks for the CVE-2025-29927 vulnerability in Next.js servers by testing multiple payloads in the x-middleware-subrequest header to detect unauthorized access. ❓ What is CVE-2025-29927? CVE-2025-29927 is a vulnerability that allows security...
next.js_cve-2025-29927
next.jscve-2025-29927 A small and simple Next.js application running version 14.2.24 used to test CVE-2025-29927. Access the admin area /admin by utilizing the vulnerability or the hardcoded credentials admin:admin. root@kitploit: » git clone...
NextJS_CVE-2025-29927
Demostración de Bypass de Autorización en Next.js Esta aplicación demuestra la vulnerabilidad x-middleware-subrequest en Next.js 13.4.19, que permite evadir la protección del middleware. Configuración 1. Instala las dependencias: root@kitploit: npm install 2. Inicia el servidor de desarrollo:...
nextjs-cve-2025-29927
Next.js CVE-2025-29927 中间件漏洞 该仓库是一个使用 Next.js 15.2.3 和 Next.js 15.1.7 版本比较 CVE-2025-29927 中间件漏洞的 monorepo 项目。 漏洞描述 CVE-2025-29927 是 Next.js 中间件中发现的一个安全漏洞,可以通过使用 x-middleware-subrequest 头绕过认证中间件。 该漏洞影响以下版本: Next.js 15.x 15.2.3 Next.js 14.x 14.2.25 Next.js 13.x 13.5.9 上述版本已通过更新到相应补丁版本得到修复。 运行方法 1...
CVE-2025-29927
CVE-2025-29927 Next.js Middleware Authorization Bypass The detection template for CVE-2025-29927 is now officially part of the Nuclei Templates repository. https://github.com/projectdiscovery/nuclei-templates/blob/main/headless/cves/2025/CVE-2025-29927-HEADLESS.yaml A critical vulnerability in...
CVE-2025-29927
CVE-2025-29927 - Next.js Middleware 15.2.2 - Bypass de Autorización ⚠️ Bypass crítico de autenticación en NextJS Middleware 🛠️ Implementación del PoC por @zs1n 💡 Resumen NextJS es un framework web popular basado en React que tiene una vulnerabilidad de autenticación que afecta a versiones...
exploit-CVE-2025-29927
Exploit para CVE-2025-29927 Next.js - Bypass de Autorización ¿Te gusta este repositorio? ¡Danos una ⭐! Solo con fines educativos y de investigación de seguridad autorizada. Autor del Exploit @UNICORDev por @NicPWNs y @Dev-Yeoj Descripción de la Vulnerabilidad Next.js es un framework de React para...
CVE-2025-29927
Introduction 通过伪造 x-middleware-subrequest 请求头绕过 Next.js 中间件鉴权机制,允许未授权访问受保护路由。 Environment setup 项目源码摘自P神,Next.js 版本为 15.2.2(For Next.js 15.x, this issue is fixed in 15.2.3)。 Vulnerability environment 确保已经安装 Node 和 npm。通过以下命令检查版本: root@kitploit: node -v npm -v 安装依赖并启动项目 root@kitploit: 1. 进入项目目录 cd...
cve-2025-29927
cve-2025-29927 CVE-2025-29927 是 Next.js(一个流行的基于 React 的 Web 框架)中的一个严重漏洞。该缺陷存在于中间件功能处理某些内部标头的方式中——具体来说是 x-middleware-subrequest 标头。...
CVE-2025-29927-POC
CVE-2025-29927-POC Introducción Este repositorio contiene una Prueba de Concepto PoC para CVE-2025-29927, una vulnerabilidad hipotética que demuestra una falla en el manejo de middleware dentro de una aplicación web. La PoC ilustra cómo una solicitud HTTP especialmente manipulada puede eludir la...
next-attack
This is a Next.js project bootstrapped with create-next-app. Testing the vulnerability First, you can confirm that the middleware works and should redirect the user: root@kitploit: curl http://localhost:3000/api/admin Then, you can show how the middleware is being bypassed with the followign...
CVE-2025-29927
CVE-2025-29927 – Omisión de Autorización de Middleware de Next.js Este repositorio contiene un exploit funcional para CVE-2025-29927, una vulnerabilidad crítica de omisión de autorización en Next.js. El fallo permite a los atacantes eludir las comprobaciones de autenticación y autorización basada...
cve-2025-29927
CVE-2025-29927 1. go to /api/flag 2. add x-middleware-subrequest: src/middleware:src/middleware:src/middleware:src/middleware:src/middleware as header 3. see response...
cve-2025-29927
这是一个示例 Next.js 项目,通过 create-next-app https://nextjs.org/docs/app/api-reference/cli/create-next-app 初始化,用于实际演示 cve-2025-29927 的工作原理。 开始使用 首先,运行开发服务器: root@kitploit: npm run dev or yarn dev or pnpm dev or bun dev 在浏览器中打开 http://localhost:3000 查看结果。 现在,您可以使用 Burp 或其他浏览器扩展来修改请求头,并利用 payload 攻击中间件。 当一...
CVE-2025-29927
CVE-2025-29927 — Next.js Middleware Authentication Bypass Overview Imagine a bouncer in front of the club, but if you tell him "I'm already in," he lets you pass without checking. That's exactly what CVE-2025-29927 is. Middleware in Next.js runs before a request is processed, making it the ideal...