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

exploitDog

github логотип

GHSA-4g8c-wm8x-jfhw

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

Описание

SslHandler doesn't correctly validate packets which can lead to native crash when using native SSLEngine

Impact

When a special crafted packet is received via SslHandler it doesn't correctly handle validation of such a packet in all cases which can lead to a native crash.

Workarounds

As workaround its possible to either disable the usage of the native SSLEngine or changing the code from:

SslContext context = ...; SslHandler handler = context.newHandler(....);

to:

SslContext context = ...; SSLEngine engine = context.newEngine(....); SslHandler handler = new SslHandler(engine, ....);

Пакеты

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

io.netty:netty-handler

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

>= 4.1.91.Final, <= 4.1.117.Final

4.1.118.Final

EPSS

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

7.5 High

CVSS3

Дефекты

CWE-20

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

CVSS3: 7.5
ubuntu
4 месяца назад

Netty, an asynchronous, event-driven network application framework, has a vulnerability starting in version 4.1.91.Final and prior to version 4.1.118.Final. When a special crafted packet is received via SslHandler it doesn't correctly handle validation of such a packet in all cases which can lead to a native crash. Version 4.1.118.Final contains a patch. As workaround its possible to either disable the usage of the native SSLEngine or change the code manually.

CVSS3: 7.5
redhat
4 месяца назад

Netty, an asynchronous, event-driven network application framework, has a vulnerability starting in version 4.1.91.Final and prior to version 4.1.118.Final. When a special crafted packet is received via SslHandler it doesn't correctly handle validation of such a packet in all cases which can lead to a native crash. Version 4.1.118.Final contains a patch. As workaround its possible to either disable the usage of the native SSLEngine or change the code manually.

CVSS3: 7.5
nvd
4 месяца назад

Netty, an asynchronous, event-driven network application framework, has a vulnerability starting in version 4.1.91.Final and prior to version 4.1.118.Final. When a special crafted packet is received via SslHandler it doesn't correctly handle validation of such a packet in all cases which can lead to a native crash. Version 4.1.118.Final contains a patch. As workaround its possible to either disable the usage of the native SSLEngine or change the code manually.

CVSS3: 7.5
debian
4 месяца назад

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

CVSS3: 7.5
fstec
4 месяца назад

Уязвимость сетевого программного средства Netty, связанная с неправильной проверкой входных данных, позволяющая нарушителю вызвать отказ в обслуживании

EPSS

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

7.5 High

CVSS3

Дефекты

CWE-20