PT-2026-36369 · Linux · Linux Kernel
CVE-2026-31734
·
Published
2026-04-02
·
Updated
2026-05-07
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An issue exists in the
sched ext component where the is bpf migration disabled() function produces a false negative on systems where CONFIG PREEMPT RCU is disabled. This occurs because the BPF prolog bpf prog enter() only calls migrate disable() when CONFIG PREEMPT RCU is enabled. In non-PREEMPT RCU configurations, an unconditional check for p == current can incorrectly identify a task's migration status, potentially allowing a migration-disabled task to be dispatched to a remote CPU and triggering an scx error in the task can run on remote rq() function.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel