2 matches found
CVE-2026-74720
CVE-2026-74720 affects the Linux kernel BPF verifier , specifically the adjust_ptr_min_max_vals() function. When handling the commuted arithmetic operation scalar += pointer, the destination register inherits pointer state from the source pointer by copying only selected fields. This is fragile b...
5.5AI score
SaveExploits0References8
EUVD-2026-64407
In the Linux kernel, the following vulnerability has been resolved: bpf: Preserve pointer state for commuted arithmetic When scalar += pointer is handled in adjustptrminmaxvals, the destination register inherits the pointer state from the source pointer. Copying only selected fields is fragile...
5.5AI score
SaveExploits0References8
20