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

exploitDog

rocky логотип

RLSA-2026:67886

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

Описание

Moderate: coreutils security update

The coreutils packages contain the GNU Core Utilities and represent a combination of the previously used GNU fileutils, sh-utils, and textutils packages.

Security Fix(es):

  • coreutils: GNU coreutils uniq: Denial of Service and information disclosure via out-of-bounds read with multibyte input (CVE-2026-56391)

  • coreutils: GNU coreutils unexpand: Denial of Service via crafted tab stop values (CVE-2026-56392)

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

НаименованиеАрхитектураРелизRPM
coreutils-commonaarch648.el10_2.1coreutils-common-9.5-8.el10_2.1.aarch64.rpm
coreutilsaarch648.el10_2.1coreutils-9.5-8.el10_2.1.aarch64.rpm
coreutils-singleaarch648.el10_2.1coreutils-single-9.5-8.el10_2.1.aarch64.rpm
coreutilsx86_648.el10_2.1coreutils-9.5-8.el10_2.1.x86_64.rpm
coreutils-commonx86_648.el10_2.1coreutils-common-9.5-8.el10_2.1.x86_64.rpm
coreutils-singlex86_648.el10_2.1coreutils-single-9.5-8.el10_2.1.x86_64.rpm

Показывать по

Связанные CVE

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

oracle-oval
6 дней назад

ELSA-2026-67886: coreutils security update (MODERATE)

CVSS3: 6.1
ubuntu
около 2 месяцев назад

GNU coreutils uniq is vulnerable to an out‑of‑bounds read due to incorrect handling of multibyte input when the -w (--check-chars) option is used. The find_field() function miscalculates the byte length of characters by repeatedly processing a fixed pointer instead of advancing through the input, resulting in an inflated length value. This incorrect length is later used in a memcmp operation, causing reads beyond the allocated buffer when processing crafted multibyte input. When running GNU coreutils uniq with attacker-provided arguments, this behavior leads to a crash and potential adjacent heap memory exposure. This issue has been fixed in the commit d64e35a8a4c0e4608321433e0d84d917e4e36371.

CVSS3: 6.1
redhat
около 2 месяцев назад

GNU coreutils uniq is vulnerable to an out‑of‑bounds read due to incorrect handling of multibyte input when the -w (--check-chars) option is used. The find_field() function miscalculates the byte length of characters by repeatedly processing a fixed pointer instead of advancing through the input, resulting in an inflated length value. This incorrect length is later used in a memcmp operation, causing reads beyond the allocated buffer when processing crafted multibyte input. When running GNU coreutils uniq with attacker-provided arguments, this behavior leads to a crash and potential adjacent heap memory exposure. This issue has been fixed in the commit d64e35a8a4c0e4608321433e0d84d917e4e36371.

CVSS3: 6.1
nvd
около 2 месяцев назад

GNU coreutils uniq is vulnerable to an out‑of‑bounds read due to incorrect handling of multibyte input when the -w (--check-chars) option is used. The find_field() function miscalculates the byte length of characters by repeatedly processing a fixed pointer instead of advancing through the input, resulting in an inflated length value. This incorrect length is later used in a memcmp operation, causing reads beyond the allocated buffer when processing crafted multibyte input. When running GNU coreutils uniq with attacker-provided arguments, this behavior leads to a crash and potential adjacent heap memory exposure. This issue has been fixed in the commit d64e35a8a4c0e4608321433e0d84d917e4e36371.

msrc
около 2 месяцев назад

Out‑of‑bounds Read in GNU coreutils