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.

Description source: CVE List

Exploitation context

CISA SSVC decision

ExploitationNone
AutomatableNo
Technical impactPartial

CISA Coordinator · SSVC 2.0.3 · Evaluated Jan 27, 2026 · Source: CVE List

Affected products and versions

2
ProductSourceVersion rangeStatus

Default status: unaffected

CVE List15.0.0-canary.0 to < 15.0.0affected
15.0.1-canary.0 to < 15.0.1affected
15.0.2-canary.0 to < 15.0.2affected
15.0.3-canary.0 to < 15.0.3affected
15.0.4-canary.0 to < 15.0.4affected
15.1.0-canary.0 to < 15.1.0affected
15.1.1-canary.0 to < 15.1.1affected
15.1.2-canary.0 to < 15.1.2affected
15.1.3-canary.0 to < 15.1.3affected
15.1.4-canary.0 to < 15.1.4affected
15.1.5-canary.0 to < 15.1.5affected
15.1.6-canary.0 to < 15.1.6affected
Showing 12 of 60 version ranges
GitHub Advisory16.0.0-beta.0 to < 16.1.5 · Fixed in 16.1.5affected
15.0.0-canary.0 to ≤ 15.0.0-canary.205affected
15.3.0-canary.0 to ≤ 15.3.0-canary.46affected
15.3.1-canary.0 to ≤ 15.3.1-canary.15affected
15.4.0-canary.0 to ≤ 15.4.0-canary.130affected
15.4.2-canary.0 to ≤ 15.4.2-canary.56affected
15.5.1-canary.0 to ≤ 15.5.1-canary.39affected
15.6.0-canary.0 to < 15.6.0-canary.61 · Fixed in 15.6.0-canary.61affected
15.0.1-canary.0 to ≤ 15.0.1-canary.3affected
15.0.2-canary.0 to ≤ 15.0.2-canary.11affected
15.0.3-canary.0 to ≤ 15.0.3-canary.9affected
15.0.4-canary.0 to ≤ 15.0.4-canary.52affected
Showing 12 of 16 version ranges

References

4