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

exploitDog

suse-cvrf логотип

SUSE-SU-2026:2440-1

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

Описание

Security update for glibc

This update for glibc fixes the following issues:

  • CVE-2026-5928: libio: Fix ungetwc operating on byte stream (bsc#1262464, BZ #33998)
  • CVE-2026-5450: stdio-common: Fix buffer overflow in scanf %mc (bsc#1262465, BZ #34008)
  • CVE-2026-4046: Use pending character state in IBM1390, IBM1399 character sets (bsc#1261206, BZ #33980)

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

Image SLES12-SP5-Azure-BYOS
glibc-2.22-114.46.1
glibc-i18ndata-2.22-114.46.1
glibc-locale-2.22-114.46.1
nscd-2.22-114.46.1
Image SLES12-SP5-Azure-HPC-BYOS
glibc-2.22-114.46.1
glibc-32bit-2.22-114.46.1
glibc-devel-2.22-114.46.1
glibc-i18ndata-2.22-114.46.1
glibc-locale-2.22-114.46.1
nscd-2.22-114.46.1
Image SLES12-SP5-Azure-HPC-On-Demand
glibc-2.22-114.46.1
glibc-32bit-2.22-114.46.1
glibc-devel-2.22-114.46.1
glibc-i18ndata-2.22-114.46.1
glibc-locale-2.22-114.46.1
nscd-2.22-114.46.1
Image SLES12-SP5-Azure-SAP-BYOS
glibc-2.22-114.46.1
glibc-i18ndata-2.22-114.46.1
glibc-locale-2.22-114.46.1
nscd-2.22-114.46.1
Image SLES12-SP5-Azure-SAP-On-Demand
glibc-2.22-114.46.1
glibc-i18ndata-2.22-114.46.1
glibc-locale-2.22-114.46.1
nscd-2.22-114.46.1
Image SLES12-SP5-Azure-Standard-On-Demand
glibc-2.22-114.46.1
glibc-i18ndata-2.22-114.46.1
glibc-locale-2.22-114.46.1
nscd-2.22-114.46.1
Image SLES12-SP5-EC2-SAP-On-Demand
glibc-2.22-114.46.1
glibc-i18ndata-2.22-114.46.1
glibc-locale-2.22-114.46.1
nscd-2.22-114.46.1
SUSE Linux Enterprise Server 12 SP5-LTSS
glibc-2.22-114.46.1
glibc-32bit-2.22-114.46.1
glibc-devel-2.22-114.46.1
glibc-devel-32bit-2.22-114.46.1
glibc-devel-static-2.22-114.46.1
glibc-html-2.22-114.46.1
glibc-i18ndata-2.22-114.46.1
glibc-info-2.22-114.46.1
glibc-locale-2.22-114.46.1
glibc-locale-32bit-2.22-114.46.1
glibc-profile-2.22-114.46.1
glibc-profile-32bit-2.22-114.46.1
nscd-2.22-114.46.1
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5
glibc-2.22-114.46.1
glibc-32bit-2.22-114.46.1
glibc-devel-2.22-114.46.1
glibc-devel-32bit-2.22-114.46.1
glibc-devel-static-2.22-114.46.1
glibc-html-2.22-114.46.1
glibc-i18ndata-2.22-114.46.1
glibc-info-2.22-114.46.1
glibc-locale-2.22-114.46.1
glibc-locale-32bit-2.22-114.46.1
glibc-profile-2.22-114.46.1
glibc-profile-32bit-2.22-114.46.1
nscd-2.22-114.46.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.


Затронутые продукты
Image SLES12-SP5-Azure-BYOS:glibc-2.22-114.46.1
Image SLES12-SP5-Azure-BYOS:glibc-i18ndata-2.22-114.46.1
Image SLES12-SP5-Azure-BYOS:glibc-locale-2.22-114.46.1
Image SLES12-SP5-Azure-BYOS:nscd-2.22-114.46.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.


Затронутые продукты
Image SLES12-SP5-Azure-BYOS:glibc-2.22-114.46.1
Image SLES12-SP5-Azure-BYOS:glibc-i18ndata-2.22-114.46.1
Image SLES12-SP5-Azure-BYOS:glibc-locale-2.22-114.46.1
Image SLES12-SP5-Azure-BYOS:nscd-2.22-114.46.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.


Затронутые продукты
Image SLES12-SP5-Azure-BYOS:glibc-2.22-114.46.1
Image SLES12-SP5-Azure-BYOS:glibc-i18ndata-2.22-114.46.1
Image SLES12-SP5-Azure-BYOS:glibc-locale-2.22-114.46.1
Image SLES12-SP5-Azure-BYOS:nscd-2.22-114.46.1

Ссылки
Уязвимость SUSE-SU-2026:2440-1