CVE Catalog

CVE-2026-92486

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, BPF subprograms use the bpf_callback_t ABI, but task work invokes the callback through a three-argument function pointer. This trips kCFI.

Risk Assessment

The CFI mismatch can lead to a kernel crash or bypass of Control Flow Integrity protections, potentially enabling exploitation.

Recommendation

Update the Linux kernel to a version containing the fix that stores and invokes the callback as bpf_callback_t.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix CFI mismatch in task work callback BPF subprograms use the bpf_callback_t ABI, but task work invokes the callback through a three-argument function pointer. This trips kCFI. Store and invoke the callback as bpf_callback_t.

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