SCA: security update for next (GHSA-68g3-v927-f742)

medium Tenable Self-Hosted Container Security Plugin ID 445180

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. In versions 12.0.0 through 15.5.20
and 16.0.0 through 16.2.10, a server-side fetch with a request body may return a cached response body from
a different request to the same URL but different body. Confidential data in the POST's response body
would then leak to unauthorized requests. Though the request itself will not be deduped. This only applies
to fetch calls with a request that has a different init than the one passed to fetch. A safe request would
be: fetch(new Request(init), init). An unsafe request would be: fetch(new Request(init), aDifferentInit).
This issue has been fixed in versions 15.5.21 and 16.2.11. (CVE-2026-64648)

Solution

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

See Also

https://github.com/advisories/GHSA-68g3-v927-f742

Plugin Details

Severity: Medium

ID: 445180

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 7/23/2026

Updated: 8/10/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 2.1

Percentile: 7.92

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.4

Temporal Score: 4.7

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

CVSS Score Source: CVE-2026-64648

CVSS v3

Risk Factor: Medium

Base Score: 5.4

Temporal Score: 4.7

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

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

CVSS v4

Risk Factor: Medium

Base Score: 6

Threat Score: 2.3

Threat Vector: CVSS:4.0/E:U

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 7/22/2026

Vulnerability Publication Date: 7/22/2026

Reference Information

CVE: CVE-2026-64648

cwe: CWE-524