CVE Catalog

CVE-2026-92516

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel's BPF, the offset check for the BPF_RES_SPIN_LOCK instruction incorrectly uses the offset for BPF_SPIN_LOCK instead of res_spin_lock_off. The fix corrects this to use the proper field.

Risk Assessment

Incorrect offset checking may cause false warnings or misbehavior, but it is not a direct security risk. Correctness is important for BPF integrity.

Recommendation

Apply a kernel update containing this fix to ensure correct offset checking for BPF_RES_SPIN_LOCK.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix offset warn check for bpf_res_spin_lock Sashiko pointed out correctly that the case statement for BPF_RES_SPIN_LOCK incorrectly checks offset for BPF_SPIN_LOCK. Fix it by checking res_spin_lock_off instead.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS