Use-after-free in Linux kernel - CVE-2026-90201
Published: September 19, 2026
Vulnerability details
The vulnerability allows a local user to trigger a use-after-free condition.
The vulnerability exists due to a race condition in __page_pool_release_netmem_dma() when page_pool_scrub() runs concurrently with page_pool_put_netmem(). A local user can trigger concurrent page pool destruction and network memory return operations to trigger a use-after-free condition.