Improper input validation in Linux kernel - CVE-2026-90359
Published: September 18, 2026
Vulnerability details
The vulnerability allows a local privileged user to corrupt function return values.
The vulnerability exists due to improper validation of return value size in BPF return-reading trampolines when attaching a BPF program to a function with a return value larger than 8 bytes. A local privileged user can attach a BPF program using a supported return-reading attach type to corrupt function return values.
Affected attach types include fexit, fmod_ret, fsession, their applicable multi variants, and struct_ops.