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

exploitDog

nvd логотип

CVE-2024-40642

Опубликовано: 18 июл. 2024
Источник: nvd
CVSS3: 8.1
EPSS Низкий

Описание

The netty incubator codec.bhttp is a java language binary http parser. In affected versions the BinaryHttpParser class does not properly validate input values thus giving attackers almost complete control over the HTTP requests constructed from the parsed output. Attackers can abuse several issues individually to perform various injection attacks including HTTP request smuggling, desync attacks, HTTP header injections, request queue poisoning, caching attacks and Server Side Request Forgery (SSRF). Attacker could also combine several issues to create well-formed messages for other text-based protocols which may result in attacks beyond the HTTP protocol. The BinaryHttpParser class implements the readRequestHead method which performs most of the relevant parsing of the received request. The data structure prefixes values with a variable length integer value. The parsing code below first gets the lengths of the values from the prefixed variable length integer. After it has all of the l

Уязвимые конфигурации

Конфигурация 1
cpe:2.3:a:netty:netty-incubator-codec-ohttp:*:*:*:*:*:*:*:*
Версия до 0.0.13 (исключая)

EPSS

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

8.1 High

CVSS3

Дефекты

CWE-20

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

CVSS3: 8.1
github
больше 1 года назад

Absent Input Validation in BinaryHttpParser

EPSS

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

8.1 High

CVSS3

Дефекты

CWE-20