CVE-2026-44573
Published:May 11, 2026
Updated:May 11, 2026
Impact Applications using the Pages Router with "i18n" configured and middleware/proxy-based authorization can allow unauthorized access to protected page data through locale-less "/_next/data/<buildId>/<page>.json" requests. In affected configurations, middleware does not run for the unprefixed data route, allowing an attacker to retrieve SSR JSON for protected pages without passing the intended authorization checks. Fix The matcher logic was updated to perform the same match as it would on a non-i18n data route. Workarounds If you cannot upgrade immediately, enforce authorization in the page's server-side data path instead of relying solely on middleware.
Affected Packages
next (NPM):
Affected version(s) >=12.2.0 <15.5.16Fix Suggestion:
Update to version 15.5.16next (NPM):
Affected version(s) >=16.0.0 <16.2.5Fix Suggestion:
Update to version 16.2.5Related Resources (4)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Incorrect Authorization