CVE-2026-46340
Published:June 09, 2026
Updated:June 09, 2026
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.
Affected Packages
https://github.com/netty/netty.git (GITHUB):
Affected version(s) >=netty-4.2.0.Final <netty-4.2.15.FinalFix Suggestion:
Update to version netty-4.2.15.Finalhttps://github.com/netty/netty.git (GITHUB):
Affected version(s) >=netty-4.0.0.Alpha1 <netty-4.1.135.FinalFix Suggestion:
Update to version netty-4.1.135.Finalio.netty:netty-transport-sctp (JAVA):
Affected version(s) >=4.0.0.Beta1 <4.1.135.FinalFix Suggestion:
Update to version 4.1.135.Finalio.netty:netty-transport-sctp (JAVA):
Affected version(s) >=4.2.0.Final <4.2.15.FinalFix Suggestion:
Update to version 4.2.15.FinalRelated Resources (4)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Allocation of Resources Without Limits or Throttling