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

exploitDog

oracle-oval логотип

ELSA-2017-3075

Опубликовано: 26 окт. 2017
Источник: oracle-oval
Платформа: Oracle Linux 7

Описание

ELSA-2017-3075: wget security update (IMPORTANT)

[1.14-15.1]

  • Fixed various security flaws (CVE-2017-13089, CVE-2017-13090)

Обновленные пакеты

Oracle Linux 7

Oracle Linux aarch64

wget

1.14-15.el7_4.1

Oracle Linux x86_64

wget

1.14-15.el7_4.1

Связанные CVE

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

suse-cvrf
около 8 лет назад

Security update for wget

suse-cvrf
почти 8 лет назад

Security update for wget

suse-cvrf
почти 8 лет назад

Security update for wget

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

The retr.c:fd_read_body() function is called when processing OK responses. 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 read the chunk in pieces of 8192 bytes by using the MIN() macro, but ends up passing the negative chunk length to retr.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. The attacker can corrupt malloc metadata after the allocated buffer.

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

The retr.c:fd_read_body() function is called when processing OK responses. 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 read the chunk in pieces of 8192 bytes by using the MIN() macro, but ends up passing the negative chunk length to retr.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. The attacker can corrupt malloc metadata after the allocated buffer.