CVE-2025-29927
Unknown
Unknown - Not Provided
BaseFortify
Vulnerability report for CVE-2025-29927, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2025-03-21
Last updated on: 2025-09-10
Assigner: GitHub, Inc.
Description
Description
Next.js is a React framework for building full-stack web applications. Starting in version 1.11.4 and prior to versions 12.3.5, 13.5.9, 14.2.25, and 15.2.3, it is possible to bypass authorization checks within a Next.js application, if the authorization check occurs in middleware. If patching to a safe version is infeasible, it is recommend that you prevent external user requests which contain the x-middleware-subrequest header from reaching your Next.js application. This vulnerability is fixed in 12.3.5, 13.5.9, 14.2.25, and 15.2.3.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vercel | next.js | From 11.1.4 (inc) to 12.3.5 (exc) |
| vercel | next.js | From 13.0.0 (inc) to 13.5.9 (exc) |
| vercel | next.js | From 14.0.0 (inc) to 14.2.25 (exc) |
| vercel | next.js | From 15.0.0 (inc) to 15.2.3 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-285 | The product does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action. |
| CWE-863 | The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. |