#VU124855 Always-Incorrect Control Flow Implementation in Linux kernel - CVE-2026-23417
Published: April 3, 2026
Linux kernel
Linux Foundation
Description
The vulnerability allows a local user to bypass constant blinding in JIT-compiled BPF code.
The vulnerability exists due to improper handling of BPF_PROBE_MEM32 immediate stores in bpf_jit_blind_insn() when processing BPF programs for JIT compilation. A local user can supply a BPF program with user-controlled 32-bit immediates to bypass constant blinding in JIT-compiled BPF code.
The issue occurs when BPF_ST|BPF_MEM instructions are rewritten to BPF_ST|BPF_PROBE_MEM32 during verification before constant blinding runs, causing the immediate store instruction to fall through unblinded when JIT hardening is enabled.