3 matches found
DEBIAN-CVE-2026-93112
In the Linux kernel, the following vulnerability has been resolved: bpf: Require a BPF cpumask for bpfcpumaskpopulate bpfcpumaskpopulate writes to its destination with bitmapcopy, but the destination is typed as struct cpumask . That allows the verifier to accept borrowed cpumask pointers returne...
CVE-2026-93112
CVE-2026-93112 affects the Linux kernel BPF subsystem , specifically the bpf_cpumask_populate() kfunc. The root cause is a type mismatch : the function's destination parameter is typed as struct cpumask * rather than struct bpf_cpumask *, allowing the BPF verifier to accept borrowed cpumask point...
EUVD-2026-82220
In the Linux kernel, the following vulnerability has been resolved: bpf: Require a BPF cpumask for bpfcpumaskpopulate bpfcpumaskpopulate writes to its destination with bitmapcopy, but the destination is typed as struct cpumask . That allows the verifier to accept borrowed cpumask pointers returne...