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

exploitDog

rocky логотип

RLSA-2026:33092

Опубликовано: 05 июл. 2026
Источник: rocky
Оценка: Moderate

Описание

Moderate: glibc security, bug fix, and enhancement update

The glibc packages provide the standard C libraries (libc), POSIX thread libraries (libpthread), standard math libraries (libm), and the name service cache daemon (nscd) used by multiple programs on the system. Without these libraries, the Linux system cannot function correctly.

Security Fix(es):

  • glibc: glibc: Heap Buffer Overflow in scanf with %mc format specifier and large width (CVE-2026-5450)

Bug Fix(es) and Enhancement(s):

  • Backport Zen5 IFUNC changes to prefer AVX512/EVEX?512 string implementations on Rocky Linux 10 [rhel-10] (JIRA:Rocky Linux-174869)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Затронутые продукты

  • Rocky Linux 10

Связанные CVE

Исправления

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

CVSS3: 9.8
ubuntu
3 месяца назад

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.

CVSS3: 5
redhat
3 месяца назад

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.

CVSS3: 9.8
nvd
3 месяца назад

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.

msrc
3 месяца назад

scanf %mc off-by-one heap buffer overflow

CVSS3: 9.8
debian
3 месяца назад

Calling the scanf family of functions with a %mc (malloc'd character m ...