Next.js is a React framework for building full-stack web applications. Starting in version 9.5.0 and prior to versions 15.5.13 and 16.1.7, when Next.js rewrites proxy traffic to an external backend, a crafted `DELETE`/`OPTIONS` request using `Transfer-Encoding: chunked` could trigger request boundary disagreement between the proxy and backend. This could allow request smuggling through rewritten routes. An attacker could smuggle a second request to unintended backend routes (for example, internal/admin endpoints), bypassing assumptions that only the configured rewrite destination/path is reachable. This does not impact applications hosted on providers that handle rewrites at the CDN level, such as Vercel. The vulnerability originated in an upstream library vendored by Next.js. It is fixed in Next.js 15.5.13 and 16.1.7 by updating that dependency’s behavior so `content-length: 0` is added only when both `content-length` and `transfer-encoding` are absent, and `transfer-encoding` is no longer removed in that code path. If upgrading is not immediately possible, block chunked `DELETE`/`OPTIONS` requests on rewritten routes at the edge/proxy, and/or enforce authentication/authorization on backend routes.
References
| Link | Resource |
|---|---|
| https://github.com/vercel/next.js/commit/dc98c04f376c6a1df76ec3e0a2d07edf4abdabd6 | Patch |
| https://github.com/vercel/next.js/releases/tag/v15.5.13 | Product Release Notes |
| https://github.com/vercel/next.js/releases/tag/v16.1.7 | Product Release Notes |
| https://github.com/vercel/next.js/security/advisories/GHSA-ggv3-7p47-pfv8 | Mitigation Vendor Advisory |
Configurations
Configuration 1 (hide)
|
History
18 Mar 2026, 19:49
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 6.5 |
| References | () https://github.com/vercel/next.js/commit/dc98c04f376c6a1df76ec3e0a2d07edf4abdabd6 - Patch | |
| References | () https://github.com/vercel/next.js/releases/tag/v15.5.13 - Product, Release Notes | |
| References | () https://github.com/vercel/next.js/releases/tag/v16.1.7 - Product, Release Notes | |
| References | () https://github.com/vercel/next.js/security/advisories/GHSA-ggv3-7p47-pfv8 - Mitigation, Vendor Advisory | |
| First Time |
Vercel next.js
Vercel |
|
| CPE | cpe:2.3:a:vercel:next.js:*:*:*:*:*:node.js:*:* |
18 Mar 2026, 14:52
| Type | Values Removed | Values Added |
|---|---|---|
| Summary |
|
18 Mar 2026, 01:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-03-18 01:16
Updated : 2026-03-18 19:49
NVD link : CVE-2026-29057
Mitre link : CVE-2026-29057
CVE.ORG link : CVE-2026-29057
JSON object : View
Products Affected
vercel
- next.js
CWE
CWE-444
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
