CVE-2026-56818Medium· 6.5▾ SunlitNetty 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, b…
▾ Sunlit zone — Low / medium · no exploitation signal
impact 35.8 · likelihood 0.1 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
Exploit-prediction probability, daily snapshots since Aug 8.
Disclosure to exploitation, from the record and what we observed since indexing it.
Disclosed via NVD
0.5%
Last analysed / modified upstream
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 maxElements limit is exceeded. A peer can start a valid RESP array, send a bulk string child, then send a nested array header longer than the configured maxElements. Netty throws a decoder exception in decodeRedisArrayHeader, but the existing partial aggregate remains retained in the handler. If the application leaves the channel alive after the exception, later messages are still consumed into the pre-error aggregate, allowing an unauthenticated peer to keep attacker-controlled aggregate state alive across a security-limit exception and pin retained pooled buffers. This issue is fixed in versions 4.1.136.Final and 4.2.16.Final.
netty < 4.1.136netty >= 4.2.0, < 4.2.16Upgrade past the affected range:
netty 4.2.16Affected packages:
io.netty:netty-codec-redis < 4.1.136.Finalio.netty:netty-codec-redis >= 4.2.0-Final, < 4.2.16.FinalPatched in:
io.netty:netty-codec-redis 4.1.136.Finalio.netty:netty-codec-redis 4.2.16.FinalSource: https://github.com/advisories/GHSA-p9jm-q85p-7mcp
Connected by shared product, vendor, weakness, or advisory.
CVE-2026-73508Medium· 5.3Netty is an asynchronous, event-driven network application framework
CVE-2026-48006High· 7.5Netty is a network application framework for development of protocol servers and clients
CVE-2026-48043Medium· 5.3Netty is a network application framework for development of protocol servers and clients
GHSA-mfg7-5gfp-c4w3Medium· 5.3Netty: Memory Leak in DNS Record Decoder via Malformed Domain Names
CVE-2026-48059High· 7.5Netty is a network application framework for development of protocol servers and clients
GHSA-v74w-7mr3-4qg3High· 7.5Netty: Denial of Service in XmlFrameDecoder via CPU Exhaustion