CVE-2026-56819
What was affected: Netty versions 4.2.0.Final–4.2.15.Final and 4.1.0.Final–4.1.135.Final. Root cause: when processing HTTP/2 DATA frames for streams whose decompressor had already closed, Http2Decompressor.decompress(...) retains the inbound ByteBuf and does not release it on the error path, leak...