In the Linux kernel, the following vulnerability has been resolved:
timers/migration: Fix off-by-one root mis-connection
Before attaching a new root to the old root, the children counter of the new root is checked to verify that only the upcoming CPU's top group have been connected to it. However since the recently added commit b729cc1ec21a ("timers/migration: Fix another race between hotplug and idle entry/exit") this check is not valid anymore because the old root is pre-accounted as a child to the new root. Therefore after connecting the upcoming CPU's top group to the new root, the children count to be expected must be 2 and not 1 anymore.
This omission results in the old root to not be connected to the new root. Then eventually the system may run with more than one top level, which defeats the purpose of a single idle migrator.
Also the old root is pre-accounted but not connected upon the new root creation. But it can be connected to the new root later on. Therefore the old root may be accounted twice to the new root. The propagation of such overcommit can end up creating a double final top-level root with a groupmask incorrectly initialized. Although harmless given that the final top level roots will never have a parent to walk up to, this oddity opportunistically reported the core issue:
WARNING: CPU: 8 PID: 0 at kernel/time/timer_migration.c:543 tmigr_requires_handle_remote CPU: 8 UID: 0 PID: 0 Comm: swapper/8 RIP: 0010:tmigr_requires_handle_remote Call Trace: <IRQ> ? tmigr_requires_handle_remote ? hrtimer_run_queues update_process_times tick_periodic tick_handle_periodic __sysvec_apic_timer_interrupt sysvec_apic_timer_interrupt </IRQ>
Fix the problem by taking the old root into account in the children count of the new root so the connection is not omitted.
Also warn when more than one top level group exists to better detect similar issues in the future.
CVSS Details
- CVSS 3.1 Base Score: 5.5
- CVSS 3.1 Vector: (CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Debian | — | Upgrade linux | Jul 23, 2026 | Jul 23, 2026 |
| Ubuntu | — | Upgrade linux-image-6.11.0-25-generic-64kUpgrade linux-image-6.11.0-1013-lowlatencyUpgrade linux-image-virtual-hwe-24.04Upgrade linux-image-generic-64k-hwe-24.04Upgrade linux-image-lowlatency-64k-hwe-24.04Upgrade linux-image-oem-24.04bUpgrade linux-image-6.11.0-1015-oracleUpgrade linux-image-virtualUpgrade linux-image-6.11.0-1009-realtimeUpgrade linux-image-realtimeUpgrade linux-image-6.11.0-1013-awsUpgrade linux-image-gcpUpgrade linux-image-oracle-64kUpgrade linux-image-oracleUpgrade linux-image-6.11.0-1014-azure-fdeUpgrade linux-image-awsUpgrade linux-image-6.11.0-1012-raspiUpgrade linux-image-6.11.0-1014-azureUpgrade linux-image-6.11.0-1014-gcpUpgrade linux-image-6.11.0-25-genericUpgrade linux-image-generic-hwe-24.04Upgrade linux-image-6.11.0-1013-lowlatency-64kUpgrade linux-image-generic-64kUpgrade linux-image-6.11.0-1014-gcp-64kUpgrade linux-image-lowlatencyUpgrade linux-image-6.11.0-1021-oemUpgrade linux-image-azure-fdeUpgrade linux-image-raspiUpgrade linux-image-gcp-64kUpgrade linux-image-6.11.0-1015-oracle-64kUpgrade linux-image-lowlatency-hwe-24.04Upgrade linux-image-lowlatency-64kUpgrade linux-image-azureUpgrade linux-image-generic | May 7, 2025 | Feb 27, 2025 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub