Количество 23
Количество 23
GHSA-cqc6-9f34-295v
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 ]
CVE-2026-43499
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 ]
CVE-2026-43499
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 ]
CVE-2026-43499
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 ]
CVE-2026-43499
rtmutex: Use waiter::task instead of current in remove_waiter()
CVE-2026-43499
In the Linux kernel, the following vulnerability has been resolved: r ...
ELSA-2026-50388
ELSA-2026-50388: Unbreakable Enterprise kernel security update (IMPORTANT)
ELSA-2026-50387
ELSA-2026-50387: Unbreakable Enterprise kernel security update (IMPORTANT)
BDU:2026-08889
Уязвимость функций remove_waiter(), futex_requeue(), rt_mutex_adjust_prio_chain() ядра операционной системы Linux, позволяющая нарушителю оказать воздействие на конфиденциальность, целостность и доступность защищаемой информации
RLSA-2026:38492
Important: kernel security update
RLSA-2026:38491
Important: kernel security, bug fix, and enhancement update
ELSA-2026-38491
ELSA-2026-38491: kernel security, bug fix, and enhancement update (IMPORTANT)
SUSE-SU-2026:2421-1
Security update for the Linux Kernel
ELSA-2026-39083
ELSA-2026-39083: kernel update (IMPORTANT)
SUSE-SU-2026:2317-1
Security update for the Linux Kernel
ELSA-2026-50319
ELSA-2026-50319: Unbreakable Enterprise kernel security update (IMPORTANT)
SUSE-SU-2026:2383-1
Security update for the Linux Kernel
SUSE-SU-2026:2310-1
Security update for the Linux Kernel
openSUSE-SU-2026:20912-1
Security update for the Linux Kernel
SUSE-SU-2026:2450-1
Security update for the Linux Kernel
Уязвимостей на страницу
Уязвимость | CVSS | EPSS | Опубликовано | |
|---|---|---|---|---|
GHSA-cqc6-9f34-295v 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 | 0% Низкий | 2 месяца назад | |
CVE-2026-43499 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 | 0% Низкий | 2 месяца назад | |
CVE-2026-43499 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 | 0% Низкий | 2 месяца назад | |
CVE-2026-43499 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 | 0% Низкий | 2 месяца назад | |
CVE-2026-43499 rtmutex: Use waiter::task instead of current in remove_waiter() | CVSS3: 7.8 | 0% Низкий | 2 месяца назад | |
CVE-2026-43499 In the Linux kernel, the following vulnerability has been resolved: r ... | CVSS3: 7.8 | 0% Низкий | 2 месяца назад | |
ELSA-2026-50388 ELSA-2026-50388: Unbreakable Enterprise kernel security update (IMPORTANT) | 18 дней назад | |||
ELSA-2026-50387 ELSA-2026-50387: Unbreakable Enterprise kernel security update (IMPORTANT) | 18 дней назад | |||
BDU:2026-08889 Уязвимость функций remove_waiter(), futex_requeue(), rt_mutex_adjust_prio_chain() ядра операционной системы Linux, позволяющая нарушителю оказать воздействие на конфиденциальность, целостность и доступность защищаемой информации | CVSS3: 7.8 | 0% Низкий | 2 месяца назад | |
RLSA-2026:38492 Important: kernel security update | 13 дней назад | |||
RLSA-2026:38491 Important: kernel security, bug fix, and enhancement update | 13 дней назад | |||
ELSA-2026-38491 ELSA-2026-38491: kernel security, bug fix, and enhancement update (IMPORTANT) | 13 дней назад | |||
SUSE-SU-2026:2421-1 Security update for the Linux Kernel | около 1 месяца назад | |||
ELSA-2026-39083 ELSA-2026-39083: kernel update (IMPORTANT) | 14 дней назад | |||
SUSE-SU-2026:2317-1 Security update for the Linux Kernel | около 2 месяцев назад | |||
ELSA-2026-50319 ELSA-2026-50319: Unbreakable Enterprise kernel security update (IMPORTANT) | около 1 месяца назад | |||
SUSE-SU-2026:2383-1 Security update for the Linux Kernel | около 2 месяцев назад | |||
SUSE-SU-2026:2310-1 Security update for the Linux Kernel | около 2 месяцев назад | |||
openSUSE-SU-2026:20912-1 Security update for the Linux Kernel | около 2 месяцев назад | |||
SUSE-SU-2026:2450-1 Security update for the Linux Kernel | около 1 месяца назад |
Уязвимостей на страницу