CVE-2024-44968
MEDIUMLinux Kernel - Use-After-Free in Broadcast Timer Takeover
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: tick/broadcast: Move per CPU pointer access into the atomic section The recent fix for making the take over of the broadcast timer more reliable retrieves a per CPU pointer in preemptible context. This went unnoticed as compilers hoist the access into the non-preemptible region where the pointer is actually used. But of course it's valid that the compiler keeps it at the place where the code puts it which rightfully triggers: BUG: using smp_processor_id() in preemptible [00000000] code: caller is hotplug_cpu__broadcast_tick_pull+0x1c/0xc0 Move it to the actual usage site which is in a non-preemptible region.
References (10)
Core 10
Core References
Scores
CVSS v3
5.5
EPSS
0.0022
EPSS Percentile
12.8%
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
Status
published
Products (16)
linux/Kernel
6.1.103 - 6.1.105linux
linux/Kernel
6.10.3 - 6.10.5linux
linux/Kernel
6.6.44 - 6.6.46linux
Linux/Linux
2cdab4b4bf77369961f706cdeb7d040db10c5217 - 7dd12f85f150010ef7518201c63fa7e395f5c3e9
Linux/Linux
3a58c590f6bd1d20eb1e76c5cea31c36cc032339 - b9d604933d5fd72dd37f24e1dc35f778297d745a
Linux/Linux
408bfb6b0a7f22e971ce6b600aec448769e580a8 - 7b3ec186ba93e333e9efe7254e7e31c1828e5d2d
Linux/Linux
457a1c87d454455d671a3045cf0b56157be110a1 - f91fb47ecacc178a83a77eeebd25cbaec18c01d6
Linux/Linux
6.1.103 - 6.1.105
Linux/Linux
6.10.3 - 6.10.5
Linux/Linux
6.6.44 - 6.6.46
... and 6 more
Published
Sep 04, 2024
Tracked Since
Feb 18, 2026