
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-23234 is a use-after-free (UAF) vulnerability in the Linux kernel's f2fs (Flash-Friendly File System) implementation, specifically within the f2fs_write_end_io() function. It was published on March 4, 2026, and affects Linux kernel versions from 3.13 through multiple stable branches up to 6.19.x. The vulnerability arises from a race condition between loop device I/O completion and filesystem unmount operations. It carries a CVSS v3.1 base score of 7.8 (High) (Feedly).
The root cause is classified as CWE-416 (Use After Free). During filesystem unmount, kill_f2fs_super() calls f2fs_put_super(), which frees the superblock info structure (sbi). Concurrently, a loop device worker thread executing f2fs_write_end_io() may call get_pages(sbi, F2FS_WB_CP_DATA) after sbi has been freed, resulting in a UAF memory access. The race window exists between folio_end_writeback() in the I/O completion path and free(sbi) in the unmount path. The fix relocates the checkpoint thread wakeup before folio_end_writeback() to ensure sbi is accessed only while still valid. The issue was originally reported by syzbot (Feedly).
Successful exploitation can result in high impacts to confidentiality, integrity, and availability. An attacker could read sensitive kernel memory, corrupt kernel data structures, or crash the system (kernel panic). The vulnerability is locally scoped and does not enable cross-privilege-boundary escalation beyond the kernel itself, but kernel memory corruption could facilitate privilege escalation or persistent system instability (Feedly).
Patches are available across all affected stable kernel branches. Administrators should upgrade to one of the following fixed versions: 5.10.251 (for 5.10.x), 5.15.201 (for 5.15.x), 6.1.164 (for 6.1.x), 6.6.127 (for 6.6.x), 6.12.74 (for 6.12.x), 6.18.13 (for 6.18.x), or 6.19.3 (for 6.19.x). Debian has issued security advisories (DSA-6163-1 and DLA-4499-1) incorporating these fixes. As a temporary workaround, restricting unprivileged access to loop device operations can reduce exposure. No configuration-only mitigation is available (Feedly, Debian LTS).
The vulnerability received standard coverage across Linux security tracking platforms including linuxsecurity.com, Debian security advisories, and the Yocto Project security mailing list. Tenable published Nessus detection plugins (IDs 301079, 302188, 302189) for the vulnerability. Social media activity was limited to automated CVE notification accounts on Bluesky and Mastodon/infosec.exchange. No notable independent researcher commentary or significant media coverage beyond routine patch-Tuesday-style roundups was observed (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."