8 matches found
CVE-2026-72354
In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid stale runlist element dereference in MFT writeback ntfswritemftblock maps each $MFT record through the $MFT data runlist. For sub-folio clusters it looks up a struct runlistelement under ni-runlist.lock, drops the loc...
CVE-2026-72203
In the Linux kernel, the following vulnerability has been resolved: ntfs: skip extent mft records in writeback to prevent deadlock This patch fixes the ABBA deadlock between extentlock and extent mreclock triggered by xfstests generic/113, that occurs since the commit 6994acf33bae "ntfs: use base...
CVE-2026-72354 ntfs: avoid stale runlist element dereference in MFT writeback
In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid stale runlist element dereference in MFT writeback ntfswritemftblock maps each $MFT record through the $MFT data runlist. For sub-folio clusters it looks up a struct runlistelement under ni-runlist.lock, drops the loc...
EUVD-2026-59253
In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid stale runlist element dereference in MFT writeback ntfswritemftblock maps each $MFT record through the $MFT data runlist. For sub-folio clusters it looks up a struct runlistelement under ni-runlist.lock, drops the loc...
CVE-2026-72354
The CVE-2026-72354 entry concerns a Linux kernel NTFS writeback race that could cause a use-after-free of a runlist element. The description specifies that ntfs_write_mft_block() maps an $MFT record via the $MFT data runlist and, for sub-folio clusters, borrows rl (a runlist_element) under ni->...
CVE-2026-72203
Summary: CVE-2026-72203 is a Linux kernel vulnerability affecting NTFS handling during writeback. The issue is a deadlock (ABBA) between ntfs extent_lock and mrec_lock when writing inodes and MFT folios. The root cause is contention in the writeback paths: Path A (inode writeback) acquires extent...
PT-2026-72542
In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid stale runlist element dereference in MFT writeback ntfs write mft block maps each $MFT record through the $MFT data runlist. For sub-folio clusters it looks up a struct runlist element under ni-runlist.lock, drops the...
PT-2026-72391
In the Linux kernel, the following vulnerability has been resolved: ntfs: skip extent mft records in writeback to prevent deadlock This patch fixes the ABBA deadlock between extent lock and extent mrec lock triggered by xfstests generic/113, that occurs since the commit 6994acf33bae "ntfs: use ba...