Improper access control in Linux kernel - CVE-2026-45903
Published: May 28, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause incorrect program behavior.
The vulnerability exists due to improper access control in BPF helper prototypes when the verifier performs memory access optimizations across helper calls. A local user can invoke helper functions with incorrectly specified memory access flags to cause incorrect program behavior.
The issue stems from the verifier incorrectly assuming that buffer contents remain unchanged after certain helper calls.