Incorrect Conversion between Numeric Types in Linux kernel - CVE-2026-93147
Published: September 18, 2026
Vulnerability details
The vulnerability allows a local user to cause BPF_REG_0 to contain a cpu_nr value with uncleared upper bits.
The vulnerability exists due to improper zero extension in the s390 BPF JIT compiler when compiling BPF instructions that invoke BPF_FUNC_get_smp_processor_id. A local user can execute a BPF program that invokes BPF_FUNC_get_smp_processor_id to cause BPF_REG_0 to contain a cpu_nr value with uncleared upper bits.