boxscore/security
CVE · referencelatest edition

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.

CVE-2026-56819HIGH
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.
CWE-400, CWE-401 · CNA: GitHub_M · CVSS v3.1 · 5 references · NVD status: Analyzed

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
DateEventDetail
June 23, 2026ReservedReserved by GitHub_M
July 21, 2026EXPLOIT PUBLISHEDEXPLOIT PUBLISHED — CVE-2026-56819 (netty). Public exploit reference added.
July 21, 2026PublishedPublished (CNA: GitHub_M)
July 30, 2026EXPLOIT PUBLISHEDEXPLOIT PUBLISHED — CVE-2026-56819 (netty). Public exploit reference added.

Affected

Affected products and packages — 1 row
VendorProduct / PackageEcosystemVersion introducedFixed
nettynetty>= 4.2.0.Final, < 4.2.16.Final

Weaknesses

CWE-400 · CWE-401

References (5)

Related

Authoritative record: CVE-2026-56819 at cve.org

Vendors: netty

Weaknesses: CWE-400 · CWE-401

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.