Intel

AIKIDO-2026-472610

next is vulnerable to Authorization Bypass

Authorization BypassCVE-2026-64642 Published 5 days ago

83

High Risk

This Affects:

JSnext
16.0.0 - 16.2.10
Fixed in 16.2.11
Are you affected? Scan for Free

TL;DR

Next.js applications using the App Router built with Turbopack and a single entry in config.i18n.locales mishandle path normalization for locale-prefixed routes. A crafted request can reach a protected route in a form that middleware does not match, so middleware- or proxy-based authentication checks are skipped. This lets an unauthenticated caller bypass authorization and access protected pages. The fix corrects locale route handling so middleware runs for the affected requests.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and your application uses the App Router built with Turbopack and a single entry in config.i18n.locales.

Background info

next is vulnerable to Authorization Bypass in versions 16.0.0 - 16.2.10.

How to fix this

Upgrade the next library to the patch version.