NONE · 0

CVE-2026-80865

In the Linux kernel, the following vulnerability has been resolved: bpf: Add missing access_ok call to copy_user_syms As reported by sashiko we use __get_user without prior access_ok call on the use...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: bpf: Add missing access_ok call to copy_user_syms As reported by sashiko we use __get_user without prior access_ok call on the user space pointer. Adding the missing call for the whole pointer array. Plus removing the err check in the error path, because it's not needed and also we can return -ENOMEM directly from the first kvmalloc_array fail path. [1] https://lore.kernel.org/bpf/[email protected]/

References

FAQ

What is CVE-2026-80865?

CVE-2026-80865 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: bpf: Add missing access_ok call to copy_user_syms As reported by sashiko we use __get_user without prior access_ok call on the use...

How severe is CVE-2026-80865?

CVSS scoring is not yet available for CVE-2026-80865. Check NVD for updates.

Is there a patch for CVE-2026-80865?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.