NULL pointer dereference in Linux kernel - CVE-2026-64353
Published: July 27, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper handling of lookup result nullness in the bpf verifier when processing constant-key lookups for dynamic inner array maps. A local user can load a crafted bpf program to cause a denial of service.
The issue occurs when an ARRAY_OF_MAPS uses an inner map template created with BPF_F_INNER_MAP and a concrete inner array has a different max_entries value than the template.