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

exploitDog

rocky логотип

RLSA-2026:1617

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

Описание

Moderate: kernel security update

The kernel packages contain the Linux kernel, the core of any Linux operating system.

Security Fix(es):

  • kernel: net/sched: mqprio: fix stack out-of-bounds write in tc entry parsing (CVE-2025-38568)

  • kernel: ASoC: Intel: bytcr_rt5640: Fix invalid quirk input mapping (CVE-2025-40154)

  • kernel: devlink: rate: Unset parent pointer in devl_rate_nodes_destroy (CVE-2025-40251)

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 9

НаименованиеАрхитектураРелизRPM
kernelaarch64611.27.1.el9_7kernel-5.14.0-611.27.1.el9_7.aarch64.rpm
kernel-64kaarch64611.27.1.el9_7kernel-64k-5.14.0-611.27.1.el9_7.aarch64.rpm
kernel-64k-coreaarch64611.27.1.el9_7kernel-64k-core-5.14.0-611.27.1.el9_7.aarch64.rpm
kernel-64k-debugaarch64611.27.1.el9_7kernel-64k-debug-5.14.0-611.27.1.el9_7.aarch64.rpm
kernel-64k-debug-coreaarch64611.27.1.el9_7kernel-64k-debug-core-5.14.0-611.27.1.el9_7.aarch64.rpm
kernel-64k-debug-modulesaarch64611.27.1.el9_7kernel-64k-debug-modules-5.14.0-611.27.1.el9_7.aarch64.rpm
kernel-64k-debug-modules-coreaarch64611.27.1.el9_7kernel-64k-debug-modules-core-5.14.0-611.27.1.el9_7.aarch64.rpm
kernel-64k-debug-modules-extraaarch64611.27.1.el9_7kernel-64k-debug-modules-extra-5.14.0-611.27.1.el9_7.aarch64.rpm
kernel-64k-modulesaarch64611.27.1.el9_7kernel-64k-modules-5.14.0-611.27.1.el9_7.aarch64.rpm
kernel-64k-modules-coreaarch64611.27.1.el9_7kernel-64k-modules-core-5.14.0-611.27.1.el9_7.aarch64.rpm

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

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

oracle-oval
6 месяцев назад

ELSA-2026-1617: kernel security update (MODERATE)

rocky
6 месяцев назад

Important: kernel security update

oracle-oval
6 месяцев назад

ELSA-2026-1690: kernel security update (IMPORTANT)

CVSS3: 7.8
ubuntu
12 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: net/sched: mqprio: fix stack out-of-bounds write in tc entry parsing TCA_MQPRIO_TC_ENTRY_INDEX is validated using NLA_POLICY_MAX(NLA_U32, TC_QOPT_MAX_QUEUE), which allows the value TC_QOPT_MAX_QUEUE (16). This leads to a 4-byte out-of-bounds stack write in the fp[] array, which only has room for 16 elements (0–15). Fix this by changing the policy to allow only up to TC_QOPT_MAX_QUEUE - 1.

CVSS3: 4.7
redhat
12 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: net/sched: mqprio: fix stack out-of-bounds write in tc entry parsing TCA_MQPRIO_TC_ENTRY_INDEX is validated using NLA_POLICY_MAX(NLA_U32, TC_QOPT_MAX_QUEUE), which allows the value TC_QOPT_MAX_QUEUE (16). This leads to a 4-byte out-of-bounds stack write in the fp[] array, which only has room for 16 elements (0–15). Fix this by changing the policy to allow only up to TC_QOPT_MAX_QUEUE - 1.