Improper control of a resource through its lifetime in Linux kernel - CVE-2026-52965
Published: June 25, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper state management in ttm_bo_swapout() LRU list handling when processing swapout failures. A local user can trigger a swapout failure to cause a denial of service.
The issue can cause an infinite LRU walk because the same resource is encountered repeatedly after being moved relative to the walk cursor's hitch node.