PatchSiren cyber security CVE debrief
CVE-2026-98087 Linux CVE debrief
A Linux kernel vulnerability allows the RT balancer to spend tens of milliseconds in a retry loop, consuming nearly half of the CPU time, when trying to push a migrate-disabled RT task. This results in failed pushes and wasted CPU time. The vulnerability was resolved in the Linux kernel by addressing the RT balancer's behavior. An ftrace capture shows the CPU time spent in the retry loop. The issue arises from the scheduler keeping a migrate-disabled RT task on the CPU's pushable list, causing the RT balancer to continuously try to push the task, which fails, and the CPU spends a significant amount of time in this retry loop.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
Defenders responsible for Linux kernel deployments, especially those using real-time work, should assess exposure and prioritize verification and patching. This includes reviewing the presence of the vulnerability, assessing exposure in real-time work deployments, and applying patches or updates provided by the Linux kernel maintainers.
Why it matters
This vulnerability allows the RT balancer to waste CPU time in a retry loop, impacting real-time work deployments. Defenders should prioritize verification and patching.
- Verify the presence of this vulnerability in the Linux kernel
- Assess exposure in real-time work deployments
- Prioritize patching or updating the Linux kernel
Technical summary
The Linux kernel vulnerability CVE-2026-98087 allows the RT balancer to spend tens of milliseconds in a retry loop, consuming nearly half of the CPU time, when trying to push a migrate-disabled RT task. The issue arises from the scheduler keeping a migrate-disabled RT task on the CPU's pushable list, causing the RT balancer to continuously try to push the task, which fails. This results in wasted CPU time and impacts real-time work deployments. The vulnerability was resolved by addressing the RT balancer's behavior.
Defensive priority
Defenders should prioritize verifying the presence of this vulnerability in their Linux kernel and assessing exposure, especially in real-time work deployments.
Recommended defensive actions
- Verify the presence of this vulnerability in the Linux kernel
- Assess exposure, especially in real-time work deployments
- Review and apply patches or updates provided by the Linux kernel maintainers
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
Evidence notes
The vulnerability was resolved in the Linux kernel by addressing the RT balancer's behavior. An ftrace capture shows the CPU time spent in the retry loop. The issue arises from the scheduler keeping a migrate-disabled RT task on the CPU's pushable list, causing the RT balancer to continuously try to push the task, which fails, and the CPU spends a significant amount of time in this retry loop. The self-IPI path is closed by the rto_next_cpu() fix, but the runqueue is still marked overloaded because the pinned task is still advertised.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-98087 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-98087
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-98087 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-98087
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/755476d7ba92a1f3fe2a376c515d710bc6baebc3
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b0c6f947057751ab4d30ccf8095cd19804fb97fa
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/dae5c0292080dd7b9c7d784268dcf443f1f3d15e
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.