Impact
This vulnerability causes a NULL pointer dereference in the kernel’s bpf_task_from_vpid() helper when a BPF cgroup program runs in softirq while a task is exiting. The fault results in a kernel panic, which is a form of denial of service. The weakness is a classic NULL pointer dereference, identified as CWE‑476.
Affected Systems
The flaw affects all builds of the Linux kernel that include the vulnerable bpf_task_from_vpid() implementation. No specific vendor or version list is mentioned, so any system running a non‑patched kernel is potentially impacted. This includes all Linux distributions whose kernel package contains the vulnerable code.
Risk and Exploitability
The CVSS score of 5.5 indicates moderate severity. The EPSS score of <1% and the fact that the vulnerability is not listed in CISA KEV reduce the immediate threat, but a local attacker who can load BPF programs is able to trigger the fault. Based on the description, the attack vector requires local execution of a malicious BPF cgroup program during task termination, implying that only users with sufficient privileges (e.g., root or BPF loader capabilities) can exploit it.
OpenCVE Enrichment