CVE-2026-56819
Last modified
CVE-2026-56819 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 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`. EPSS estimates a 0.35% chance of exploitation in the next 30 days.
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.
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.0, < 4.1.136 |
| Netty | Netty | >= 4.2.0, < 4.2.16 |
References
- https://github.com/netty/netty/security/advisories/GHSA-93wv-jw9v-4972Exploit, Vendor Advisory
- https://github.com/netty/netty/security/advisories/GHSA-93wv-jw9v-4972Exploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-56819?
How severe is CVE-2026-56819?
How do I fix CVE-2026-56819?
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-56813Improper Neutralization of Parameter/Argument Delimiters vul…2.1
- CVE-2026-56814Plug.Parsers.MULTIPART, the multipart request-body parser us…6.9
- CVE-2026-56815pwnlift before d7a9544, in a privileged deployment, contains…7.4
- CVE-2026-56816Netty is a network application framework for development of …7.5
- CVE-2026-56817Netty is a network application framework for development of …9.8
- CVE-2026-56818Netty is an asynchronous, event-driven network application f…6.5
- CVE-2026-5682A vulnerability has been found in Meesho Online Shopping App…3.7
- CVE-2026-56820Netty is a network application framework for development of …9.1
- CVE-2026-56821Netty is an asynchronous, event-driven network application f…7.4
- CVE-2026-56822Netty is an asynchronous, event-driven network application f…7.4
- CVE-2026-56823AutoGPT is a workflow automation platform for creating, depl…5.4
- CVE-2026-5683A vulnerability was found in Tenda CX12L 16.03.53.12. Affect…8
Are you affected by CVE-2026-56819?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
