CVE-2026-48043
Last modified
CVE-2026-48043 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.62% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Netty | Netty | < 4.1.135 |
| Netty | Netty | >= 4.2.0, < 4.2.15 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-48043?
How severe is CVE-2026-48043?
How do I fix CVE-2026-48043?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48037Hulumi is an open-source toolkit that ships secure-by-defaul…6.3
- CVE-2026-48038joi is a schema description language and data validator for …5.3
- CVE-2026-48039Meta Ads MCP is a Model Context Protocol (MCP) server that l…9.1
- CVE-2026-4804The Zakra theme for WordPress is vulnerable to Stored Cross-…6.4
- CVE-2026-48040The netty incubator codec.bhttp is a java language binary ht…9.1
- CVE-2026-48042Envoy is an open source edge and service proxy designed for …7.5
- CVE-2026-48044Envoy is an open source edge and service proxy designed for …7.5
- CVE-2026-48045Zeroconf is a pure Python implementation of multicast DNS se…6.5
- CVE-2026-48046Streambert is a cross-platform Electron Desktop App to strea…9.3
- CVE-2026-48047XWiki Platform WebJars API is a package for XWiki, a generic…5.9
- CVE-2026-48048XWiki Platform is a generic wiki platform. XWiki discovered …7.5
- CVE-2026-48049@hapi/inert provides static file and directory handlers for …5.3
Are you affected by CVE-2026-48043?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
