Resource exhaustion in Linux kernel - CVE-2026-43292
Published: May 9, 2026
Linux kernel
Linux Foundation
Description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper resource management in kasan_release_vmalloc_node when freeing KASAN shadow pages during vmalloc cleanup. A local user can trigger processing of a large purge list to cause a denial of service.
The issue occurs when CONFIG_PAGE_OWNER is enabled, and processing many vmap_area entries without yielding can lead to prolonged RCU stalls and potential OOM conditions.