Lucene search
+L

39 matches found

NVD
NVD
added 2026/08/07 6:17 p.m.10 views

CVE-2026-56818

Netty is an asynchronous, event-driven network application framework. Prior to 4.1.136.Final and 4.2.16.Final, the RedisArrayAggregator Redis codec clears retained partial aggregate state when the maxNestedArrayDepth limit is exceeded, but it does not clear the same state when the sibling...

6.5CVSS0.00465EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/07 5:16 p.m.12 views

Netty: RedisArrayAggregator max-elements failure leaves retained partial aggregate state

Summary RedisArrayAggregator clears retained partial aggregate state when the maxNestedArrayDepth limit is exceeded, but it does not clear the same state when the sibling maxElements limit is exceeded. A peer can start a valid RESP array, send a bulk-string child, then send a nested array header...

6.5CVSS5.4AI score0.00465EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/07 5:16 p.m.10 views

GHSA-P9JM-Q85P-7MCP Netty: RedisArrayAggregator max-elements failure leaves retained partial aggregate state

Summary RedisArrayAggregator clears retained partial aggregate state when the maxNestedArrayDepth limit is exceeded, but it does not clear the same state when the sibling maxElements limit is exceeded. A peer can start a valid RESP array, send a bulk-string child, then send a nested array header...

6.5CVSS5.5AI score0.00465EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/07 5:14 p.m.10 views

CVE-2026-56818

Netty is an asynchronous, event-driven network application framework. Prior to 4.1.136.Final and 4.2.16.Final, the RedisArrayAggregator Redis codec clears retained partial aggregate state when the maxNestedArrayDepth limit is exceeded, but it does not clear the same state when the sibling...

6.5CVSS5.3AI score0.00465EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/07 5:14 p.m.11 views

CVE-2026-56818 Netty: RedisArrayAggregator max-elements failure leaves retained partial aggregate state

Netty is an asynchronous, event-driven network application framework. Prior to 4.1.136.Final and 4.2.16.Final, the RedisArrayAggregator Redis codec clears retained partial aggregate state when the maxNestedArrayDepth limit is exceeded, but it does not clear the same state when the sibling...

6.5CVSS5.4AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/08/07 5:14 p.m.6 views

CVE-2026-56818 Netty: RedisArrayAggregator max-elements failure leaves retained partial aggregate state

Netty is an asynchronous, event-driven network application framework. Prior to 4.1.136.Final and 4.2.16.Final, the RedisArrayAggregator Redis codec clears retained partial aggregate state when the maxNestedArrayDepth limit is exceeded, but it does not clear the same state when the sibling...

6.5CVSS5.2AI score0.00465EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/07 5:14 p.m.63 views

CVE-2026-56818

CVE-2026-56818 affects Netty’s Redis codec (RedisArrayAggregator) where the maxElements path fails to clear retained partial aggregate state, causing a memory leak and attacker-controlled state to remain across a security-limit exception. The issue is triggered when a nested array header exceeds ...

6.5CVSS5.2AI score0.00465EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/04 1:59 p.m.9 views

netty-codec-redis: Netty: Denial of Service via malicious Redis array header

A flaw was found in Netty, a network application framework. The RedisArrayAggregator component pre-allocates memory based on the declared element count in a Redis array header. A remote attacker can exploit this by sending a small, malicious Redis array header that claims a huge initial capacity,...

7.5CVSS5.5AI score0.00461EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/07/09 3:29 p.m.6 views

netty-codec-redis: Netty: Denial of Service via malicious Redis array header

A flaw was found in Netty, a network application framework. The RedisArrayAggregator component pre-allocates memory based on the declared element count in a Redis array header. A remote attacker can exploit this by sending a small, malicious Redis array header that claims a huge initial capacity,...

7.5CVSS7.1AI score0.00461EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/07/09 12:0 a.m.15 views

