Use of Uninitialized Variable in Linux kernel - CVE-2026-53311
Published: June 29, 2026
Linux kernel
Detailed vulnerability description
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.