PT-2026-39408 · Vercel · Next.Js
Timneutkens
·
Published
2026-05-06
·
Updated
2026-05-13
·
CVE-2026-44573
CVSS v2.0
7.8
High
| Vector | AV:N/AC:L/Au:N/C:C/I:N/A:N |
Name of the Vulnerable Software and Affected Versions
Next.js versions 12.2.0 through 15.5.15
Next.js versions 16.0.0 through 16.2.4
Description
Applications using the Pages Router with
i18n configured and middleware or proxy-based authorization may allow unauthorized access to protected page data. This occurs through locale-less requests to the endpoint "/ next/data//.json". In these configurations, middleware does not execute for the unprefixed data route, enabling an attacker to retrieve Server-Side Rendering (SSR) JSON for protected pages by bypassing intended authorization checks.Recommendations
Update to version 15.5.16.
Update to version 16.2.5.
Enforce authorization in the page's server-side data path instead of relying solely on middleware.
Exploit
Fix
Incorrect Authorization
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Next.Js