2 matches found
CVE-2026-93270
The Linux kernel contains a vulnerability where the BPF interpreter fails to handle the BPF_MOV64_PERCPU_REG instruction correctly. Specifically, the interpreter ignores the 'off' offset at its ALU64_MOV_X label, which is necessary for the JIT to emit correct native code for dst_reg = src_reg + ....
5.8AI score
SaveExploits0References2
EUVD-2026-86142
In the Linux kernel, the following vulnerability has been resolved: bpf: Disallow interpreter fallback for BPFADDRPERCPU insn The BPFMOV64PERCPUREG insn requires JIT to emit native code to for 'dstreg = srcreg + '. However, the interpreter ignores the 'off' at its ALU64MOVX label. The 'off'...
5.8AI score
SaveExploits0References2
20