CVE-2026-29057
Last modified
CVE-2026-29057 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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. EPSS estimates a 0.43% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Vercel | Next.Js | >= 9.5.0, < 15.5.13 |
| Vercel | Next.Js | >= 16.0.0, < 16.1.7 |
References
- https://github.com/vercel/next.js/releases/tag/v15.5.13Product, Release Notes
- https://github.com/vercel/next.js/releases/tag/v16.1.7Product, Release Notes
- https://github.com/vercel/next.js/security/advisories/GHSA-ggv3-7p47-pfv8Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-29057?
How severe is CVE-2026-29057?
How do I fix CVE-2026-29057?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-29051melange allows users to build apk packages using declarative…3.3
- CVE-2026-29052The Calendar module for HumHub enables users to create one-t…6.1
- CVE-2026-29053Ghost is a Node.js content management system. From version 0…9.8
- CVE-2026-29054Traefik is an HTTP reverse proxy and load balancer. From ver…7.5
- CVE-2026-29055Tandoor Recipes is an application for managing recipes, plan…5.3
- CVE-2026-29056Kanboard is project management software focused on Kanban me…8.8
- CVE-2026-29058AVideo is a video-sharing Platform software. Prior to versio…9.8
- CVE-2026-29059Windmill is an open-source developer platform for internal c…7.5
- CVE-2026-2906A security flaw has been discovered in Tenda HG9 300001138. …8.8
- CVE-2026-29060Gokapi is a self-hosted file sharing server with automatic e…5
- CVE-2026-29061Gokapi is a self-hosted file sharing server with automatic e…5.4
- CVE-2026-29062jackson-core contains core low-level incremental ("streaming…7.5
Are you affected by CVE-2026-29057?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
