CVE-2026-53368
Last modified
CVE-2026-53368 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: f2fs: fix fsck inconsistency caused by incorrect nat_entry flag usage f2fs_need_dentry_mark() reads nat_entry flags without mutual exclusion with the checkpoint path, which can result in an incorrect inode block marking state. The scenario is as follows: create & write & fsync 'file A' write checkpoint - f2fs_do_sync_file // inline inode - f2fs_write_inode // inode folio is dirty - f2fs_write_checkpoint - f2fs_flush_merged_writes - f2fs_sync_node_pages - f2fs_fsync_node_pages // no dirty node - f2fs_need_inode_block_update // return true - f2fs_fsync_node_pages // inode dirtied - f2fs_need_dentry_mark //return true - f2fs_flush_nat_entries - f2fs_write_checkpoint end - __write_node_folio // inode with DENT_BIT_SHIFT set SPO, "fsck --dry-run" find inode has already checkpointed but still with DENT_BIT_SHIFT set The state observed by f2fs_need_dentry_mark() can differ from the state observed in __write_node_folio() after acquiring sbi->node_write. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix fsck inconsistency caused by incorrect nat_entry flag usage f2fs_need_dentry_mark() reads nat_entry flags without mutual exclusion with the checkpoint path, which can result in an incorrect inode block marking state. The scenario is as follows: create & write & fsync 'file A' write checkpoint - f2fs_do_sync_file // inline inode - f2fs_write_inode // inode folio is dirty - f2fs_write_checkpoint - f2fs_flush_merged_writes - f2fs_sync_node_pages - f2fs_fsync_node_pages // no dirty node - f2fs_need_inode_block_update // return true - f2fs_fsync_node_pages // inode dirtied - f2fs_need_dentry_mark //return true - f2fs_flush_nat_entries - f2fs_write_checkpoint end - __write_node_folio // inode with DENT_BIT_SHIFT set SPO, "fsck --dry-run" find inode has already checkpointed but still with DENT_BIT_SHIFT set The state observed by f2fs_need_dentry_mark() can differ from the state observed in __write_node_folio() after acquiring sbi->node_write. The root cause is that the semantics of IS_CHECKPOINTED and HAS_FSYNCED_INODE are only guaranteed after the checkpoint write has fully completed. This patch moves set_dentry_mark() into __write_node_folio() and protects it with the sbi->node_write lock.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 88bd02c9472a166b706284a34a84f1243322d782, < bedb710b63ae1bd617e65d0a8cf6cea1200b3753; >= 88bd02c9472a166b706284a34a84f1243322d782, < b28a83ea4934215b5de906c3ee4fbfbc651573e0; >= 88bd02c9472a166b706284a34a84f1243322d782, < 019f9dda7f66e55eb94cd32e1d3fff5835f73fbc |
| Linux | Linux | 3.18 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-53368?
How severe is CVE-2026-53368?
How do I fix CVE-2026-53368?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-53362In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53363In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-53364In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53365In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53366In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53367In the Linux kernel, the following vulnerability has been re…
- CVE-2026-53369In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-5337During the analysis, it was identified that authenticated at…6.5
- CVE-2026-53370In the Linux kernel, the following vulnerability has been re…
- CVE-2026-53371In the Linux kernel, the following vulnerability has been re…
- CVE-2026-53372In the Linux kernel, the following vulnerability has been re…
- CVE-2026-53373In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-53368?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
