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

exploitDog

oracle-oval логотип

ELSA-2023-2077

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

Описание

ELSA-2023-2077: libwebp security update (IMPORTANT)

[0.3.0-11]

  • Added fix for mzbz#1819244

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

Oracle Linux 7

Oracle Linux aarch64

libwebp

0.3.0-11.el7

libwebp-devel

0.3.0-11.el7

libwebp-java

0.3.0-11.el7

libwebp-tools

0.3.0-11.el7

Oracle Linux x86_64

libwebp

0.3.0-11.el7

libwebp-devel

0.3.0-11.el7

libwebp-java

0.3.0-11.el7

libwebp-tools

0.3.0-11.el7

Связанные CVE

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

CVSS3: 5.3
ubuntu
около 2 лет назад

There exists a use after free/double free in libwebp. An attacker can use the ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is still assigned to trial and the AddressSanitizer will attempt a double free.

CVSS3: 7.5
redhat
больше 2 лет назад

There exists a use after free/double free in libwebp. An attacker can use the ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is still assigned to trial and the AddressSanitizer will attempt a double free.

CVSS3: 5.3
nvd
около 2 лет назад

There exists a use after free/double free in libwebp. An attacker can use the ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is still assigned to trial and the AddressSanitizer will attempt a double free.

msrc
почти 2 года назад

Chromium: CVE-2023-1999 Use after free in libwebp

CVSS3: 5.3
debian
около 2 лет назад

There exists a use after free/double free in libwebp. An attacker can ...