CVE-2026-53180
The CVE concerns the Linux kernel timers/migration code. The root cause is that tmigr_handle_remote_cpu() skipped timer_expire_remote() when cpu == smp_processor_id(), assuming the local softirq path already handled this CPU’s timers. Because jiffies can advance after handling the local/global ti...