CyberRota Analysis
AI-GeneratedA vulnerability in the Linux kernel affects the handling of tail call instructions in BPF, where the function visit_tailcall_insn() fails to properly check its return value, potentially leading to unhandled errors. This could allow an attacker to exploit the error propagation, resulting in system instability or unauthorized access. Organizations using affected Linux distributions or F5 products should prioritize patching this vulnerability to mitigate the associated risks.
Original NVD Description
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.