Infinite loop in Linux kernel - CVE-2026-89991
Published: September 16, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to an infinite loop in __pcpu_freelist_push() when an NMI re-enters pcpu_freelist_push() while the interrupted context holds the only possible CPU's freelist lock. A local user can trigger the affected BPF freelist push path to cause a denial of service.
The issue occurs on systems with only one possible CPU.