CVE-2026-63864

cve ·

In the Linux kernel, the following vulnerability has been resolved:

bpf: Propagate error from visit_tailcall_insn

Commit e40f5a6bf88a (“bpf: correct stack liveness for tail calls”) added visit_tailcall_insn() but did not check its return value.

View source