CVE-2024-49976

MEDIUM

Linux kernel - Privilege Escalation

Title source: llm
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: tracing/timerlat: Drop interface_lock in stop_kthread() stop_kthread() is the offline callback for "trace/osnoise:online", since commit 5bfbcd1ee57b ("tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthread()"), the following ABBA deadlock scenario is introduced: T1 | T2 [BP] | T3 [AP] osnoise_hotplug_workfn() | work_for_cpu_fn() | cpuhp_thread_fun() | _cpu_down() | osnoise_cpu_die() mutex_lock(&interface_lock) | | stop_kthread() | cpus_write_lock() | mutex_lock(&interface_lock) cpus_read_lock() | cpuhp_kick_ap() | As the interface_lock here in just for protecting the "kthread" field of the osn_var, use xchg() instead to fix this issue. Also use for_each_online_cpu() back in stop_per_cpu_kthreads() as it can take cpu_read_lock() again.

Scores

CVSS v3 5.5
EPSS 0.0018
EPSS Percentile 7.4%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact partial

Details

CWE
CWE-667
Status published
Products (17)
linux/Kernel < 6.6.55linux
linux/Kernel 6.11.0 - 6.11.3linux
linux/Kernel 6.7.0 - 6.10.14linux
Linux/Linux < 6.11
Linux/Linux 4679272d5252720746fd9c5465352cbc5665f230 - 09cb44cc3d3df7ade2cebc939d6257a2fa8afc7a
Linux/Linux 5bfbcd1ee57b607fd29e4645c7f350dd385dd9ad - b484a02c9cedf8703eff8f0756f94618004bd165
Linux/Linux 5bfbcd1ee57b607fd29e4645c7f350dd385dd9ad - db8571a9a098086608c11a15856ff585789e67e8
Linux/Linux 6.10.10 - 6.10.14
Linux/Linux 6.10.14 - 6.10.*
Linux/Linux 6.11
... and 7 more
Published Oct 21, 2024
Tracked Since Feb 18, 2026