Lucene search
+L

112 matches found

Kitploit
Kitploit
added 2026/09/01 9:18 p.m.4 views

Nextjs-middleware-vulnerable-appdemo-CVE-2025-29927

Aplicación Next.js Vulnerable para Práctica de Pentesting Esta es una aplicación Next.js diseñada intencionalmente para ser vulnerable a CVE-2025-29927: La Vulnerabilidad de Bypass de Autorización de Middleware de Next.js. ⚠️ Aviso Legal Esta aplicación es solo para fines educativos y de hacking...

9.1CVSS6.9AI score0.99225EPSS
SaveExploits58
Kitploit
Kitploit
added 2026/09/01 9:06 p.m.6 views

nextjs-middleware-bypass-demo

CVE-2025-29927 Demo Original writeup: https://zhero-web-sec.github.io/research-and-things/nextjs-and-the-corrupt-middleware Setup First, run the development server: root@kitploit: npm i npm run dev Open http://localhost:3000 with your browser to see the result. Trying out the bypass curl -I...

9.1CVSS6.9AI score0.99225EPSS
SaveExploits58References1
Kitploit
Kitploit
added 2026/09/01 8:24 p.m.4 views

NextJS-Exploit-

NextSploit: Next.js CVE-2025-29927 Scanner & Exploiter NextSploit is a command-line tool designed to detect and exploit CVE-2025-29927 , a security flaw in Next.js. The tool first identifies if a target website is running Next.js and determines whether its version falls within the vulnerable rang...

9.1CVSS7.2AI score0.99225EPSS
SaveExploits58
Kitploit
Kitploit
added 2026/09/01 6:35 p.m.3 views

ghost-route

👻 Ghost Route A Python script to check Next.js sites for corrupt middleware vulnerability CVE-2025-29927. The corrupt middleware vulnerability allows an attacker to bypass authentication and access protected routes by send a custom header x-middleware-subrequest. Next JS versions affected: 11.1.4...

9.1CVSS6.9AI score0.99225EPSS
SaveExploits58
Kitploit
Kitploit
added 2026/09/01 6:34 p.m.3 views

alpr-dashboard-patches

Parches de tiempo de ejecución para ALPR Dashboard Dos parches de integración directa para el proyecto Docker algertc/alpr-dashboard. Ambos se pueden implementar sin modificar ni reconstruir la imagen original. Qué hay aquí logger-fix/ — registrador asíncrono + limitación de limpieza Reemplaza el...

9.1CVSS6.9AI score0.99225EPSS
SaveExploits58References6
Kitploit
Kitploit
added 2026/09/01 5:09 p.m.3 views

CVE-2025-29927

CVE-2025-29927 - Next.js Middleware Authorization Bypass PoC This is a Capture The Flag CTF styled Proof of Concept for the Next.js Middleware Authorization Bypass vulnerability CVE-2025-29927. The goal is to bypass the auth middleware and retrieve the flag from the /protected route. Vulnerabilit...

9.1CVSS6.9AI score0.99225EPSS
SaveExploits58
Kitploit
Kitploit
added 2026/09/01 12:46 p.m.4 views

nextjs-cve-2025-29927-poc

Next.js POC for CVE-2025-29927 Authorization Bypass in Next.js Middleware · CVE-2025-29927 · GitHub Advisory Database Next.js and the corrupt middleware: the authorizing artifact - zherowebsecurity- What is this? This vulnerability allow to bypass middleware logics. src/middleware.ts:...

9.1CVSS6.9AI score0.99225EPSS
SaveExploits58References3
Kitploit
Kitploit
added 2026/09/01 12:33 p.m.6 views

poc-cve-2025-29927

Next.js Middleware Bypass CVE-2025-29927 Prueba de Concepto Este repositorio contiene una prueba de concepto POC para CVE-2025-29927 , una vulnerabilidad crítica en Next.js que permite a atacantes eludir las comprobaciones de autorización implementadas en middleware. 📋 Tabla de Contenidos 1...

9.1CVSS7.2AI score0.99225EPSS
SaveExploits58
Kitploit
Kitploit
added 2026/09/01 11:01 a.m.3 views

next-js-auth-bypass

Hola Mundo - Next.js 12.2 Una aplicación simple de prueba de concepto Next.js 12.2. 🚀 Inicio Rápido 1. Instalar Dependencias root@kitploit: npm install 2. Ejecutar el Servidor de Desarrollo root@kitploit: npm run dev La aplicación estará disponible en http://localhost:3000 🛠️ Scripts Disponibles...

9.1CVSS6.9AI score0.99225EPSS
SaveExploits58
Kitploit
Kitploit
added 2026/09/01 10:04 a.m.3 views

exploit-CVE-2025-29927

