SCA: security update for next (GHSA-h27x-g6w4-24gq)

medium Tenable Cloud Security Plugin ID 438898

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Next.js is a React framework for building full-stack web applications. Starting in version 16.0.1 and
prior to version 16.1.7, a request containing the `next-resume: 1` header (corresponding with a PPR resume
request) would buffer request bodies without consistently enforcing `maxPostponedStateSize` in certain
setups. The previous mitigation protected minimal-mode deployments, but equivalent non-minimal deployments
remained vulnerable to the same unbounded postponed resume-body buffering behavior. In applications using
the App Router with Partial Prerendering capability enabled (via `experimental.ppr` or `cacheComponents`),
an attacker could send oversized `next-resume` POST payloads that were buffered without consistent size
enforcement in non-minimal deployments, causing excessive memory usage and potential denial of service.
This is fixed in version 16.1.7 by enforcing size limits across all postponed-body buffering paths and
erroring when limits are exceeded. If upgrading is not immediately possible, block requests containing the
`next-resume` header, as this is never valid to be sent from an untrusted client. (CVE-2026-27979)

Solution

Update the next library and its related packages to version 16.1.7 or later.

See Also

https://github.com/advisories/GHSA-h27x-g6w4-24gq

Plugin Details

Severity: Medium

ID: 438898

Version: Revision 1.11

Type: Local

Family: SCA Checks

Published: 3/17/2026

Updated: 7/20/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 5

Percentile: 94.39

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 5.8

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C

CVSS Score Source: CVE-2026-27979

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

CVSS v4

Risk Factor: Medium

Base Score: 6.9

Threat Score: 6.9

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 3/17/2026

Vulnerability Publication Date: 3/17/2026

Reference Information

CVE: CVE-2026-27979

cwe: CWE-770