Improper access control in Linux kernel - CVE-2026-53081
Published: June 25, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to bypass BPF verifier state pruning checks.
The vulnerability exists due to improper access control in the BPF verifier when comparing scalar registers carrying BPF_ADD_CONST state. A local user can load a specially crafted BPF program to bypass BPF verifier state pruning checks.
The issue occurs because compound scalar IDs are checked without ensuring consistent mapping of their underlying base IDs.