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

exploitDog

rocky логотип

RLSA-2026:38492

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

Описание

Important: kernel security update

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

Security Fix(es):

  • kernel: md/bitmap: fix GPF in write_page caused by resize race (CVE-2026-43163)

  • kernel: rtmutex: Use waiter::task instead of current in remove_waiter() (CVE-2026-43499)

  • kernel: futex/requeue: Prevent NULL pointer dereference in remove_waiter() on self-deadlock (CVE-2026-53166)

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
kernel-debug-corex86_64211.33.1.el10_2kernel-debug-core-6.12.0-211.33.1.el10_2.x86_64.rpm
kernel-uki-virt-addonsx86_64211.33.1.el10_2kernel-uki-virt-addons-6.12.0-211.33.1.el10_2.x86_64.rpm
kernel-debug-modules-corex86_64211.33.1.el10_2kernel-debug-modules-core-6.12.0-211.33.1.el10_2.x86_64.rpm
kernelx86_64211.33.1.el10_2kernel-6.12.0-211.33.1.el10_2.x86_64.rpm
kernel-modulesx86_64211.33.1.el10_2kernel-modules-6.12.0-211.33.1.el10_2.x86_64.rpm
kernel-debugx86_64211.33.1.el10_2kernel-debug-6.12.0-211.33.1.el10_2.x86_64.rpm
kernel-modules-corex86_64211.33.1.el10_2kernel-modules-core-6.12.0-211.33.1.el10_2.x86_64.rpm
kernel-uki-virtx86_64211.33.1.el10_2kernel-uki-virt-6.12.0-211.33.1.el10_2.x86_64.rpm
kernel-toolsx86_64211.33.1.el10_2kernel-tools-6.12.0-211.33.1.el10_2.x86_64.rpm
kernel-debug-uki-virtx86_64211.33.1.el10_2kernel-debug-uki-virt-6.12.0-211.33.1.el10_2.x86_64.rpm

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

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

rocky
13 дней назад

Important: kernel security, bug fix, and enhancement update

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

ELSA-2026-38491: kernel security, bug fix, and enhancement update (IMPORTANT)

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

ELSA-2026-39083: kernel update (IMPORTANT)

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

In the Linux kernel, the following vulnerability has been resolved: rtmutex: Use waiter::task instead of current in remove_waiter() remove_waiter() is used by the slowlock paths, but it is also used for proxy-lock rollback in rt_mutex_start_proxy_lock() when invoked from futex_requeue(). In the latter case waiter::task is not current, but remove_waiter() operates on current for the dequeue operation. That results in several problems: 1) the rbtree dequeue happens without waiter::task::pi_lock being held 2) the waiter task's pi_blocked_on state is not cleared, which leaves a dangling pointer primed for UAF around. 3) rt_mutex_adjust_prio_chain() operates on the wrong top priority waiter task Use waiter::task instead of current in all related operations in remove_waiter() to cure those problems. [ tglx: Fixup rt_mutex_adjust_prio_chain(), add a comment and amend the changelog ]

CVSS3: 7.8
redhat
2 месяца назад

In the Linux kernel, the following vulnerability has been resolved: rtmutex: Use waiter::task instead of current in remove_waiter() remove_waiter() is used by the slowlock paths, but it is also used for proxy-lock rollback in rt_mutex_start_proxy_lock() when invoked from futex_requeue(). In the latter case waiter::task is not current, but remove_waiter() operates on current for the dequeue operation. That results in several problems: 1) the rbtree dequeue happens without waiter::task::pi_lock being held 2) the waiter task's pi_blocked_on state is not cleared, which leaves a dangling pointer primed for UAF around. 3) rt_mutex_adjust_prio_chain() operates on the wrong top priority waiter task Use waiter::task instead of current in all related operations in remove_waiter() to cure those problems. [ tglx: Fixup rt_mutex_adjust_prio_chain(), add a comment and amend the changelog ]