๐Ÿ” CVE Alert

CVE-2026-80856

UNKNOWN 0.0

fuse: fix invalidate lock leak on setattr writeback failure

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: fuse: fix invalidate lock leak on setattr writeback failure fuse_do_setattr() takes filemap_invalidate_lock() for a DAX truncate (fault_blocked = true) and releases it at the out:/error: labels. But when a writeback flush is also needed, a write_inode_now() failure returns directly and leaks the lock, so any later fault or truncate on the file stalls on the stale rwsem. For example, truncate(2) on a setuid file reaches fuse_do_setattr() with both ATTR_SIZE and ATTR_MODE set: truncate(2) โ””โ”€ do_truncate() โ”œโ”€ dentry_needs_remove_privs() # S_ISUID โ””โ”€ notify_change() # KILL_SUID -> ATTR_MODE โ””โ”€ fuse_setattr() # no killpriv: โ”‚ # ia_valid |= ATTR_MODE โ””โ”€ fuse_do_setattr() โ”œโ”€ filemap_invalidate_lock() # IS_DAX && is_truncate โ””โ”€ write_inode_now() # is_wb && ATTR_MODE โ””โ”€ if (err) # e.g. daemon -> -EIO return err # <- lock leaked Fix this by adding an unlock label that releases the lock before returning the error, and use it for the fuse_dax_break_layouts() failure path as well.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 4, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
6ae330cad6ef22ab8347ea9e0707dc56a7c7363f < 8f14906ce9103ab8f2f1ebda45935a0d61b9d763 6ae330cad6ef22ab8347ea9e0707dc56a7c7363f < 03cfeeb135428fa83f0791d3f8f94d9298cae695 6ae330cad6ef22ab8347ea9e0707dc56a7c7363f < 92588d187ba4697a322e7aefe5d9e538a87d1cd2 6ae330cad6ef22ab8347ea9e0707dc56a7c7363f < ea9fea370b8de4ffd72e0ef89550415c15637787 6ae330cad6ef22ab8347ea9e0707dc56a7c7363f < 1758730d9eaa3c06cf415c3446d9f6eed9ed3eed 6ae330cad6ef22ab8347ea9e0707dc56a7c7363f < dd278d954c0e96a9cbd3cc491e07b8267d25f8d5 6ae330cad6ef22ab8347ea9e0707dc56a7c7363f < e8457ebfd77a46e8d1210e8888ea914ad064558e 6ae330cad6ef22ab8347ea9e0707dc56a7c7363f < 9afeca0d569c9fc89d758fe7a9339d1e8afb1546
Linux / Linux
5.10

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/8f14906ce9103ab8f2f1ebda45935a0d61b9d763 git.kernel.org: https://git.kernel.org/stable/c/03cfeeb135428fa83f0791d3f8f94d9298cae695 git.kernel.org: https://git.kernel.org/stable/c/92588d187ba4697a322e7aefe5d9e538a87d1cd2 git.kernel.org: https://git.kernel.org/stable/c/ea9fea370b8de4ffd72e0ef89550415c15637787 git.kernel.org: https://git.kernel.org/stable/c/1758730d9eaa3c06cf415c3446d9f6eed9ed3eed git.kernel.org: https://git.kernel.org/stable/c/dd278d954c0e96a9cbd3cc491e07b8267d25f8d5 git.kernel.org: https://git.kernel.org/stable/c/e8457ebfd77a46e8d1210e8888ea914ad064558e git.kernel.org: https://git.kernel.org/stable/c/9afeca0d569c9fc89d758fe7a9339d1e8afb1546