CVE-2026-64648
Last modified
CVE-2026-64648 is a medium-severity vulnerability rated 5.4/10 on the CVSS scale. Next.js is a React framework for building full-stack web applications. In versions 12.0.0 through 15.5.20 and 16.0.0 through 16.2.10, a server-side fetch with a request body may return a cached response body from a different request to the same URL but different body. EPSS estimates a 0.53% chance of exploitation in the next 30 days.
Description
Next.js is a React framework for building full-stack web applications. In versions 12.0.0 through 15.5.20 and 16.0.0 through 16.2.10, a server-side fetch with a request body may return a cached response body from a different request to the same URL but different body. Confidential data in the POST's response body would then leak to unauthorized requests. Though the request itself will not be deduped. This only applies to fetch calls with a request that has a different init than the one passed to fetch. A safe request would be: fetch(new Request(init), init). An unsafe request would be: fetch(new Request(init), aDifferentInit). This issue has been fixed in versions 15.5.21 and 16.2.11.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/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 | >= 12.0.0, < 15.5.21 |
| Vercel | Next.Js | >= 16.0.0, < 16.2.11 |
References
- https://github.com/vercel/next.js/releases/tag/v15.5.21Product, Release Notes
- https://github.com/vercel/next.js/releases/tag/v16.2.11Product, Release Notes
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-64648?
How severe is CVE-2026-64648?
How do I fix CVE-2026-64648?
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-64642Next.js is a React framework for building full-stack web app…8.2
- CVE-2026-64643Next.js is a React framework for building full-stack web app…5.3
- CVE-2026-64644Next.js is a React framework for building full-stack web app…5.3
- CVE-2026-64645Next.js is a React framework for building full-stack web app…6.1
- CVE-2026-64646Next.js is a React framework for building full-stack web app…5.3
- CVE-2026-64647Next.js is a React framework for building full-stack web app…5.4
- CVE-2026-64649Next.js is a React framework for building full-stack web app…6.5
- CVE-2026-64650The `@ai-sdk/harness-opencode` tool is an HarnessV1 adapter …6.3
- CVE-2026-64651The `@ai-sdk/harness-opencode` tool connects HarnessAgent to…6.3
- CVE-2026-64652GitHub CLI (gh) is GitHub's official command line tool. Prio…3.3
- CVE-2026-64653GitHub CLI (gh) is GitHub’s official command line tool. Prio…5.1
- CVE-2026-64654GitHub CLI (gh) is GitHub's official command line tool. Prio…5.3
Are you affected by CVE-2026-64648?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
