SCA: security update for io.netty:netty-codec-redis (GHSA-6jv9-x5w9-2ccm)

high Tenable Cloud Security Plugin ID 443085

Description

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

- Netty is a network application framework for development of protocol servers and clients. Prior to
versions 4.1.135.Final and 4.2.15.Final, the RedisArrayAggregator handler permanently leaks pooled direct-
memory buffers when a Redis pipeline connection closes before a RESP array aggregate completes. The
handler retains child messages in per-handler state (`depths` field) but defines no `channelInactive`,
`handlerRemoved`, or `exceptionCaught` method to release them when the pipeline tears down. Because the
leaked buffers are slices of `PooledByteBufAllocator` chunks, they prevent those chunks from being
returned to the JVM-wide direct-memory pool. Repeated connection churn by any network peer monotonically
drains this shared pool, eventually causing allocation failures on all Netty channels in the process.
Versions 4.1.135.Final and 4.2.15.Final patch the issue. (CVE-2026-48006)

Solution

Update the io.netty:netty-codec-redis library and its related packages to version 4.1.135.Final or later.

See Also

https://github.com/advisories/GHSA-6jv9-x5w9-2ccm

Plugin Details

Severity: High

ID: 443085

Version: Revision 1.3

Type: Local

Family: SCA Checks

Published: 6/11/2026

Updated: 6/16/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.72

Vendor

Vendor Severity: High

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-48006

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: High

Base Score: 8.7

Threat Score: 8.7

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:H/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/11/2026

Vulnerability Publication Date: 6/11/2026

Reference Information

CVE: CVE-2026-48006

cwe: CWE-401