Lucene search
+L

248233 matches found

Cvelist
Cvelist
added 5 days ago25 views

CVE-2026-72203 ntfs: skip extent mft records in writeback to prevent deadlock

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...

7.5CVSS0.00576EPSS
SaveExploits0References3
CVE
CVE
added 5 days ago20 views

CVE-2026-72203

CVE-2026-72203 concerns the Linux kernel NTFS driver and describes a deadlock (ABBA) between extent_lock and extent mrec_lock triggered by writes to normal extents and the $MFT folio. The fix removes all extent_lock and extent mrec_lock acquisitions from the MFT folio writeback path, eliminating ...

7.5CVSS5.4AI score0.00576EPSS
SaveExploits0References3
OSV
OSV
added 5 days ago10 views

CVE-2026-72203 ntfs: skip extent mft records in writeback to prevent deadlock

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...

7.5CVSS5.6AI score
SaveExploits0References6
EUVD
EUVD
added 5 days ago10 views

EUVD-2026-58960

In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid heap allocation for free-cluster readahead state getnrfreeclusters allocates a temporary filerastate before it publishes the precomputed free cluster count, sets NVolFreeClusterKnown, and wakes vol-freewaitq. If that...

5.4AI score0.00468EPSS
SaveExploits0References2
CVE
CVE
added 5 days ago17 views

CVE-2026-72202

Technical details are not publicly available in the provided documents. Monitor for updates from vendors and security trackers for affected products, patches, and remediation status.

7.5CVSS5.4AI score0.00468EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 5 days ago5 views

CVE-2026-72202

In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid heap allocation for free-cluster readahead state getnrfreeclusters allocates a temporary filerastate before it publishes the precomputed free cluster count, sets NVolFreeClusterKnown, and wakes vol-freewaitq. If that...

7.5CVSS5.4AI score0.00468EPSS
SaveExploits0
OSV
OSV
added 5 days ago10 views

CVE-2026-72202 ntfs: avoid heap allocation for free-cluster readahead state

In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid heap allocation for free-cluster readahead state getnrfreeclusters allocates a temporary filerastate before it publishes the precomputed free cluster count, sets NVolFreeClusterKnown, and wakes vol-freewaitq. If that...

7.5CVSS5.6AI score
SaveExploits0References5
EUVD
EUVD
added 5 days ago5 views

EUVD-2026-58958

In the Linux kernel, the following vulnerability has been resolved: ntfs: detect mapping-pairs LCN accumulator overflow The NTFS mapping-pairs parser accumulates relative LCN deltas in a signed integer. A corrupted attribute can drive that addition past the representable range. One corrupt runlis...

5.3AI score0.00598EPSS
SaveExploits0References2
OSV
OSV
added 5 days ago12 views

CVE-2026-72201 ntfs: validate index entries on reading

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate index entries on reading Validate index entries immediately after reading an index root or index block from disk. This eliminates repeated checks in lookup and readdir, and reduce the risk of missing checks in thos...

9.8CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 5 days ago22 views

CVE-2026-72201 ntfs: validate index entries on reading

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate index entries on reading Validate index entries immediately after reading an index root or index block from disk. This eliminates repeated checks in lookup and readdir, and reduce the risk of missing checks in thos...

9.8CVSS0.00516EPSS
SaveExploits0References2
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-58959

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate index entries on reading Validate index entries immediately after reading an index root or index block from disk. This eliminates repeated checks in lookup and readdir, and reduce the risk of missing checks in thos...

5.3AI score0.00516EPSS
SaveExploits0References2
Cvelist
Cvelist
added 5 days ago24 views

CVE-2026-72200 ntfs: detect mapping-pairs LCN accumulator overflow

In the Linux kernel, the following vulnerability has been resolved: ntfs: detect mapping-pairs LCN accumulator overflow The NTFS mapping-pairs parser accumulates relative LCN deltas in a signed integer. A corrupted attribute can drive that addition past the representable range. One corrupt runlis...

9.8CVSS0.00598EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 5 days ago5 views

CVE-2026-72201

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate index entries on reading Validate index entries immediately after reading an index root or index block from disk. This eliminates repeated checks in lookup and readdir, and reduce the risk of missing checks in thos...

9.8CVSS5.3AI score0.00516EPSS
SaveExploits0
OSV
OSV
added 5 days ago11 views

CVE-2026-72200 ntfs: detect mapping-pairs LCN accumulator overflow

In the Linux kernel, the following vulnerability has been resolved: ntfs: detect mapping-pairs LCN accumulator overflow The NTFS mapping-pairs parser accumulates relative LCN deltas in a signed integer. A corrupted attribute can drive that addition past the representable range. One corrupt runlis...

9.8CVSS5.5AI score
SaveExploits0References6
CVE
CVE
added 5 days ago22 views

CVE-2026-72200

CVE-2026-72200 affects Linux kernel NTFS support: the mapping-pairs parser can overflow when accumulating relative LCN deltas in a signed integer, potentially turning a corrupted runlist into a different set of physical clusters. Root cause: signed overflow when a runlist shape reaches S64_MAX an...

9.8CVSS5.3AI score0.00598EPSS
SaveExploits0References3
CVE
CVE
added 5 days ago17 views

CVE-2026-72201

CVE-2026-72201 affects the Linux kernel NTFS implementation where index entries are validated after reading an index root or block. Root cause: insufficient immediate validation of index entries during lookup/readdir paths, leading to potential missed checks. The CVSS appears CRITICAL (Network, N...

9.8CVSS5.3AI score0.00516EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-72200

In the Linux kernel, the following vulnerability has been resolved: ntfs: detect mapping-pairs LCN accumulator overflow The NTFS mapping-pairs parser accumulates relative LCN deltas in a signed integer. A corrupted attribute can drive that addition past the representable range. One corrupt runlis...

9.8CVSS5.3AI score0.00598EPSS
SaveExploits0
EUVD
EUVD
added 5 days ago5 views

EUVD-2026-58957

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate resident index root values on lookup Resident $INDEXROOT values carry index header fields that callers consume after lookup. Some callers already validate parts of the layout before walking entries, but those check...

5.5AI score0.00516EPSS
SaveExploits0References2
OSV
OSV
added 5 days ago7 views

CVE-2026-72199 ntfs: validate resident index root values on lookup

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate resident index root values on lookup Resident $INDEXROOT values carry index header fields that callers consume after lookup. Some callers already validate parts of the layout before walking entries, but those check...

9.8CVSS5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 5 days ago22 views

CVE-2026-72199 ntfs: validate resident index root values on lookup

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate resident index root values on lookup Resident $INDEXROOT values carry index header fields that callers consume after lookup. Some callers already validate parts of the layout before walking entries, but those check...

9.8CVSS0.00516EPSS
SaveExploits0References2
Rows per page
Query Builder