
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53447 is a race condition vulnerability in the Linux kernel's F2FS (Flash-Friendly File System) subsystem, specifically in the f2fs_remount() function. The flaw arises when default_options() resets mount options during a remount operation, creating a timing window that can be exploited concurrently with fallocate operations, leading to a general protection fault. It affects Linux kernel versions from 3.8 up to (but not including) 6.4.5. The vulnerability carries a CVSS v3.1 base score of 4.7 (Medium) (Feedly).
The root cause is a race condition (CWE-362) between filesystem remount and fallocate operations in the F2FS driver. When remounting a read-write filesystem, do_remount does not call sb_prepare_remount_readonly to block concurrent fallocate calls; simultaneously, f2fs_remount() invokes default_options() which resets mount options before re-parsing them, leaving a window where internal state is inconsistent. A concurrent fallocate call during this window can trigger __drop_extent_tree() with an invalid lock state, resulting in a general protection fault (non-canonical address dereference) as reported by syzbot. Exploitation requires local access with low privileges and precise timing of filesystem operations (Feedly).
Successful exploitation can cause a kernel general protection fault, leading to system instability or a denial-of-service (crash). The impact is limited to availability — there is no confidentiality or integrity impact. The vulnerability affects only systems using the F2FS filesystem and requires a local attacker with low privileges to trigger the race condition (Feedly).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation at this time. The EPSS score is approximately 0.018%, reflecting very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. Attack complexity is rated High due to the precise timing required to win the race condition (Feedly).
The fix is available in Linux kernel version 6.4.5 and later, with patches committed to the stable kernel git repository. Administrators should update to kernel 6.4.5 or a later patched release. As a secondary measure, restricting local user access to systems using F2FS filesystems and avoiding concurrent remount operations in sensitive environments can reduce exposure until patching is feasible (Feedly, Kernel Patch 1, Kernel Patch 2).
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."