Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.
Netty: HTTP/2 decompression leaks ByteBuf reference count when the decompressor channel is already closed (Direct memory leak / OOM DoS)
AV AC PR UI S C I A CVSS EPSS %ile KEV
N L N N U N N H 7.5 .0037 29.8 —
AFFECTED
Product Versions Fixed
netty >= 4.2.0.Final, < 4.2.16.Final – —
TIMELINE
Jun 23 Reserved by GitHub_M
Jul 21 EXPLOIT PUBLISHED — CVE-2026-56819 (netty). Public exploit reference added.
Jul 21 Published (CNA: GitHub_M)
Jul 30 EXPLOIT PUBLISHED — CVE-2026-56819 (netty). Public exploit reference added.
Description
Netty is a network application framework for development of protocol servers and clients. In versions 4.2.0.Final through 4.2.15.Final and 4.1.0.Final through 4.1.135.Final, a remote unauthenticated peer can leak one direct `ByteBuf` per HTTP/2 `DATA` frame in applications that enable HTTP/2 content decompression via `DelegatingDecompressorFrameListener`. When a `DATA` frame is processed for a stream whose decompressor has already been closed, `Http2Decompressor.decompress(...)` calls `decompressor.writeInbound(data.retain())` and does not release the retained buffer on the error path, eventually exhausting direct memory and crashing the JVM. This issue is fixed in versions 4.1.136.Final and 4.2.16.Final.
Lifecycle
Complete event history — 4 events, chronological
| Date | Event | Detail |
| June 23, 2026 | Reserved | Reserved by GitHub_M |
| July 21, 2026 | EXPLOIT PUBLISHED | EXPLOIT PUBLISHED — CVE-2026-56819 (netty). Public exploit reference added. |
| July 21, 2026 | Published | Published (CNA: GitHub_M) |
| July 30, 2026 | EXPLOIT PUBLISHED | EXPLOIT PUBLISHED — CVE-2026-56819 (netty). Public exploit reference added. |
Affected
Affected products and packages — 1 row
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| netty | netty | — | >= 4.2.0.Final, < 4.2.16.Final | — |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2026-56819 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.