SUSE SLED15 / SLES15 Security Update : netty, netty-tcnative (SUSE-SU-2026:2802-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:2802-1 advisory. This update for netty, netty-tcnative fixes the following issue This update for netty, netty-tcnative fixes th...

10CVSS6.2AI score0.01025EPSS
SaveExploits0References55
SUSE Linux
SUSE Linux
added 2026/07/08 7:6 p.m.6 views

Security update for netty, netty-tcnative

This update for netty, netty-tcnative fixes the following issue This update for netty, netty-tcnative fixes the following issues Upgrade netty to upstream version 4.1.135, netty-tcnative to upstream version 2.0.79: CVE-2026-44249: IPv6 Subnet Filter Bypass via Incorrect Comparator Masking...

9.2CVSS6.9AI score0.01025EPSS
SaveExploits0References72
Veracode
Veracode
added 2026/06/16 6:48 p.m.17 views

Denial Of Service (DoS)

Netty is vulnerable to Denial of Service DoS. The vulnerability is due to RedisArrayAggregator pre-allocating an ArrayList based on an untrusted RESP array element count from the network, which allows an attacker to trigger excessive memory allocation and exhaust system resources by sending a...

7.5CVSS5.2AI score0.00461EPSS
SaveExploits0References13Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/15 8:46 p.m.23 views

Netty: Unbounded pre-allocation in RedisArrayAggregator from RESP array length

Summary RedisArrayAggregator pre-allocates ArrayList with initial capacity equal to the RESP array element count declared in an array header. That count is taken from the wire before the corresponding child messages exist. A small malicious header can claim a huge initial capacity. Details The...

7.5CVSS5.3AI score0.00461EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/06/15 8:46 p.m.8 views

GHSA-5W86-C3RQ-VJJ7 Netty: Unbounded pre-allocation in RedisArrayAggregator from RESP array length

Summary RedisArrayAggregator pre-allocates ArrayList with initial capacity equal to the RESP array element count declared in an array header. That count is taken from the wire before the corresponding child messages exist. A small malicious header can claim a huge initial capacity. Details The...

7.5CVSS5.3AI score0.00461EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/06/12 4:39 p.m.9 views

Allocation of Resources Without Limits or Throttling

Overview Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in RedisArrayAggregator. An attacker who sends a small RESP array header declaring a very large element count can force the aggregator to reserve a large ArrayList via the...

8.7CVSS5.3AI score0.00461EPSS
SaveExploits0References2
NVD
NVD
added 2026/06/12 4:16 p.m.30 views

CVE-2026-50011

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, RedisArrayAggregator pre-allocates ArrayList with initial capacity equal to the RESP array element count declared in an array header. That count is taken fro...

7.5CVSS0.00461EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2026/06/12 4:16 p.m.8 views

CVE-2026-48006

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

8.7CVSS6.1AI score0.0074EPSS
SaveExploits0References4
OSV
OSV
added 2026/06/12 4:16 p.m.8 views

UBUNTU-CVE-2026-50011

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, RedisArrayAggregator pre-allocates ArrayList with initial capacity equal to the RESP array element count declared in an array header. That count is taken fro...

7.5CVSS5.3AI score0.00461EPSS
SaveExploits0References5
OSV
OSV
added 2026/06/12 4:16 p.m.9 views

UBUNTU-CVE-2026-48006

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

8.7CVSS5.3AI score0.0074EPSS
SaveExploits0References5
Veracode
Veracode
added 2026/06/12 2:58 p.m.18 views

Direct-Memory Resource Leak

RedisArrayAggregator is vulnerable to a direct-memory resource leak. The vulnerability is due to unreleased pooled direct-memory buffers when a Redis pipeline connection closes before a RESP array aggregation completes, which allows an attacker to repeatedly trigger connection churn and exhaust t...

8.7CVSS5.2AI score0.0074EPSS
SaveExploits0References13Affected Software1
Rows per page
Query Builder