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

exploitDog

rocky логотип

RLSA-2025:15662

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

Описание

Important: kernel security update

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

Security Fix(es):

  • kernel: posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del() (CVE-2025-38352)

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
kernelx86_6455.32.1.el10_0kernel-6.12.0-55.32.1.el10_0.x86_64.rpm
kernel-abi-stablelistsnoarch55.32.1.el10_0kernel-abi-stablelists-6.12.0-55.32.1.el10_0.noarch.rpm
kernel-corex86_6455.32.1.el10_0kernel-core-6.12.0-55.32.1.el10_0.x86_64.rpm
kernel-debugx86_6455.32.1.el10_0kernel-debug-6.12.0-55.32.1.el10_0.x86_64.rpm
kernel-debug-corex86_6455.32.1.el10_0kernel-debug-core-6.12.0-55.32.1.el10_0.x86_64.rpm
kernel-debuginfo-common-x86_64x86_6455.32.1.el10_0kernel-debuginfo-common-x86_64-6.12.0-55.32.1.el10_0.x86_64.rpm
kernel-debug-modulesx86_6455.32.1.el10_0kernel-debug-modules-6.12.0-55.32.1.el10_0.x86_64.rpm
kernel-debug-modules-corex86_6455.32.1.el10_0kernel-debug-modules-core-6.12.0-55.32.1.el10_0.x86_64.rpm
kernel-debug-modules-extrax86_6455.32.1.el10_0kernel-debug-modules-extra-6.12.0-55.32.1.el10_0.x86_64.rpm
kernel-debug-uki-virtx86_6455.32.1.el10_0kernel-debug-uki-virt-6.12.0-55.32.1.el10_0.x86_64.rpm

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

Связанные CVE

Исправления

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

CVSS3: 7.4
ubuntu
4 месяца назад

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del() If an exiting non-autoreaping task has already passed exit_notify() and calls handle_posix_cpu_timers() from IRQ, it can be reaped by its parent or debugger right after unlock_task_sighand(). If a concurrent posix_cpu_timer_del() runs at that moment, it won't be able to detect timer->it.cpu.firing != 0: cpu_timer_task_rcu() and/or lock_task_sighand() will fail. Add the tsk->exit_state check into run_posix_cpu_timers() to fix this. This fix is not needed if CONFIG_POSIX_CPU_TIMERS_TASK_WORK=y, because exit_task_work() is called before exit_notify(). But the check still makes sense, task_work_add(&tsk->posix_cputimers_work.work) will fail anyway in this case.

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

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del() If an exiting non-autoreaping task has already passed exit_notify() and calls handle_posix_cpu_timers() from IRQ, it can be reaped by its parent or debugger right after unlock_task_sighand(). If a concurrent posix_cpu_timer_del() runs at that moment, it won't be able to detect timer->it.cpu.firing != 0: cpu_timer_task_rcu() and/or lock_task_sighand() will fail. Add the tsk->exit_state check into run_posix_cpu_timers() to fix this. This fix is not needed if CONFIG_POSIX_CPU_TIMERS_TASK_WORK=y, because exit_task_work() is called before exit_notify(). But the check still makes sense, task_work_add(&tsk->posix_cputimers_work.work) will fail anyway in this case.

CVSS3: 7.4
nvd
4 месяца назад

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del() If an exiting non-autoreaping task has already passed exit_notify() and calls handle_posix_cpu_timers() from IRQ, it can be reaped by its parent or debugger right after unlock_task_sighand(). If a concurrent posix_cpu_timer_del() runs at that moment, it won't be able to detect timer->it.cpu.firing != 0: cpu_timer_task_rcu() and/or lock_task_sighand() will fail. Add the tsk->exit_state check into run_posix_cpu_timers() to fix this. This fix is not needed if CONFIG_POSIX_CPU_TIMERS_TASK_WORK=y, because exit_task_work() is called before exit_notify(). But the check still makes sense, task_work_add(&tsk->posix_cputimers_work.work) will fail anyway in this case.

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

Описание отсутствует

CVSS3: 7.4
debian
4 месяца назад

In the Linux kernel, the following vulnerability has been resolved: p ...