VYPR
Moderate severityOSV Advisory· Published Jan 26, 2026· Updated Jan 27, 2026

CVE-2025-59472

CVE-2025-59472

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.
  1. 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.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
nextnpm
>= 16.0.0-beta.0, < 16.1.516.1.5
nextnpm
>= 15.0.0-canary.0, <= 15.0.0-canary.205
nextnpm
>= 15.0.1-canary.0, <= 15.0.1-canary.3
nextnpm
>= 15.0.2-canary.0, <= 15.0.2-canary.11
nextnpm
>= 15.0.3-canary.0, <= 15.0.3-canary.9
nextnpm
>= 15.0.4-canary.0, <= 15.0.4-canary.52
nextnpm
>= 15.1.1-canary.0, <= 15.1.1-canary.27
nextnpm
>= 15.2.0-canary.0, <= 15.2.0-canary.77
nextnpm
>= 15.2.1-canary.0, <= 15.2.1-canary.6
nextnpm
>= 15.2.2-canary.0, <= 15.2.2-canary.7
nextnpm
>= 15.3.0-canary.0, <= 15.3.0-canary.46
nextnpm
>= 15.3.1-canary.0, <= 15.3.1-canary.15
nextnpm
>= 15.4.0-canary.0, <= 15.4.0-canary.130
nextnpm
>= 15.4.2-canary.0, <= 15.4.2-canary.56
nextnpm
>= 15.5.1-canary.0, <= 15.5.1-canary.39
nextnpm
>= 15.6.0-canary.0, < 15.6.0-canary.6115.6.0-canary.61

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

4

News mentions

0

No linked articles in our index yet.