
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53763 is an array index out-of-bounds vulnerability in the Linux kernel's F2FS (Flash-Friendly File System) subsystem, caused by an incorrect revert of a sanity check patch on the extent cache. The root cause is that both v1 and v2 of a fix (commit d48a7b3a72f1) were inadvertently applied simultaneously, with v1 introducing a regression that v2 was meant to replace. The vulnerability was publicly disclosed on December 8, 2025, and affects the Linux kernel. It carries a CVSS v3.1 base score of 5.5 (Medium) (Red Hat Advisory, Red Hat Bugzilla).
The vulnerability is classified as CWE-129 (Improper Validation of Array Index) / out-of-bounds array access. When a crafted or malformed F2FS filesystem image is mounted, the inline_data_addr() function in fs/f2fs/f2fs.h:3275 accesses an array (__le32[923]) with an out-of-range index (e.g., index 1409), triggered during inode processing in __recover_inline_status() → do_read_inode() → f2fs_iget() → f2fs_fill_super(). The issue was introduced because commit d48a7b3a72f1 (v1 of the sanity check fix) was not reverted when commit 269d11948100 (v2, the correct fix) was applied, leaving conflicting logic in the extent cache validation path. The bug was discovered via syzbot fuzzing (Red Hat Bugzilla).
Successful exploitation results in a kernel UBSAN (Undefined Behavior Sanitizer) fault and potential kernel crash, causing a local denial of service (availability impact: High). There is no confidentiality or integrity impact, as the vulnerability does not expose sensitive data or allow unauthorized writes. The affected scope is limited to systems where a local, low-privileged user can mount a specially crafted F2FS filesystem image (Red Hat Advisory).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation as of the time of disclosure. The vulnerability requires local access with low privileges (e.g., the ability to mount a filesystem), limiting its attack surface. The EPSS score is 0.018% (0.000180), indicating a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog (Red Hat Advisory, Red Hat Bugzilla).
The recommended remediation is to update to a patched Linux kernel version that reverts commit d48a7b3a72f1 and retains only the correct v2 fix (269d11948100). Patches have been submitted to stable kernel trees (referenced via git.kernel.org stable commits). As a workaround, administrators can restrict unprivileged users from mounting F2FS filesystems (e.g., via mount namespace restrictions or disabling user-namespace mounts). Red Hat has tracked this issue and recommends applying vendor-specific kernel updates as they become available (Red Hat Advisory, Red Hat Bugzilla).
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."