Improper input validation in Linux kernel - CVE-2026-45971
Published: May 28, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper input validation in the bpf program signature handling logic when processing a user-supplied signature size. A local user can provide an excessively large size value to cause a denial of service.
The issue can force the kernel into expensive allocation paths via kmalloc_large or vmalloc.