CVE-2025-59472
Next.js has Unbounded Memory Consumption via PPR Resume Endpoint
Record summary
CVE-2025-59472 has a selected CVSS score of 5.9 (medium).
Description
A denial of service vulnerability exists in Next.js versions with Partial Prerendering (PPR) enabled when running in minimal mode. The PPR resume endpoint accepts unauthenticated POST requests with the `Next-Resume: 1` header and processes attacker-controlled postponed state data. Two closely related vulnerabilities allow an attacker to crash the server process through memory exhaustion: 1. **Unbounded request body buffering**: The server buffers the entire POST request body into memory using `Buffer.concat()` without enforcing any size limit, allowing arbitrarily large payloads to exhaust available memory. 2. **Unbounded decompression (zipbomb)**: The resume data cache is decompressed using `inflateSync()` without limiting the decompressed output size. A small compressed payload can expand to hundreds of megabytes or gigabytes, causing memory exhaustion. Both attack vectors result in a fatal V8 out-of-memory error (`FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory`) causing the Node.js process to terminate. The zipbomb variant is particularly dangerous as it can bypass reverse proxy request size limits while still causing large memory allocation on the server. To be affected you must have an application running with `experimental.ppr: true` or `cacheComponents: true` configured along with the NEXT_PRIVATE_MINIMAL_MODE=1 environment variable. Strongly consider upgrading to 15.6.0-canary.61 or 16.1.5 to reduce risk and prevent availability issues in Next applications.
Exploitation context
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Jan 27, 2026 · Source: CVE List
Affected products and versions
2| Product | Source | Version range | Status |
|---|---|---|---|
Default status: unaffected | CVE List | 15.0.0-canary.0 to < 15.0.0 | affected |
| 15.0.1-canary.0 to < 15.0.1 | affected | ||
| 15.0.2-canary.0 to < 15.0.2 | affected | ||
| 15.0.3-canary.0 to < 15.0.3 | affected | ||
| 15.0.4-canary.0 to < 15.0.4 | affected | ||
| 15.1.0-canary.0 to < 15.1.0 | affected | ||
| 15.1.1-canary.0 to < 15.1.1 | affected | ||
| 15.1.2-canary.0 to < 15.1.2 | affected | ||
| 15.1.3-canary.0 to < 15.1.3 | affected | ||
| 15.1.4-canary.0 to < 15.1.4 | affected | ||
| 15.1.5-canary.0 to < 15.1.5 | affected | ||
| 15.1.6-canary.0 to < 15.1.6 | affected | ||
| Showing 12 of 60 version ranges | |||
| GitHub Advisory | 16.0.0-beta.0 to < 16.1.5 · Fixed in 16.1.5 | affected | |
| 15.0.0-canary.0 to ≤ 15.0.0-canary.205 | affected | ||
| 15.3.0-canary.0 to ≤ 15.3.0-canary.46 | affected | ||
| 15.3.1-canary.0 to ≤ 15.3.1-canary.15 | affected | ||
| 15.4.0-canary.0 to ≤ 15.4.0-canary.130 | affected | ||
| 15.4.2-canary.0 to ≤ 15.4.2-canary.56 | affected | ||
| 15.5.1-canary.0 to ≤ 15.5.1-canary.39 | affected | ||
| 15.6.0-canary.0 to < 15.6.0-canary.61 · Fixed in 15.6.0-canary.61 | affected | ||
| 15.0.1-canary.0 to ≤ 15.0.1-canary.3 | affected | ||
| 15.0.2-canary.0 to ≤ 15.0.2-canary.11 | affected | ||
| 15.0.3-canary.0 to ≤ 15.0.3-canary.9 | affected | ||
| 15.0.4-canary.0 to ≤ 15.0.4-canary.52 | affected | ||
| Showing 12 of 16 version ranges | |||