
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-23109 is a denial-of-service vulnerability in the Linux kernel's filesystem writeback subsystem (fs/writeback) caused by an infinite loop condition. The flaw exists in the wait_sb_inodes() function, which fails to skip FUSE (Filesystem in Userspace) mappings flagged with AS_NO_DATA_INTEGRITY — causing the function to wait indefinitely if a faulty FUSE server does not reply to issued write requests. Affected versions include Linux kernel 6.16 through 6.18.7 and release candidates 6.19-rc1 through 6.19-rc6. It was published on February 4, 2026, with patches added on March 18, 2026. The CVSS v3.1 base score is 5.5 (Medium) (Feedly, EUVD).
The root cause is classified as CWE-835 (Loop with Unreachable Exit Condition / Infinite Loop). In wait_sb_inodes(), the kernel iterates over all inodes on a superblock and waits for writeback to complete for data integrity purposes. Prior to the fix, FUSE inodes — which carry the AS_NO_DATA_INTEGRITY flag indicating they do not provide data integrity semantics — were not excluded from this wait loop. If a FUSE server is unresponsive and never acknowledges write requests, the loop blocks indefinitely, hanging the calling process. The attack vector is local (AV:L), requires low privileges (PR:L), and no user interaction. Patches are available as kernel commits 3f4ed5e2b8f1 and f9a49aa302a0 (Feedly, Kernel Patch 1, Kernel Patch 2).
Successful exploitation results in a denial-of-service condition affecting system availability (CVSS availability impact: HIGH), with no impact on confidentiality or integrity. A local user with low privileges who can mount or interact with a FUSE filesystem backed by a faulty or malicious FUSE server can trigger wait_sb_inodes() to hang indefinitely, potentially freezing sync operations and causing system instability or unresponsiveness. The scope is limited to the affected system and does not facilitate lateral movement or data exfiltration (Feedly).
The Linux kernel project has released patches addressing this vulnerability in kernel versions 6.18.8 and 6.19-rc7. Administrators should update to Linux kernel 6.18.8 or later (stable branch) or 6.19-rc7 or later (release candidate branch). As a workaround, avoiding the use of untrusted or potentially faulty FUSE servers can reduce exposure. Linux distribution vendors (e.g., Red Hat, Yocto) are expected to backport these fixes to their supported kernel versions (Kernel Patch 1, Kernel Patch 2, Feedly).
Coverage of CVE-2026-23109 has been limited to vulnerability tracking databases and security feeds, including Vulners, VulDB, INCIBE-CERT, and Tenable (Nessus plugin 297875). No notable researcher commentary or significant social media discussion has been identified. The Yocto Project security mailing list has also referenced this CVE in the context of embedded Linux security tracking (Feedly).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."