SB2026062943 - Use of Uninitialized Variable in Linux kernel fuse
Published: June 29, 2026
Breakdown by Severity
- Low
- Medium
- High
- Critical
Description
This security bulletin contains information about 1 vulnerability.
1) Use of Uninitialized Variable (CVE-ID: CVE-2026-53311)
CWE-ID: CWE-457 - Use of Uninitialized Variable
CVSSv4: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to use of uninitialized memory in fuse_dentry_revalidate() when handling dentry revalidation during file open operations. A local user can trigger file open paths involving a dentry with an uninitialized d_time value to cause a denial of service.
The issue was identified by KMSAN and occurs when a dentry allocated by __d_alloc() is revalidated before d_time is initialized.
Remediation
Install update from vendor's website.