PT-2026-47611 · Unknown+1 · Netty-Transport-Sctp+1
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
netty-transport-sctp versions prior to 4.1.135.Final
netty-transport-sctp versions prior to 4.2.15.Final
Description
A remote attacker can cause a Denial of Service (DoS) by sending specially crafted, non-complete Stream Control Transmission Protocol (SCTP) message fragments. The issue occurs because the handler uses
fragments.put(streamId, Unpooled.wrappedBuffer(frag, byteBuf)) for each non-complete fragment, creating a new CompositeByteBuf that wraps the previous accumulator. This results in an N-deep chain of composites where readableBytes() or getBytes() calls recurse N levels. Since there are no limits on the number of fragments, total bytes, or the number of streamId entries an attacker can open, a peer that never sets the complete flag can cause unbounded memory growth and excessive system resource consumption.Recommendations
Update netty-transport-sctp to version 4.1.135.Final or later.
Update netty-transport-sctp to version 4.2.15.Final or later.
Exploit
Fix
DoS
Allocation of Resources Without Limits
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Red Os
Netty-Transport-Sctp