2 matches found
EUVD-2026-82246
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix vmlinux BTF prep race in bpfgetbtfvmlinux bpfgetbtfvmlinux lazily parses the vmlinux BTF under the bpfverifierlock, but publishes the result through a plain store and re-checks it through a plain lockless load. Nothing...
SaveExploits0References8
CVE-2026-93138
CVE-2026-93138 is a memory ordering race condition in the Linux kernel 's bpf_get_btf_vmlinux() function. The function lazily parses vmlinux BTF under bpf_verifier_lock, but publishes the resulting pointer via a plain store and re-checks it via a plain lockless load. On weakly ordered architectur...
SaveExploits0References8
20