In the Linux kernel, the following vulnerability has been resolved:
f2fs: fix to truncate meta inode pages forcely
Below race case can cause data corruption:
Thread A GC thread
- gc_data_segment
- ra_data_block
- locked meta_inode page
- f2fs_inplace_write_data
- invalidate_mapping_pages
: fail to invalidate meta_inode page
due to lock failure or dirty|writeback
status
- f2fs_submit_page_bio
: write last dirty data to old blkaddr
- move_data_block
- load old data from meta_inode page
- f2fs_submit_page_write
: write old data to new blkaddr
Because invalidate_mapping_pages() will skip invalidating page which
has unclear status including locked, dirty, writeback and so on, so
we need to use truncate_inode_pages_range() instead of
invalidate_mapping_pages() to make sure meta_inode page will be dropped.
Metrics
Affected Vendors & Products
References
History
Wed, 07 May 2025 18:00:00 +0000
Type | Values Removed | Values Added |
---|---|---|
First Time appeared |
Linux
Linux linux Kernel |
|
CPEs | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
Vendors & Products |
Linux
Linux linux Kernel |

Status: PUBLISHED
Assigner: Linux
Published: 2024-04-17T10:27:30.100Z
Updated: 2025-05-04T08:58:28.425Z
Reserved: 2024-02-19T14:20:24.184Z
Link: CVE-2024-26869

Updated: 2024-06-12T17:28:41.121Z

Status : Analyzed
Published: 2024-04-17T11:15:09.413
Modified: 2025-05-07T17:39:20.227
Link: CVE-2024-26869
