CVE-2026-31734
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
01/05/2026
Last modified:
07/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
sched_ext: Fix is_bpf_migration_disabled() false negative on non-PREEMPT_RCU<br />
<br />
Since commit 8e4f0b1ebcf2 ("bpf: use rcu_read_lock_dont_migrate() for<br />
trampoline.c"), the BPF prolog (__bpf_prog_enter) calls migrate_disable()<br />
only when CONFIG_PREEMPT_RCU is enabled, via rcu_read_lock_dont_migrate().<br />
Without CONFIG_PREEMPT_RCU, the prolog never touches migration_disabled,<br />
so migration_disabled == 1 always means the task is truly<br />
migration-disabled regardless of whether it is the current task.<br />
<br />
The old unconditional p == current check was a false negative in this<br />
case, potentially allowing a migration-disabled task to be dispatched to<br />
a remote CPU and triggering scx_error in task_can_run_on_remote_rq().<br />
<br />
Only apply the p == current disambiguation when CONFIG_PREEMPT_RCU is<br />
enabled, where the ambiguity with the BPF prolog still exists.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.18 (including) | 6.18.22 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.12 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



