NULL pointer dereference in Linux kernel - CVE-2026-72034
Published: August 16, 2026
Vulnerability details
The vulnerability allows a local privileged user to cause a denial of service.
The vulnerability exists due to a null pointer dereference in capable_wrt_mount() when handling open_by_handle_at() on a detached mount during a race condition. A local privileged user can trigger the race using open_tree(..., OPEN_TREE_CLONE) and open_by_handle_at() to cause a denial of service.
The issue occurs when a detached mount is dissolved while open_by_handle_at() is between mount state checks, causing mount->mnt_ns to become NULL.