CVE-2024-44968
Published: Sep 4, 2024
Modified: May 11, 2026
Description
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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected dfe19aa91378972f10530635ad83b2d77f481044 - < f54abf332a2bc0413cfa8bd6a8511f7aa99faea0affected 457a1c87d454455d671a3045cf0b56157be110a1 - < f91fb47ecacc178a83a77eeebd25cbaec18c01d6affected 9ef7190228145f959d9bc0ddca40ecf76bb413b0 - < 668c6c4a7e9e9f081c06b70f30104fb7013437edaffected d3b165c10473aa6fc6141bb5b1f6e5b50c1fb774 - < 541a900d245536d4809cb1aa322c3fcc2cdb58a6affected 408bfb6b0a7f22e971ce6b600aec448769e580a8 - < 7b3ec186ba93e333e9efe7254e7e31c1828e5d2d+3 more versions |
Linux | Linux | affected 6.1.103 - < 6.1.105affected 6.6.44 - < 6.6.46affected 6.10.3 - < 6.10.5 |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now