Answer in brief
CVE-2024-26869 records a Unknown severity vulnerability in f2fs: fix to truncate meta inode pages forcely. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=6aa58d8ad20a3323f42274c25820a6f54192422d <c92f2927df860a60ba815d3ee610a944b92a8694 || >=6aa58d8ad20a3323f42274c25820a6f54192422d <77bfdb89cc222fc7bfe198eda77bdc427d5ac189 || >=6aa58d8ad20a3323f42274c25820a6f54192422d <04226d8e3c4028dc451e9d8777356ec0f7919253 || >=6aa58d8ad20a3323f42274c25820a6f54192422d <9f0c4a46be1fe9b97dbe66d49204c1371e3ece65 | c92f2927df860a60ba815d3ee610a944b92a8694, 77bfdb89cc222fc7bfe198eda77bdc427d5ac189, 04226d8e3c4028dc451e9d8777356ec0f7919253, 9f0c4a46be1fe9b97dbe66d49204c1371e3ece65 |
| Linux/Linuxgeneric | 4.19 | Not reported |
Published upstream
Apr 17, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
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.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2024-26869 records a Unknown severity vulnerability in f2fs: fix to truncate meta inode pages forcely. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=6aa58d8ad20a3323f42274c25820a6f54192422d <c92f2927df860a60ba815d3ee610a944b92a8694 || >=6aa58d8ad20a3323f42274c25820a6f54192422d <77bfdb89cc222fc7bfe198eda77bdc427d5ac189 || >=6aa58d8ad20a3323f42274c25820a6f54192422d <04226d8e3c4028dc451e9d8777356ec0f7919253 || >=6aa58d8ad20a3323f42274c25820a6f54192422d <9f0c4a46be1fe9b97dbe66d49204c1371e3ece65 | c92f2927df860a60ba815d3ee610a944b92a8694, 77bfdb89cc222fc7bfe198eda77bdc427d5ac189, 04226d8e3c4028dc451e9d8777356ec0f7919253, 9f0c4a46be1fe9b97dbe66d49204c1371e3ece65 |
| Linux/Linuxgeneric | 4.19 | Not reported |
Published upstream
Apr 17, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
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.
Quoted source text, attributed separately from HOL analysis.