Lucene search
+L

7639 matches found

Cvelist
Cvelist
added 2 days ago22 views

CVE-2026-72187 ntfs: avoid self-deadlock during inode eviction

In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid self-deadlock during inode eviction An attribute-list update performed while allocating clusters can drop the last reference to the temporary attribute inode. Evicting that inode drops its reference to the base inode...

0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2 days ago16 views

CVE-2026-72187

The CVE covers a Linux kernel ntfs-related self-deadlock during inode eviction. A) Root cause: an attribute-list update while allocating clusters can drop the last reference to a temporary attribute inode, causing eviction of that inode to drop its reference to the base inode; if the base inode i...

5.5AI score0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-58945

In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid self-deadlock during inode eviction An attribute-list update performed while allocating clusters can drop the last reference to the temporary attribute inode. Evicting that inode drops its reference to the base inode...

5.5AI score0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2 days ago19 views

CVE-2026-72186

CVE-2026-72186 affects the Linux kernel NTFS handling: system files such as $Bitmap exposed via show_sys_files can be written from userspace, causing volume corruption and a deadlock between writeback and the folio due to the cluster allocator scanning the inode’s page cache. The fixed approach m...

9.1CVSS5.3AI score0.00189EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2 days ago18 views

CVE-2026-72186 ntfs: make system files immutable to prevent corruption

In the Linux kernel, the following vulnerability has been resolved: ntfs: make system files immutable to prevent corruption When a system file such as $Bitmap is exposed via showsysfiles and written from userspace, the volume is corrupted and, because the cluster allocator scans $Bitmap through t...

9.1CVSS0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-58944

In the Linux kernel, the following vulnerability has been resolved: ntfs: make system files immutable to prevent corruption When a system file such as $Bitmap is exposed via showsysfiles and written from userspace, the volume is corrupted and, because the cluster allocator scans $Bitmap through t...

5.3AI score0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2 days ago12 views

CVE-2026-72174

CVE-2026-72174 affects the Linux kernel’s hugetlb mmap/pagemap handling. The vulnerability arises in fs/proc/task_mmu during a PAGEMAP_SCAN with PM_SCAN_WP_MATCHING on a hugetlb VMA, where walking hole entries via pagemap_scan_pte_hole() leads to a deadlock: the thread holds a read lock while att...

5.4AI score0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2 days ago16 views

CVE-2026-72174 fs/proc/task_mmu: fix hugetlb self-deadlock in pagemap_scan_pte_hole()

In the Linux kernel, the following vulnerability has been resolved: fs/proc/taskmmu: fix hugetlb self-deadlock in pagemapscanptehole A PAGEMAPSCAN ioctl requesting PMSCANWPMATCHING on a hugetlb VMA hangs the calling thread, unkillably, as soon as the scan reaches an unpopulated part of the range:...

0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-58932

In the Linux kernel, the following vulnerability has been resolved: fs/proc/taskmmu: fix hugetlb self-deadlock in pagemapscanptehole A PAGEMAPSCAN ioctl requesting PMSCANWPMATCHING on a hugetlb VMA hangs the calling thread, unkillably, as soon as the scan reaches an unpopulated part of the range:...

5.5AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 2 days ago14 views

CVE-2026-72121

CVE-2026-72121 describes a Linux kernel CAN subsystem vulnerability in which KCSAN detected a race condition updating timer and filter state during CAN message handling. The fix introduces a per-operation bcm_rx_update_lock to serialize updates to timer values (ival1/ival2/kt_ival1/kt_ival2/kt_la...

8.8CVSS5.8AI score0.002EPSS
SaveExploits0References5
EUVD
EUVD
added 2 days ago4 views

EUVD-2026-59058

In the Linux kernel, the following vulnerability has been resolved: dm-integrity: fix a bug if the bio is out of limits If dmintegritychecklimits fails, the code would exit with DMMAPIOKILL. However, the range would be already locked at this point, and it wouldn't be unlocked, resulting in a...

5.4AI score0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2 days ago20 views

CVE-2026-72100 dm-integrity: fix a bug if the bio is out of limits

In the Linux kernel, the following vulnerability has been resolved: dm-integrity: fix a bug if the bio is out of limits If dmintegritychecklimits fails, the code would exit with DMMAPIOKILL. However, the range would be already locked at this point, and it wouldn't be unlocked, resulting in a...

8.8CVSS0.002EPSS
SaveExploits0References4
CVE
CVE
added 2 days ago14 views

CVE-2026-72100

CVE-2026-72100 concerns the Linux kernel function dm-integrity. A bug in dm_integrity_check_limits could exit with DM_MAPIO_KILL while the affected range was still locked, causing a potential deadlock and leaked resources. The fix moves the limit check up so that on exit no resources are leaked. ...

8.8CVSS5.3AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 2 days ago14 views

CVE-2026-68460

CVE-2026-68460 : The Linux kernel fix addresses a deadlock in the f2fs balance path when the filesystem space is nearly exhausted. The affected component is f2fs (file system in user-space on Linux) and the underlying issue occurs in f2fs_balance_fs(), leading to multiple stalled kernel tasks and...

5.3AI score0.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2 days ago20 views

CVE-2026-68460 f2fs: fix potential deadlock in f2fs_balance_fs()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix potential deadlock in f2fsbalancefs When the f2fs filesystem space is nearly exhausted, we encounter deadlock issues as below: INFO: task A:1890 blocked for more than 120 seconds. Tainted: G O 6.12.41-g3fe07ddf05ab 1...

0.00176EPSS
SaveExploits0References8
EUVD
EUVD
added 2 days ago4 views

EUVD-2026-59082

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix potential deadlock in f2fsbalancefs When the f2fs filesystem space is nearly exhausted, we encounter deadlock issues as below: INFO: task A:1890 blocked for more than 120 seconds. Tainted: G O 6.12.41-g3fe07ddf05ab 1...

5.4AI score0.00176EPSS
SaveExploits0References8
CVE
CVE
added 2 days ago12 views

CVE-2026-68459

CVE-2026-68459 describes a resolved Linux kernel issue affecting the f2fs filesystem. When mounting with the gc_merge option, a deadlock can occur in the gc_merge path of f2fs_balance_fs(), involving a chain from f2fs_write_cache_pages to folio locks and the GC thread waitqueue. The provided refe...

5.3AI score0.00172EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2 days ago18 views

CVE-2026-68459 f2fs: fix potential deadlock in gc_merge path of f2fs_balance_fs()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix potential deadlock in gcmerge path of f2fsbalancefs When we mount device w/ gcmerge mount option, we may suffer below potential deadlock: Kworker GC trehad Truncator - f2fswritecachepages - f2fswritesingledatapage -...

0.00172EPSS
SaveExploits0References7
EUVD
EUVD
added 2 days ago4 views

EUVD-2026-59081

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix potential deadlock in gcmerge path of f2fsbalancefs When we mount device w/ gcmerge mount option, we may suffer below potential deadlock: Kworker GC trehad Truncator - f2fswritecachepages - f2fswritesingledatapage -...

5.4AI score0.00172EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2 days ago8 views

PT-2026-72987

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: avoid deadlocks in iso sock timeout iso sock timeout takes lock sock, so sync disabling the timer while holding that lock may deadlock. iso sock timeout may also run concurrently with iso conn del, which leads to...

5.3AI score0.00168EPSS
SaveExploits0References5
Rows per page
Query Builder