Exploit for CVE-2025-29927 Next.js - Authorization Bypass Like this repo? Give us a ⭐! For educational and authorized security research purposes only. Exploit Author @UNICORDev by @NicPWNs and @Dev-Yeoj Vulnerability Description Next.js is a React framework for building full-stack web application...

9.1CVSS6.9AI score0.99225EPSS
SaveExploits58References2
Kitploit
Kitploit
added 2026/09/01 7:10 a.m.3 views

Automated-Next.js-Security-Scanner-for-CVE-2025-29927

Next.js CVE-2025-29927 Vulnerability Scanner Overview This script scans a list of URLs to detect if they are using Next.js and determines whether they are vulnerable to CVE-2025-29927. It optionally attempts exploitation using a wordlist. Features Identifies websites using Next.js. Checks Next.js...

9.1CVSS6.9AI score0.99225EPSS
SaveExploits58
Kitploit
Kitploit
added 2026/09/01 6:53 a.m.4 views

NextSecureScan

NextSecureScan - Next.js-CVE-2025-29927 Middleware Vulnerability Scanner NextSecureScan is a comprehensive security scanner specifically designed to identify middleware-related authorization bypass vulnerabilities CVE-2025-29927 in Next.js applications. This scanner leverages explicit header...

9.1CVSS6.9AI score0.99225EPSS
SaveExploits58
Kitploit
Kitploit
added 2026/09/01 5:41 a.m.2 views

day10-nextjs-middleware-lab

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...

9.1CVSS6.9AI score0.99225EPSS
SaveExploits58
Kitploit
Kitploit
added 2026/09/01 4:51 a.m.3 views

Next.JS-CVE-2025-29927

Next.js Vulnerability Scanner CVE-2025-29927 A security tool to detect and verify Next.js applications vulnerable to CVE-2025-29927 Authentication Bypass. Features 🎯 Accurate Next.js detection with multiple verification methods 🔍 Precise version comparison to identify vulnerable instances 🛡️...

9.1CVSS6.9AI score0.99225EPSS
SaveExploits58References2
Kitploit
Kitploit
added 2026/09/01 4:40 a.m.3 views

CVE-2025-29927

CVE-2025-29927 Acerca de la vulnerabilidad de seguridad CVE-2025-29927 de Next.js... Puede consultar para obtener información detallada: https://bilalgns.github.io/posts/nextjs-cve-2025-29927...

9.1CVSS6.9AI score0.99225EPSS
SaveExploits58References1
Kitploit
Kitploit
added 2026/09/01 4:26 a.m.4 views

CVE-2025-29927-Testing

Testing script for CVE-2025-29927 Provided by CyberMaxx. CVE-2025-29927 Tester This PowerShell script is designed to help security researchers and system administrators test for CVE-2025-29927 vulnerabilities in Next.js applications. It checks whether a target application is vulnerable to the...

9.1CVSS6.9AI score0.99225EPSS
SaveExploits58References1
Kitploit
Kitploit
added 2026/09/01 4:12 a.m.5 views

CVE-2025-29927-check

Este repositorio no tiene un README...

9.1CVSS6.9AI score0.99225EPSS
SaveExploits58
Kitploit
Kitploit
added 2026/09/01 1:39 a.m.5 views

CVE-2025-29927_Next.js_Auth_Bypass

CVE-2025-29927 - Next.js Auth Bypass PoC Este es un Proof of Concept PoC en Python para detectar la vulnerabilidad crítica CVE-2025-29927 que afecta a aplicaciones desarrolladas con Next.js , específicamente cuando utilizan middleware para la autorización. 📌 La vulnerabilidad permite eludir...

9.1CVSS6.9AI score0.99225EPSS
SaveExploits58
Kitploit
Kitploit
added 2026/09/01 12:41 a.m.4 views

nextjs-middleware-exploit

Investigación de vulnerabilidad en middleware de Next.js CVE-2025-29927 Este repositorio demuestra una vulnerabilidad crítica en el middleware de Next.js CVE-2025-29927, que afecta a las versiones 11.1.4 hasta 15.1.7. Esta vulnerabilidad permite el bypass de autorización , el bypass de CSP y...

9.1CVSS6.9AI score0.99225EPSS
SaveExploits58
Kitploit
Kitploit
added 2026/08/31 10:09 p.m.4 views

CVE-2025-29927-PoC

CVE-2025-29927: Next.js Middleware Bypass Vulnerability PoC This repository demonstrates the CVE-2025-29927 vulnerability in Next.js, where the internal header x-middleware-subrequest can be used to bypass middleware checks like authentication. Affected Versions Next.js 15.x 15.2.3 Next.js 14.x...

9.1CVSS6.8AI score0.99225EPSS
SaveExploits58References1
Rows per page
Query Builder