CVE-2026-80856

Source
https://cve.org/CVERecord?id=CVE-2026-80856
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80856.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80856
Downstream
Published
2026-09-04T15:55:09.250Z
Modified
2026-09-06T03:46:59.088704887Z
Summary
fuse: fix invalidate lock leak on setattr writeback failure
Details

In the Linux kernel, the following vulnerability has been resolved:

fuse: fix invalidate lock leak on setattr writeback failure

fusedosetattr() takes filemapinvalidatelock() for a DAX truncate (faultblocked = true) and releases it at the out:/error: labels. But when a writeback flush is also needed, a writeinode_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 fusedosetattr() with both ATTRSIZE and ATTRMODE set:

truncate(2) └─ dotruncate() ├─ dentryneedsremoveprivs() # SISUID └─ notifychange() # KILLSUID -> ATTRMODE └─ fusesetattr() # no killpriv: │ # iavalid |= ATTRMODE └─ fusedosetattr() ├─ filemapinvalidatelock() # ISDAX && istruncate └─ writeinodenow() # iswb && 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 fusedaxbreak_layouts() failure path as well.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80856.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
6ae330cad6ef22ab8347ea9e0707dc56a7c7363f
Fixed
8f14906ce9103ab8f2f1ebda45935a0d61b9d763
Fixed
03cfeeb135428fa83f0791d3f8f94d9298cae695
Fixed
92588d187ba4697a322e7aefe5d9e538a87d1cd2
Fixed
ea9fea370b8de4ffd72e0ef89550415c15637787
Fixed
1758730d9eaa3c06cf415c3446d9f6eed9ed3eed
Fixed
dd278d954c0e96a9cbd3cc491e07b8267d25f8d5
Fixed
e8457ebfd77a46e8d1210e8888ea914ad064558e
Fixed
9afeca0d569c9fc89d758fe7a9339d1e8afb1546

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80856.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.10.0
Fixed
5.15.220
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.187
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.156
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.108
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.49
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.13
Type
ECOSYSTEM
Events
Introduced
7.2.0
Fixed
7.2.3

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80856.json"