Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-2qj4-mmr9-4v2f

Опубликовано: 17 авг. 2026
Источник: github
Github: Прошло ревью
CVSS3: 7.5

Описание

Netty: Memory Exhaustion in SctpMessageCompletionHandler

Summary

SctpMessageCompletionHandler does not limit the total size of buffered fragments, allowing an unauthenticated attacker to cause an OutOfMemoryError by sending large SCTP fragments.

Details

io.netty.handler.codec.sctp.SctpMessageCompletionHandler buffers fragments for incomplete SCTP messages. The fix for CVE-2026-46340 fixed unbounded memory growth by introducing limits on the number of concurrent incomplete messages (maxIncompleteSctpMessages) and the number of fragments per message (maxFragments).

While the count of fragments is now bounded, the handler still does not enforce a maximum size in bytes.

With the default limits of 128 messages and 128 fragments, and a typical max SCTP chunk size of 64KB, an attacker can consume up to ~1GB per connection. By opening a small number of concurrent connections, an attacker can easily exhaust the server's memory, causing an OutOfMemoryError.

Impact

Memory Exhaustion. Any application using Netty's SCTP transport with SctpMessageCompletionHandler is impacted.

Пакеты

Наименование

io.netty:netty-transport-sctp

maven
Затронутые версииВерсия исправления

>= 4.2.0.Final, <= 4.2.16.Final

4.2.17.Final

Наименование

io.netty:netty-transport-sctp

maven
Затронутые версииВерсия исправления

<= 4.1.136.Final

4.1.137.Final

EPSS

Процентиль: 30%
0.00371
Низкий

7.5 High

CVSS3

Дефекты

CWE-400

Связанные уязвимости

CVSS3: 7.5
ubuntu
9 дней назад

Netty is an asynchronous, event-driven network application framework. Prior to 4.1.137.Final and 4.2.17.Final, io.netty.handler.codec.sctp.SctpMessageCompletionHandler limits incomplete messages and fragment counts but not maxBufferedBytes, allowing unauthenticated peers to exhaust memory with large SCTP fragments. This issue is fixed in versions 4.1.137.Final and 4.2.17.Final.

CVSS3: 7.5
nvd
9 дней назад

Netty is an asynchronous, event-driven network application framework. Prior to 4.1.137.Final and 4.2.17.Final, io.netty.handler.codec.sctp.SctpMessageCompletionHandler limits incomplete messages and fragment counts but not maxBufferedBytes, allowing unauthenticated peers to exhaust memory with large SCTP fragments. This issue is fixed in versions 4.1.137.Final and 4.2.17.Final.

CVSS3: 7.5
debian
9 дней назад

Netty is an asynchronous, event-driven network application framework. ...

EPSS

Процентиль: 30%
0.00371
Низкий

7.5 High

CVSS3

Дефекты

CWE-400