CVE-2026-31465

Source
https://cve.org/CVERecord?id=CVE-2026-31465
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-31465.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-31465
Downstream
Published
2026-04-22T13:53:55.614Z
Modified
2026-07-15T01:49:09.068406167Z
Summary
writeback: don't block sync for filesystems with no data integrity guarantees
Details

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

writeback: don't block sync for filesystems with no data integrity guarantees

Add a SBINODATAINTEGRITY superblock flag for filesystems that cannot guarantee data persistence on sync (eg fuse). For superblocks with this flag set, sync kicks off writeback of dirty inodes but does not wait for the flusher threads to complete the writeback.

This replaces the per-inode ASNODATAINTEGRITY mapping flag added in commit f9a49aa302a0 ("fs/writeback: skip ASNODATAINTEGRITY mappings in waitsbinodes()"). The flag belongs at the superblock level because data integrity is a filesystem-wide property, not a per-inode one. Having this flag at the superblock level also allows us to skip having to iterate every dirty inode in waitsbinodes() only to skip each inode individually.

Prior to this commit, mappings with no data integrity guarantees skipped waiting on writeback completion but still waited on the flusher threads to finish initiating the writeback. Waiting on the flusher threads is unnecessary. This commit kicks off writeback but does not wait on the flusher threads. This change properly addresses a recent report [1] for a suspend-to-RAM hang seen on fuse-overlayfs that was caused by waiting on the flusher threads to finish:

Workqueue: pmfssync pmfssyncworkfn Call Trace: <TASK> __schedule+0x457/0x1720 schedule+0x27/0xd0 wbwaitfor_completion+0x97/0xe0 syncinodessb+0xf8/0x2e0 __iteratesupers+0xdc/0x160 ksyssync+0x43/0xb0 pmfssyncworkfn+0x17/0xa0 processonework+0x193/0x350 workerthread+0x1a1/0x310 kthread+0xfc/0x240 retfromfork+0x243/0x280 retfromforkasm+0x1a/0x30 </TASK>

On fuse this is problematic because there are paths that may cause the flusher thread to block (eg if systemd freezes the user session cgroups first, which freezes the fuse daemon, before invoking the kernel suspend. The kernel suspend triggers ->writenode() which on fuse issues a synchronous setattr request, which cannot be processed since the daemon is frozen. Or if the daemon is buggy and cannot properly complete writeback, initiating writeback on a dirty folio already under writeback leads to writebackgetfolio() -> folioprepare_writeback() -> unconditional wait on writeback to finish, which will cause a hang). This commit restores fuse to its prior behavior before tmp folios were removed, where sync was essentially a no-op.

[1] https://lore.kernel.org/linux-fsdevel/CAJnrk1a-asuvfrbKXbEwwDSctvemF+6zfhdnuzO65Pt8HsFSRw@mail.gmail.com/T/#m632c4648e9cafc4239299887109ebd880ac6c5c1

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/31xxx/CVE-2026-31465.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
0c58a97f919c24fe4245015f4375a39ff05665b6
Fixed
83800f8ef358ea2fc9b1ae4986b83f2bc24be927
Fixed
5c24a13d8a0466ca0446e58309e51f2606520164
Fixed
76f9377cd2ab7a9220c25d33940d9ca20d368172

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.16.0
Fixed
6.18.21
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.11

Database specific

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