Integer underflow in Linux kernel - CVE-2026-45884
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 an integer underflow in aa_get_buffer() when pulling buffers from the per-cpu list. A local user can trigger repeated buffer operations to cause a denial of service.
The issue can starve other CPUs of cached buffers and force repeated kmalloc(aa_g_path_max) allocations.