CVE-2026-75604
Next.js: Unauthenticated Remote Code Execution on windows-hosted servers
No known exploitation. EPSS puts it in the 83rd percentile. No fix published yet.
What to do
No fixed build or workaround is published yet. Limit exposure and watch for a patch.
Steps
Written by AI from the record- Check your Next.js version and confirm you run on Windows, using Pages or App Router, and that Cache Components are not enabled.
- If you match those conditions, upgrade Next.js to 15.5.24 or 16.3.3 (whichever fits your upgrade path).
- After upgrading, restart the application and verify the new version is active across all servers.
npm install next@15.5.24What it is
From the CVE record
Next.js is a React framework for building full-stack web applications. From 13.4.0 until 15.5.24 and 16.3.3, Next.js applications using Pages Router or App Router without Cache Components on Windows-hosted servers do not consistently escape backslashes in route segments before constructing incremental-cache paths. In packages/next/src/shared/lib/router/utils/escape-path-delimiters.ts and packages/next/src/server/lib/incremental-cache/file-system-cache.ts, a remote request can supply encoded Windows path separators that traverse outside the intended cache root and expose private build data, including the server-reference-manifest encryption key. Disclosure of that key can enable remote code execution in the affected application. This issue is fixed in versions 15.5.24 and 16.3.3.
In plain language
Written by AI from the recordCVE-2026-75604 is a serious Next.js bug where an attacker (no login needed) can use special web requests against Windows-hosted servers to steal a hidden key and then run code on the server; you should act quickly if you run affected Next.js on Windows with Pages/App Router and without Cache Components.
Unauthenticated remote code execution on Windows-hosted Next.js via crafted requests that exploit improper escaping of Windows file path separators, allowing path traversal to expose a server-reference-manifest encryption key (then enabling arbitrary code execution) in Next.js versions 13.4.0–15.5.24 and 16.3.3 when using Pages/App Router without Cache Components.
If you're affected
- Full server takeover
- Malicious code execution
- Theft of protected build keys
- Operational disruption
Exploitation
Where each signal puts this CVE on the scale from published to confirmed exploited.
- CISA KEV
Not in the catalog. CISA has not confirmed exploitation.
- Public exploits
No public exploit or proof of concept found in the sources we track.
- EPSS
2.3% chance of exploitation activity in the next 30 days, which ranks it in the 83rd percentile of scored CVEs.
Exploit Prediction Scoring System, FIRST.org. A probability, not a confirmation.
Lifecycle
8 events over 11 days, from the signal feeds we watch.
- Record updated
- Record updated
- Record updated
- Publishedweakness classified, att&ck mapped, record updated
- OpenVAS check added
Affected products
Technical detail
CVSS 3.1 vector
Open in the CVSS calculatorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
Scored 9.0 by NVD.
How it is reached
- Attack Vector NetworkExploitable remotely over the network without any special conditions
- Attack Complexity HighRequires specific conditions like a race condition or non-default configuration
- Privileges Required NoneNo authentication required — anyone can exploit this
- User Interaction NoneNo user interaction needed — fully automated exploitation
Scope
- Scope ChangedThe exploit can affect other components (e.g. sandbox escape, host compromise from VM)
Impact if exploited
- Confidentiality HighTotal information disclosure — all data in the component is compromised
- Integrity HighTotal loss of integrity — attacker can modify any data in the component
- Availability HighTotal denial of service — the component is completely unavailable
Weaknesses
ATT&CK techniques
Mapped from the weaknesses above (CWE to ATT&CK), not observed in attacks.
Sources
References in the record
- github.com/vercel/next.js/security/advisories/GHSA-p293-qw3h-jr36
- github.com/vercel/next.js/commit/968b9fcb26bdeb8e0a861a9df05361474666d51b
- github.com/vercel/next.js/commit/b0f3460a92b955d3ca41fccff9a525a2b910fbf3
And 2 more references. See all after sign-in
In the news
- Four Critical CVEs, the Same Trust Issue
- Technical Analysis: Netty CVE-2026-75595, Next.js CVE-2026-75604, GHSA-2xp9-vwfh-vxw4 & GitPython CVE-2026-78676
- ⚡ Weekly Recap: Chinese Spy Proxy, AI Agents Go Off-Task, Router Backdoors and More
- 31th August – Threat Intelligence Report
- Next.js Patches Critical AVIF and Windows Flaws Enabling Unauthenticated RCE
Watch the software you run.
My Stack ranks new CVEs for your products by real-world exploitation, so the next serious one reaches you without reading every advisory.
We'll flag the next CVE, public exploit or patch for Next.js, not every advisory.
A free account adds
- The full version matrix and every affected product
- Exploit links, proofs of concept and Metasploit modules
- Email alerts for the products you watch
- The same data over REST API, MCP and CLI