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

exploitDog

nvd логотип

CVE-2017-13089

Опубликовано: 27 окт. 2017
Источник: nvd
CVSS3: 8.8
CVSS2: 9.3
EPSS Высокий

Уязвимость некорректной обработки длины куска данных в функции http.c:skip_short_body() в wget

Описание

Функция http.c:skip_short_body() вызывается в некоторых случаях, таких как обработка перенаправлений. Когда ответ отправляется фрагментированным в wget до версии 1.19.2, парсер фрагментов использует функцию strtol() для считывания длины каждого фрагмента, но не проверяет, является ли длина фрагмента неотрицательным числом. Затем код пытается пропустить фрагмент частями по 512 байт, используя макрос MIN(), но в результате передаёт отрицательное значение длины фрагмента в connect.c:fd_read(). Поскольку fd_read() принимает аргумент типа int, старшие 32 бита длины фрагмента отбрасываются, что оставляет fd_read() с полностью контролируемым злоумышленником значением аргумента длины.

Затронутые версии ПО

wget до версии 1.19.2

Тип уязвимости

Некорректная обработка данных, способная привести к эксплуатации уязвимости

Ссылки

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

Конфигурация 1
cpe:2.3:a:gnu:wget:*:*:*:*:*:*:*:*
Версия до 1.19.1 (включая)
Конфигурация 2

Одно из

cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*
cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*

EPSS

Процентиль: 99%
0.73113
Высокий

8.8 High

CVSS3

9.3 Critical

CVSS2

Дефекты

CWE-121
CWE-119

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

CVSS3: 8.8
ubuntu
около 8 лет назад

The http.c:skip_short_body() function is called in some circumstances, such as when processing redirects. When the response is sent chunked in wget before 1.19.2, the chunk parser uses strtol() to read each chunk's length, but doesn't check that the chunk length is a non-negative number. The code then tries to skip the chunk in pieces of 512 bytes by using the MIN() macro, but ends up passing the negative chunk length to connect.c:fd_read(). As fd_read() takes an int argument, the high 32 bits of the chunk length are discarded, leaving fd_read() with a completely attacker controlled length argument.

CVSS3: 7.8
redhat
около 8 лет назад

The http.c:skip_short_body() function is called in some circumstances, such as when processing redirects. When the response is sent chunked in wget before 1.19.2, the chunk parser uses strtol() to read each chunk's length, but doesn't check that the chunk length is a non-negative number. The code then tries to skip the chunk in pieces of 512 bytes by using the MIN() macro, but ends up passing the negative chunk length to connect.c:fd_read(). As fd_read() takes an int argument, the high 32 bits of the chunk length are discarded, leaving fd_read() with a completely attacker controlled length argument.

CVSS3: 8.8
debian
около 8 лет назад

The http.c:skip_short_body() function is called in some circumstances, ...

CVSS3: 8.8
github
больше 3 лет назад

The http.c:skip_short_body() function is called in some circumstances, such as when processing redirects. When the response is sent chunked in wget before 1.19.2, the chunk parser uses strtol() to read each chunk's length, but doesn't check that the chunk length is a non-negative number. The code then tries to skip the chunk in pieces of 512 bytes by using the MIN() macro, but ends up passing the negative chunk length to connect.c:fd_read(). As fd_read() takes an int argument, the high 32 bits of the chunk length are discarded, leaving fd_read() with a completely attacker controlled length argument.

CVSS3: 8.8
fstec
около 8 лет назад

Уязвимость обработчика протокола HTTP программного средства для загрузки файлов по сети Wget, позволяющая нарушителю выполнить произвольный код

EPSS

Процентиль: 99%
0.73113
Высокий

8.8 High

CVSS3

9.3 Critical

CVSS2

Дефекты

CWE-121
CWE-119