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

exploitDog

suse-cvrf логотип

openSUSE-SU-2026:20764-1

Опубликовано: 18 мая 2026
Источник: suse-cvrf

Описание

Security update for glibc

This update for glibc fixes the following issues

  • CVE-2026-4046: assertion failure when converting inputs may be used to remotely crash an application (bsc#1261206).
  • CVE-2026-5450: stdio-common: scanf %mc pattern will cause heap overflow when width > 1024 (bsc#1262465).
  • CVE-2026-5928: libio: ungetwc could be used to leak data on special conditions (bsc#1262464).

Список пакетов

openSUSE Leap 16.0
cross-aarch64-glibc-devel-2.40-160000.5.1
cross-ppc64le-glibc-devel-2.40-160000.5.1
cross-riscv64-glibc-devel-2.40-160000.5.1
cross-s390x-glibc-devel-2.40-160000.5.1
glibc-2.40-160000.5.1
glibc-devel-2.40-160000.5.1
glibc-devel-static-2.40-160000.5.1
glibc-extra-2.40-160000.5.1
glibc-gconv-modules-extra-2.40-160000.5.1
glibc-html-2.40-160000.5.1
glibc-i18ndata-2.40-160000.5.1
glibc-info-2.40-160000.5.1
glibc-lang-2.40-160000.5.1
glibc-locale-2.40-160000.5.1
glibc-locale-base-2.40-160000.5.1
glibc-profile-2.40-160000.5.1
glibc-utils-2.40-160000.5.1

Описание

The iconv() function in the GNU C Library versions 2.43 and earlier may crash due to an assertion failure when converting inputs from the IBM1390 or IBM1399 character sets, which may be used to remotely crash an application. This vulnerability can be trivially mitigated by removing the IBM1390 and IBM1399 character sets from systems that do not need them.


Затронутые продукты
openSUSE Leap 16.0:cross-aarch64-glibc-devel-2.40-160000.5.1
openSUSE Leap 16.0:cross-ppc64le-glibc-devel-2.40-160000.5.1
openSUSE Leap 16.0:cross-riscv64-glibc-devel-2.40-160000.5.1
openSUSE Leap 16.0:cross-s390x-glibc-devel-2.40-160000.5.1

Ссылки

Описание

Calling the scanf family of functions with a %mc (malloc'd character match) in the GNU C Library version 2.7 to version 2.43 with a format width specifier with an explicit width greater than 1024 could result in a one byte heap buffer overflow.


Затронутые продукты
openSUSE Leap 16.0:cross-aarch64-glibc-devel-2.40-160000.5.1
openSUSE Leap 16.0:cross-ppc64le-glibc-devel-2.40-160000.5.1
openSUSE Leap 16.0:cross-riscv64-glibc-devel-2.40-160000.5.1
openSUSE Leap 16.0:cross-s390x-glibc-devel-2.40-160000.5.1

Ссылки

Описание

Calling the ungetwc function on a FILE stream with wide characters encoded in a character set that has overlaps between its single byte and multi-byte character encodings, in the GNU C Library version 2.43 or earlier, may result in an attempt to read bytes before an allocated buffer, potentially resulting in unintentional disclosure of neighboring data in the heap, or a program crash. A bug in the wide character pushback implementation (_IO_wdefault_pbackfail in libio/wgenops.c) causes ungetwc() to operate on the regular character buffer (fp->_IO_read_ptr) instead of the actual wide-stream read pointer (fp->_wide_data->_IO_read_ptr). The program crash may happen in cases where fp->_IO_read_ptr is not initialized and hence points to NULL. The buffer under-read requires a special situation where the input character encoding is such that there are overlaps between single byte representations and multibyte representations in that encoding, resulting in spurious matches. The spurious match case is not possible in the standard Unicode character sets.


Затронутые продукты
openSUSE Leap 16.0:cross-aarch64-glibc-devel-2.40-160000.5.1
openSUSE Leap 16.0:cross-ppc64le-glibc-devel-2.40-160000.5.1
openSUSE Leap 16.0:cross-riscv64-glibc-devel-2.40-160000.5.1
openSUSE Leap 16.0:cross-s390x-glibc-devel-2.40-160000.5.1

Ссылки