CVE-2026-46340
Last modified
CVE-2026-46340 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 of netty-transport-sctp prior to 4.1.135.Final and 4.2.15.Final, for each non-complete SctpMessage fragment the handler does `fragments.put(streamId, Unpooled.wrappedBuffer(frag, byteBuf))`, wrapping the previous accumulator and the new slice into a *new* CompositeByteBuf every time. EPSS estimates a 0.45% chance of exploitation in the next 30 days.
Description
Netty is a network application framework for development of protocol servers and clients. In versions of netty-transport-sctp prior to 4.1.135.Final and 4.2.15.Final, for each non-complete SctpMessage fragment the handler does `fragments.put(streamId, Unpooled.wrappedBuffer(frag, byteBuf))`, wrapping the previous accumulator and the new slice into a *new* CompositeByteBuf every time. After N fragments the accumulator is an N-deep chain of composites, each holding references and component arrays; readableBytes()/getBytes() on the final buffer recurse N levels. There is no limit on N, on total bytes, or on the number of streamIdentifiers an attacker can open (each gets its own map entry). A peer that never sets the `complete` flag can grow this structure indefinitely from tiny 1-byte DATA chunks. 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-46340?
How severe is CVE-2026-46340?
How do I fix CVE-2026-46340?
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-46334OpenSIPS is a Session Initiation Protocol (SIP) server imple…8.7
- CVE-2026-46336Manyfold is an open source, self-hosted web application for …7.1
- CVE-2026-46337WWBN AVideo is an open source video platform. In 29.0 and ea…5.3
- CVE-2026-46338PyMdown Extensions is a set of extensions for the Python-Mar…4.3
- CVE-2026-463399Router is an AI router & token saver. From 0.4.30 until 0.4…10
- CVE-2026-4634A flaw was found in Keycloak. An unauthenticated attacker ca…7.5
- CVE-2026-46341The Apify MCP server enables AI agents to extract data from …6.1
- CVE-2026-46342Nuxt is an open-source web development framework for Vue.js.…5.4
- CVE-2026-46344liboqs is a C-language cryptographic library that provides i…5.3
- CVE-2026-46348Mastodon is a free, open-source social network server based …8.7
- CVE-2026-46349Mastodon is a free, open-source social network server based …5.3
- CVE-2026-4635Mattermost versions 11.6.x <= 11.6.0, 11.5.x <= 11.5.3, 11.4…5.3
Are you affected by CVE-2026-46340?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
