Linux kernel
cpe:2.3:o:kernel:linux_kernel:*:*:*:*:*:*:*
- >= 6.1.129-syzkaller-00017, < 6.1.129-syzkaller-00017-g642656a36791
A use-after-free vulnerability has been identified in the Linux kernel's F2FS (Flash-Friendly File System) implementation. This issue arises because the F2FS may fail to properly clear the 'FI_DIRTY_INODE' flag for certain inodes. After an inode is evicted, it can still be linked in the global 'DIRTY_META' list. If a checkpoint is triggered, the 'f2fs_sync_inode_meta()' function may access the already released inode, leading to a use-after-free condition. This vulnerability affects several versions of the Linux kernel.
Exploitation of this vulnerability can lead to a use-after-free condition, which may be exploited to execute arbitrary code or cause a denial-of-service condition by crashing the system.
The vulnerability can be reproduced by using a fuzzing tool, such as Syzkaller, which can trigger the conditions that lead to the use-after-free issue. This involves creating a scenario where an inode is not properly synchronized before being freed, allowing the 'f2fs_sync_inode_meta()' function to access invalid memory.
Users can upgrade to the latest version of the Linux kernel where this vulnerability has been fixed. Instructions for upgrading can be found in the official Linux kernel documentation.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.