CVE detail
CVE-2026-48043
Netty is a network application framework for development of protocol servers and clients. In netty-codec-http2 prior to versions 4.1.135.Final and 4.2.15.Final, the `DelegatingDecompressorFrameListener` class orchestrates HTTP/2 decompression by embedding a per-stream `EmbeddedChannel` that runs the appropriate decompression codec (gzip, deflate, zstd) and forwards decompressed chunks to a wrapped listener. Each decompressed chunk is a pooled `ByteBuf` handed to an anonymous `ChannelInboundHandlerAdapter` tail handler, which becomes the sole owner responsible for releasing it. A remote peer could send frames that would result in the flow-controller throwing and so trigger a resource leak which at the end might take down the whole JVM due OOME. Versions 4.1.135.Final and 4.2.15.Final patch the issue.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 26.4 · diversity 13.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 0
- within the 30d window
- Peak daily
- 0
- highest bucket
Evidence
Source links by recency
13 source links · newest first
- https://access.redhat.com/errata/RHSA-2026:41951access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 4:16 PM - https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-48043.jsonsecurity.access.redhat.com
No excerpt available.
Vendor Advisorysecurity.access.redhat.comJun 12, 2026, 4:16 PM - https://bugzilla.redhat.com/show_bug.cgi?id=2488442bugzilla.redhat.com
No excerpt available.
Exploitbugzilla.redhat.comJun 12, 2026, 4:16 PM - https://access.redhat.com/security/cve/CVE-2026-48043access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 4:16 PM - https://access.redhat.com/errata/RHSA-2026:37390access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 4:16 PM - https://access.redhat.com/errata/RHSA-2026:36820access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 4:16 PM - https://access.redhat.com/errata/RHSA-2026:34608access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 4:16 PM - https://access.redhat.com/errata/RHSA-2026:26586access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 4:16 PM - https://access.redhat.com/errata/RHSA-2026:26018access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 4:16 PM - https://access.redhat.com/errata/RHSA-2026:26017access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 12, 2026, 4:16 PM No excerpt available.
Exploitgithub.comJun 12, 2026, 4:16 PMNo excerpt available.
Exploitgithub.comJun 12, 2026, 4:16 PMNo excerpt available.
Exploitgithub.comJun 12, 2026, 4:16 PM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2026-1605CVSS 7.5 · High
In Eclipse Jetty, versions 12.0.0-12.0.31 and 12.1.0-12.0.5, class GzipHandler exposes a vulnerability when a compressed HTTP request, with Content-Encoding: gzip, is processed an…
- CVE-2022-22155CVSS 6.5 · Medium
An Uncontrolled Resource Consumption vulnerability in the handling of IPv6 neighbor state change events in Juniper Networks Junos OS allows an adjacent attacker to cause a memory…
- CVE-2026-48006CVSS 8.7 · High
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 perman…
- CVE-2026-56819CVSS 7.5 · High
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 rem…
- CVE-2026-36590CVSS 7.5 · High
An issue in EMQ NanoMQ v.0.24.9 allows a remote attacker to cause a denial of service via the nni_qos_db_set function in broker_tcp.c component
- CVE-2024-7708CVSS 7.5 · High
For requests that have a body, but reading the body may end up in reading 0 bytes, there is a buffer leak. This is particularly the case for 100-Continue, but any request where th…