CVE-2026-89519
Last modified
CVE-2026-89519 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: sched_ext: Replace SCX_RQ_BAL_KEEP with a dispatch verdict return SCX_RQ_BAL_KEEP tells the pick to keep running the previous task, a leftover from when balancing and picking were separate operations. An rq-level flag only works while dispatches and picks pair up one to one, which core scheduling breaks: selections interleave through dispatch's lock drops and a pick can consume a stale flag, keeping a task that has since been dequeued. Fixing core scheduling support requires the decision to travel with the dispatch that made it.
Description
In the Linux kernel, the following vulnerability has been resolved: sched_ext: Replace SCX_RQ_BAL_KEEP with a dispatch verdict return SCX_RQ_BAL_KEEP tells the pick to keep running the previous task, a leftover from when balancing and picking were separate operations. An rq-level flag only works while dispatches and picks pair up one to one, which core scheduling breaks: selections interleave through dispatch's lock drops and a pick can consume a stale flag, keeping a task that has since been dequeued. Fixing core scheduling support requires the decision to travel with the dispatch that made it. Make scx_dispatch_sched() and balance_one() return an explicit verdict instead and drop the flag's plumbing from the tools autogen enum headers. Also factor the pick-side invocation, its follow-up queueing and the post-dispatch checks out of do_pick_task_scx() into dispatch_pick(). No functional changes intended. v2: Drop the SCX_RQ_BAL_KEEP plumbing from the tools autogen enum headers as well (Andrea).
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4c95380701f58b8112f0b891de8d160e4199e19d, < 6f1d3bfe54430f8d54e0530a27f2ecbf8466576e; >= 4c95380701f58b8112f0b891de8d160e4199e19d, < ffaab58d217581cb75353168f8812a16e10463fc |
| Linux | Linux | 6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89519?
How severe is CVE-2026-89519?
How do I fix CVE-2026-89519?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89513In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89514In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89515In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89516In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89517In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89518In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8952Privilege escalation in the Application Update component. Th…8.8
- CVE-2026-89520In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89521In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-89522In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89523In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89524In the Linux kernel, the following vulnerability has been re…8.1
Are you affected by CVE-2026-89519?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
