SB20260816493 - NULL pointer dereference in Linux kernel fs
Published: August 16, 2026
Breakdown by Severity
- Low
- Medium
- High
- Critical
Description
This security bulletin contains information about 1 vulnerability.
1) NULL pointer dereference (CVE-ID: CVE-2026-72034)
CWE-ID: CWE-476 - NULL Pointer Dereference
CVSSv4: 5.6 [CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N]
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.
Remediation
Install update from vendor's website.