Authentication bypass using an alternate path or channel in Next.js - CVE-2026-44574
Published: May 6, 2026
Vulnerability details
The vulnerability allows a remote user to bypass authorization checks and access protected content.
The vulnerability exists due to authentication bypass using an alternate path or channel in middleware protection for dynamic routes when handling specially crafted query parameters. A remote user can send specially crafted query parameters to bypass authorization checks and access protected content.
The issue affects applications that rely on middleware path matching to protect dynamic routes.