CVE-2026-43482
Last modified
CVE-2026-43482 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: sched_ext: Disable preemption between scx_claim_exit() and kicking helper work scx_claim_exit() atomically sets exit_kind, which prevents scx_error() from triggering further error handling. After claiming exit, the caller must kick the helper kthread work which initiates bypass mode and teardown. If the calling task gets preempted between claiming exit and kicking the helper work, and the BPF scheduler fails to schedule it back (since error handling is now disabled), the helper work is never queued, bypass mode never activates, tasks stop being dispatched, and the system wedges. Disable preemption across scx_claim_exit() and the subsequent work kicking in all callers - scx_disable() and scx_vexit(). EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: sched_ext: Disable preemption between scx_claim_exit() and kicking helper work scx_claim_exit() atomically sets exit_kind, which prevents scx_error() from triggering further error handling. After claiming exit, the caller must kick the helper kthread work which initiates bypass mode and teardown. If the calling task gets preempted between claiming exit and kicking the helper work, and the BPF scheduler fails to schedule it back (since error handling is now disabled), the helper work is never queued, bypass mode never activates, tasks stop being dispatched, and the system wedges. Disable preemption across scx_claim_exit() and the subsequent work kicking in all callers - scx_disable() and scx_vexit(). Add lockdep_assert_preemption_disabled() to scx_claim_exit() to enforce the requirement.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.12, < 6.12.78 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.20 | — |
| Linux | Linux Kernel | >= 6.19, < 6.19.9 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43482?
How severe is CVE-2026-43482?
How do I fix CVE-2026-43482?
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-43477In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43478In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43479In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-4348The BetterDocs Pro plugin for WordPress is vulnerable to SQL…7.5
- CVE-2026-43480In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43481In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43483In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43484In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43485In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43486In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43487In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43488In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-43482?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
