GHSA-5f7q-jpqc-wp7h

Suggest an improvement
Source
https://github.com/advisories/GHSA-5f7q-jpqc-wp7h
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/01/GHSA-5f7q-jpqc-wp7h/GHSA-5f7q-jpqc-wp7h.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-5f7q-jpqc-wp7h
Aliases
  • CVE-2025-59472
Published
2026-01-28T15:20:55Z
Modified
2026-02-03T03:07:05.228940Z
Severity
  • 5.9 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
Next.js has Unbounded Memory Consumption via PPR Resume Endpoint
Details

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, an application must run with experimental.ppr: true or cacheComponents: true configured along with the NEXTPRIVATEMINIMAL_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.

Database specific
{
    "cwe_ids": [
        "CWE-400",
        "CWE-409",
        "CWE-770"
    ],
    "github_reviewed_at": "2026-01-28T15:20:55Z",
    "nvd_published_at": "2026-01-26T22:15:53Z",
    "severity": "MODERATE",
    "github_reviewed": true
}
References

Affected packages

npm / next

Package

Affected ranges

Type
SEMVER
Events
Introduced
15.0.0-canary.0
Fixed
15.6.0-canary.61

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/01/GHSA-5f7q-jpqc-wp7h/GHSA-5f7q-jpqc-wp7h.json"

npm / next

Package

Affected ranges

Type
SEMVER
Events
Introduced
16.0.0-beta.0
Fixed
16.1.5

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/01/GHSA-5f7q-jpqc-wp7h/GHSA-5f7q-jpqc-wp7h.json"