SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-80865

UNKNOWN · CVSS N/A EPSS 0.16%

Source: NVD + CISA KEV + EPSS · Published 2026-09-04 · Last synced 2026-09-19

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel affects the handling of user space pointers in the BPF subsystem, where the absence of an access_ok check prior to using __get_user could lead to unauthorized memory access. This flaw may allow attackers to exploit memory safety issues, potentially leading to privilege escalation or system instability. Organizations using Linux systems, particularly those leveraging BPF functionalities, should prioritize patching to mitigate potential risks associated with this vulnerability.

CVE
CVE-2026-80865
Severity
UNKNOWN
CVSS
N/A
EPSS
0.16%
Linux

Original NVD 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/20260611115503.AC16D1F00893@smtp.kernel.org/