{"id":"CVE-2026-97925","title":"In the Linux kernel, the following vulnerability has been resolved:\n\ntick/broadcast: Plug clockevents replacement race\n\n朱恺乾 reported and decoded the following race condition when a broadcast\ndevice is replaced:\n\nCPUA\t\t\t\t\tCPUB\n __tick_bro…","summary":"In the Linux kernel, the following vulnerability has been resolved:\n\ntick/broadcast: Plug clockevents replacement race\n\n朱恺乾 reported and decoded the following race condition when a broadcast\ndevice is replaced:\n\nCPUA\t\t\t\t\tCPUB\n __tick_bro…","severity":"none","vendor":"Linux","product":"Linux","affected":["Linux >= f8381cba04ba8173fd5a2b8e5cd8b3290ee13a98 < 3da55616db2b6b7d9caa3b7ff1e8983224e0ed52","Linux >= f8381cba04ba8173fd5a2b8e5cd8b3290ee13a98 < 3525b94b2f258e0b99d1ee5a82a80b51bc1cc818","Linux >= f8381cba04ba8173fd5a2b8e5cd8b3290ee13a98 < 292b7a8ed84032cfdfc9076a690360f7d3f640d4","Linux >= f8381cba04ba8173fd5a2b8e5cd8b3290ee13a98 < 113a9796effe3376d2ec5aabcca1fef4fef4cd62","Linux 2.6.21"],"published":"2026-09-25","updated":"2026-09-25","sourceUpdated":"2026-09-25T11:17:19.680","source":"NVD","sourceUrl":"https://nvd.nist.gov/vuln/detail/CVE-2026-97925","references":[{"url":"https://git.kernel.org/stable/c/113a9796effe3376d2ec5aabcca1fef4fef4cd62","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/292b7a8ed84032cfdfc9076a690360f7d3f640d4","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/3525b94b2f258e0b99d1ee5a82a80b51bc1cc818","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/3da55616db2b6b7d9caa3b7ff1e8983224e0ed52","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"}],"tags":["nvd","cve.org"],"ingestedAt":"2026-09-25T11:06:38.887Z","slug":"CVE-2026-97925","body":"## Overview\n\nIn the Linux kernel, the following vulnerability has been resolved:\n\ntick/broadcast: Plug clockevents replacement race\n\n朱恺乾 reported and decoded the following race condition when a broadcast\ndevice is replaced:\n\nCPUA\t\t\t\t\tCPUB\n __tick_broadcast_oneshot_control()\n   bc = tick_broadcast_device.evtdev;\n\t\t\t\t\ttick_install_broadcast_device(dev)\n        \t\t\t\tclockevents_exchange_device(cur, dev)\n\t\t\t\t\t   shutdown(cur);\n\t\t\t\t\t   detach(cur);\n\t\t\t\t\t   cur->handler = noop;\n\t\t\t\t\t   tick_broadcast_device.evtdev = dev;\n\n  tick_broadcast_set_event(bc, next_event); <- FAIL: arms a detached device.\n\nIf the original broadcast device has a restricted interrupt affinity mask\nand the last CPU in that mask goes offline then the BUG() in\ntick_cleanup_dead_cpu() triggers because the clockevent device is not in\ndetached state.\n\nThe reason for this is that tick_install_broadcast_device() is not\nserialized vs. tick broadcast operations.\n\nThe obvious cure is to serialize tick_install_broadcast_device() with\ntick_broadcast_lock against a concurrent tick broadcast operation.\n\nThat requires to split clockevents_exchange_device() into two parts, one\nwhich does the exchange, shutdown and detach operation and the other which\ndrops the module reference count. This is required because the module\nreference cannot be dropped while holding tick_broadcast_lock.\n\nLet clockevents_exchange_device() do both operations as before, but let the\nbroadcast device code take the two step approach and do the device\nexchange under tick_broadcast_lock and drop the module reference count\nafter releasing it.\n\n## Remediation\n\nRefer to the linked advisories for vendor-supplied fixes and affected version ranges.","depth":"sunlit","depthScore":3,"depthScoreParts":{"impact":2.8,"likelihood":0,"exploitation":0,"ransomware":0},"changes":[]}