Linux Kernel Vulnerability in FUSE Component Affecting File Attribute Handling
CVE-2026-80856
What is CVE-2026-80856?
A vulnerability exists within the FUSE component of the Linux kernel, primarily affecting file operations. Specifically, the issue arises in the handling of the filemap_invalidate_lock during attribute updates via the fuse_do_setattr() function. When a write_inode_now() failure occurs, the lock may not be released properly, leading to a potential stall during subsequent file operations. This inadequate locking mechanism can affect the functionality of setuid files and hinder system performance. A recent patch corrects this behavior by ensuring that the lock is appropriately released before returning an error, thus maintaining the integrity of the file operation process.
Affected Version(s)
Linux 6ae330cad6ef22ab8347ea9e0707dc56a7c7363f < 8f14906ce9103ab8f2f1ebda45935a0d61b9d763
Linux 6ae330cad6ef22ab8347ea9e0707dc56a7c7363f < 03cfeeb135428fa83f0791d3f8f94d9298cae695
Linux 6ae330cad6ef22ab8347ea9e0707dc56a7c7363f < 92588d187ba4697a322e7aefe5d9e538a87d1cd2