Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-29057
March 18, 2026
Summary 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. Impact 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. Patches The vulnerability originated in an upstream library vendored by Next.js. It is fixed 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. Workarounds If upgrade is not immediately possible: - Block chunked "DELETE"/"OPTIONS" requests on rewritten routes at your edge/proxy. - Enforce authentication/authorization on backend routes per our "security guidance" (https://nextjs.org/docs/app/guides/data-security).
Affected Packages
https://github.com/vercel/next.js.git (GITHUB):
Affected version(s) >=v9.5.0 <v15.5.13
Fix Suggestion:
Update to version v15.5.13
https://github.com/vercel/next.js.git (GITHUB):
Affected version(s) >=v9.5.0 <v15.5.13
Fix Suggestion:
Update to version v15.5.13
https://github.com/vercel/next.js.git (GITHUB):
Affected version(s) >=v9.5.0 <v15.5.13
Fix Suggestion:
Update to version v15.5.13
https://github.com/vercel/next.js.git (GITHUB):
Affected version(s) >=v9.5.0 <v15.5.13
Fix Suggestion:
Update to version v15.5.13
https://github.com/vercel/next.js.git (GITHUB):
Affected version(s) >=v9.5.0 <v15.5.13
Fix Suggestion:
Update to version v15.5.13
https://github.com/vercel/next.js.git (GITHUB):
Affected version(s) >=v16.0.0 <v16.1.7
Fix Suggestion:
Update to version v16.1.7
https://github.com/vercel/next.js.git (GITHUB):
Affected version(s) >=v16.0.0 <v16.1.7
Fix Suggestion:
Update to version v16.1.7
next (NPM):
Affected version(s) >=16.0.0-beta.0 <16.1.7
Fix Suggestion:
Update to version 16.1.7
next (NPM):
Affected version(s) >=16.0.0-beta.0 <16.1.7
Fix Suggestion:
Update to version 16.1.7
next (NPM):
Affected version(s) >=16.0.0-beta.0 <16.1.7
Fix Suggestion:
Update to version 16.1.7
next (NPM):
Affected version(s) >=9.5.0 <15.5.13
Fix Suggestion:
Update to version 15.5.13
next (NPM):
Affected version(s) >=9.5.0 <15.5.13
Fix Suggestion:
Update to version 15.5.13
next (NPM):
Affected version(s) >=16.0.0-beta.0 <16.1.7
Fix Suggestion:
Update to version 16.1.7
next (NPM):
Affected version(s) >=9.5.0 <15.5.13
Fix Suggestion:
Update to version 15.5.13
Do you need more information?
Contact Us
CVSS v4
Base Score:
6.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
PRESENT
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
EPSS
Base Score:
0.06