In the Linux kernel, the following vulnerability has been resolved:
sched/rt: Have RT_PUSH_IPI be default off for non PREEMPT_RT
RT migration is done aggressively. When a CPU schedules out a high priority RT task for a lower priority task, it will look to see if there's any RT tasks that are waiting to run on another CPU that is of higher priority than the task this CPU is about to run. If it finds one, it will pull that task over to the CPU and allow it to run there instead.
Normally, this pulling is done by looking at the RT overloaded mask (rto) which contains all the CPUs in the scheduler domain with RT tasks that are waiting to run due to a higher priority RT task currently running on their CPU. The CPU that is about to schedule a lower priority task will grab the rq lock of the overloaded CPU and move the RT task from that CPU's runqueue to the local one and schedule the higher priority RT task.
This caused issues when a lot of CPUs would schedule a lower priority task at the same time. They would all try to grab the same runqueue lock of the CPU with the overloaded RT tasks. Only the first CPU that got in will get that task. All the others would wait until they got the runqueue lock and see there's nothing to pull and do nothing. On systems with lots of CPUs, this caused a large latency (up to 500us) which is beyond what PREEMPT_RT is to allow.
The solution to that was to create an RT_PUSH_IPI logic. When any CPU wanted to pull a task, instead of grabbing the runqueue lock of the overloaded CPU, it would start by sending an IPI to the overloaded CPU, and that IPI handler would have the CPU with the waiting RT task do a push instead. Then that handler would send an IPI to the next CPU with overloaded RT tasks, and so on. Note, after the first CPU starts this process, if another CPU wanted to do a pull, it would see that the process has already begun and would only increment a counter to have the IPIs continue again.
The RT_PUSH_IPI solved the latency problem with PREEMPT_RT but could cause a new issue with non PREEMPT_RT. Namely, softirqs run in a threaded context on PREEMPT_RT but they can run in an interrupt context in non-RT.
If an IPI lands on a CPU that has just woken up multiple RT tasks and the current CPU is running a non RT or a low priority RT task, instead of doing a push, it would simply do a schedule on that CPU. But if a softirq was also executing on this CPU, the schedule would need to wait until the softirq finished. Until then, the CPU would still be considered overloaded as there are RT tasks still waiting to run on it.
A live lock occurred on a workload that was doing heavy networking traffic on a large machine where the softirqs would run 500us out of 750us. And it would also be waking up RT tasks, causing the RT pull logic to be constantly executed.
When a softirq triggered on a CPU with RT tasks queued but not running yet, and the other CPUs would see this CPU as being overloaded, they would send an IPI over to it. The CPU would notice that the waiting RT tasks are of higher priority than the currently running task and simply schedule that CPU instead. But because the softirq was executing, before it could schedule, it would receive another IPI to do the same. The amount of IPIs would slow down the currently running softirq so much that before it could return back to task context, it would execute another softirq never allowing the CPU to schedule. This live locked that CPU.
As RT_PUSH_IPI was created to help PREEMPT_RT, make it default off if PREEMPT_RT is not enabled.
CVSS Details
- CVSS 3.1 Base Score: 7.5
- CVSS 3.1 Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Amazon_linux_2023 | — | Upgrade kernel6.12-tools-develUpgrade kernel6.18-tools-debuginfoUpgrade kernel-modules-extraUpgrade perf6.18Upgrade kernel-debuginfoUpgrade kernel-livepatch-6.12.100-125.179Upgrade kernel6.12-tools-debuginfoUpgrade kernel-headersUpgrade bpftool6.18Upgrade kernel6.18-tools-develUpgrade kernel6.12-debuginfo-common-aarch64Upgrade kernel6.18-debuginfoUpgrade perf6.12Upgrade kernel6.12-debuginfoUpgrade kernel6.12-debuginfo-common-x86_64Upgrade kernel-debuginfo-common-x86_64Upgrade kernel6.12-headersUpgrade python3-perf6.18Upgrade bpftool6.12Upgrade kernelUpgrade kernel6.12-modules-extraUpgrade kernel6.18-modules-extraUpgrade kernel6.12-modules-extra-commonUpgrade perf6.18-debuginfoUpgrade kernel-tools-debuginfoUpgrade kernel-livepatch-6.18.39-79.141Upgrade python3-perf6.12-debuginfoUpgrade python3-perf6.18-debuginfoUpgrade bpftool6.18-debuginfoUpgrade kernel-livepatch-6.1.180-225.360Upgrade bpftool-debuginfoUpgrade python3-perf6.12Upgrade kernel6.12-toolsUpgrade microvm-kernel6.18Upgrade kernel6.18Upgrade python3-perf-debuginfoUpgrade kernel-tools-develUpgrade kernel6.12-develUpgrade kernel-develUpgrade kernel6.18-debuginfo-common-aarch64Upgrade kernel-toolsUpgrade kernel-debuginfo-common-aarch64Upgrade python3-perfUpgrade perf6.12-debuginfoUpgrade kernel6.18-develUpgrade kernel6.18-toolsUpgrade kernel6.18-headersUpgrade perf-debuginfoUpgrade kernel6.18-debuginfo-common-x86_64Upgrade kernel6.18-modules-extra-commonUpgrade kernel6.12Upgrade kernel-modules-extra-commonUpgrade bpftool6.12-debuginfoUpgrade perfUpgrade bpftool | Aug 18, 2026 | Jul 25, 2026 |
| Debian | — | Upgrade linux-6.12Upgrade linux-6.1Upgrade linux | Jul 28, 2026 | Jul 28, 2026 |
| Redhat_linux | — | No solution exists | Jul 31, 2026 | Jul 25, 2026 |
| Ubuntu | — | Upgrade linux-image-realtime-7.0Upgrade linux-image-nvidia-7.0Upgrade linux-image-generic-64kUpgrade linux-image-generic-hwe-26.04Upgrade linux-image-nvidia-bos-64kUpgrade linux-image-nvidia-bos-64k-7.0Upgrade linux-image-7.0.0-1013-oemUpgrade linux-image-aws-7.0Upgrade linux-image-gke-7.0Upgrade linux-image-7.0.0-1011-gcp-64kUpgrade linux-image-azureUpgrade linux-image-gke-64kUpgrade linux-image-oem-26.04aUpgrade linux-image-oem-26.04Upgrade linux-image-gke-64k-7.0Upgrade linux-image-nvidia-bosUpgrade linux-image-oem-7.0Upgrade linux-image-7.0.0-1018-nvidia-64kUpgrade linux-image-realtimeUpgrade linux-image-7.0.0-1018-nvidiaUpgrade linux-image-raspiUpgrade linux-image-gcp-64kUpgrade linux-image-realtime-64kUpgrade linux-image-7.0.0-1011-oracle-64kUpgrade linux-image-7.0.0-2018-nvidia-bosUpgrade linux-image-7.0.0-1014-azureUpgrade linux-image-7.0.0-31-realtimeUpgrade linux-image-aws-64k-7.0Upgrade linux-image-generic-64k-hwe-26.04Upgrade linux-image-generic-7.0Upgrade linux-image-raspi-realtime-7.0Upgrade linux-image-7.0.0-1019-raspiUpgrade linux-image-awsUpgrade linux-image-gcp-64k-7.0Upgrade linux-image-7.0.0-1012-awsUpgrade linux-image-raspi-7.0Upgrade linux-image-7.0.0-1006-gke-64kUpgrade linux-image-7.0.0-31-realtime-64kUpgrade linux-image-realtime-hwe-26.04Upgrade linux-image-ibmUpgrade linux-image-generic-64k-7.0Upgrade linux-image-virtual-7.0Upgrade linux-image-virtual-hwe-24.04Upgrade linux-image-aws-64kUpgrade linux-image-gke-hwe-26.04Upgrade linux-image-generic-hwe-24.04Upgrade linux-image-gcpUpgrade linux-image-nvidia-bos-7.0Upgrade linux-image-realtime-64k-hwe-26.04Upgrade linux-image-7.0.0-1019-raspi-realtimeUpgrade linux-image-nvidia-64kUpgrade linux-image-7.0.0-1011-gcpUpgrade linux-image-nvidia-64k-hwe-26.04Upgrade linux-image-nvidiaUpgrade linux-image-gke-64k-hwe-26.04Upgrade linux-image-7.0.0-31-genericUpgrade linux-image-oracle-64k-7.0Upgrade linux-image-nvidia-64k-7.0Upgrade linux-image-7.0.0-2018-nvidia-bos-64kUpgrade linux-image-7.0.0-1013-ibmUpgrade linux-image-realtime-64k-7.0Upgrade linux-image-7.0.0-1012-aws-64kUpgrade linux-image-7.0.0-1006-gkeUpgrade linux-image-azure-7.0Upgrade linux-image-7.0.0-31-generic-64kUpgrade linux-image-7.0.0-1011-oracleUpgrade linux-image-oem-26.04bUpgrade linux-image-raspi-realtimeUpgrade linux-image-oracle-64kUpgrade linux-image-azure-lts-26.04Upgrade linux-image-genericUpgrade linux-image-virtualUpgrade linux-image-ibm-7.0Upgrade linux-image-generic-64k-hwe-24.04Upgrade linux-image-gcp-7.0Upgrade linux-image-oracle-7.0Upgrade linux-image-nvidia-hwe-26.04Upgrade linux-image-gkeUpgrade linux-image-virtual-hwe-26.04Upgrade linux-image-oracle | Sep 14, 2026 | Sep 7, 2026 |
| Vmware Photon_os | — | Use 'tdnf update' to upgrade all packages to the latest version. | Jul 31, 2026 | Jul 25, 2026 |
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