Lucene search
+L

387426 matches found

CVE
CVE
added 2026/08/15 5:53 a.m.25 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
CVE
CVE
added 2026/08/15 5:53 a.m.26 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.00467EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:53 a.m.36 views

CVE-2026-72185

The CVE-2026-72185 entries describe a Linux kernel NTFS vulnerability in ntfs_map_runlist_nolock() where a crafted NTFS image could place a resident attribute where a non-resident attribute is expected. The underlying bug was a mismatch between expected attribute type and actual data, previously ...

9.8CVSS5.6AI score0.00626EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:53 a.m.22 views

CVE-2026-72184

The CVE-2026-72184 issue in the Linux kernel NTFS code leaks memory: ntfs_non_resident_attr_insert_range() allocates hole_rl, and on failure of ntfs_attr_map_whole_runlist() the error path drops ni->runlist.lock and returns without freeing hole_rl, leaking sizeof(*hole_rl) * 2 bytes. The fix f...

5.3AI score0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:53 a.m.23 views

CVE-2026-72182

The CVE-2026-72182 entry corresponds to a Linux kernel issue in the charger-manager under power: supply where a refcount leak occurs in is_full_charged(). When the voltage check (uV >= fullbatt_uV) is true, a reference obtained via power_supply_get_by_name() is not released, leaking the refcou...

5.4AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:53 a.m.36 views

CVE-2026-72183

CVE-2026-72183 concerns a Linux kernel LANDLOCK bypass on the SIGIO path. The vulnerability allowed a sandboxed process that owns a file/socket to arm fcntl(F_SETOWN), F_SETSIG and O_ASYNC so that an I/O event would deliver a chosen signal to the entire process group, potentially affecting non-sa...

8.4CVSS5.5AI score0.00169EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:53 a.m.30 views

CVE-2026-72181

Linux kernel vulnerability CVE-2026-72181 (mips: sched: Fix CPUMASK_OFFSTACK memory corruption) fixes a memory-management flaw when CONFIG_CPUMASK_OFFSTACK is enabled: cpumask_var_t is a pointer, so sizeof(new_mask) equals pointer size and copy_from_user() can clobber the mask pointer; the old pa...

7.8CVSS5.4AI score0.00164EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:53 a.m.25 views

CVE-2026-72180

CVE-2026-72180 affects the Linux kernel’s huge memory handling (mm/huge_memory). The root cause is that during device-private PMD downgrade, the pmd_swp_uffd_wp flag can be lost when the swap entry is rewritten, allowing a plain mprotect() on a UFFD_WP-marked device-private THP to strip the flag ...

5.3AI score0.00201EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:53 a.m.26 views

CVE-2026-72178

CVE-2026-72178 relates to the Linux kernel, specifically the DAMON subsystem (mm/damon/core). The issue: during damon_commit_target(), destination and source target pids are not consistently managed when a commit fails, which could leak pids if the destination context lacks the necessary cleanup ...

5.3AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:53 a.m.23 views

CVE-2026-72179

The CVE-2026-72179 entry concerns the Linux kernel (riscv) cacheinfo: populate_cache_leaves. A node reference leak occurs because the final of_node_put(np) can leak the last valid node when the loop finishes with np == NULL. The fix, as documented in multiple sources, changes the final call from ...

5.4AI score0.00206EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:53 a.m.26 views

CVE-2026-72177

Summary: CVE-2026-72177 relates to the Linux kernel’s damon_sysfs subsystem. The error paths in damon_sysfs_access_pattern_add_dirs() and damon_sysfs_scheme_add_dirs() incorrectly put references to directories in the wrong order, which can cause an uninitialized memory dereference and/or memory l...

5.4AI score0.00205EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:53 a.m.26 views

CVE-2026-72176

Summary: CVE-2026-72176 affects the Linux kernel component mm/damon/sysfs-schemes. The vulnerability arises in the error handling of scheme_add_dirs(), where the code path incorrectly releases a reference to the tried_regions directory instead of the stats directory, causing the stats directory o...

5.3AI score0.002EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:53 a.m.28 views

CVE-2026-72175

CVE-2026-72175修复针对 Linux 内核 fs/proc/task_mmu 中的 make_uffd_wp_huge_pte() 的 prot-update race。六项变更来自 patch series “userfaultfd/pagemap: pre-existing fixes”,用于 present 的 HugeTLB PTE 上状态更新时的时序竞态:在未调用对应的 ptep_modify_prot_start() 的情况下就执行 ptep_modify_prot_commit(),可能导致写入了过时的快照。修复通过对 present-PTE 分支采用与非 hu...

7.1CVSS5.4AI score0.00171EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:53 a.m.25 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
CVE
CVE
added 2026/08/15 5:53 a.m.19 views

CVE-2026-72173

The CVE-2026-72173 entry concerns the Linux kernel vulnerability in fs/proc/task_mmu where a warning was emitted for non-migration PMD entries. The patch series mm/hmm: A fix and a selftest (2 patches) removes the stale assertion that only migration softleaf entries were supported at the PMD leve...

5.4AI score0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:53 a.m.27 views

CVE-2026-72172

CVE-2026-72172 affects the Linux kernel, specifically the mm/mm_init path related to ZONE_DEVICE. The issue occurs when DAX memory is hotplugged into an unoccupied subsection of an early section, causing section_activate() to reuse the boot memmap while compound_nr_pages() assumes vmemmap optimiz...

7.8CVSS5.4AI score0.00163EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:53 a.m.25 views

CVE-2026-72171

CVE-2026-72171 concerns the Linux kernel mtd/slram subsystem. The issue occurs when register_device() links a new slram_mtdlist entry before all required state is allocated; if a later allocation (memremap, mtd_device_register) fails, the partially initialized entry remains on the global list. Th...

7.8CVSS5.3AI score0.00164EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:53 a.m.27 views

CVE-2026-72170

The CVE affects the Linux kernel 9p (9p/v9fs) implementation. In cacheless mode, v9fs_dec_count() unconditionally calls drop_nlink() on regular files, even when the inode’s nlink is already zero, because the client fetches inode metadata from the server (the source of truth) on every operation. T...

7.8CVSS5.4AI score0.00163EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:53 a.m.24 views

CVE-2026-72169

The CVE-2026-72169 entry concerns the Linux kernel. A vulnerability arose from not always aligning scratch sizes to CMA_MIN_ALIGNMENT_BYTES when using scratch_scale, potentially causing a released pageblock to be only partially scratch. The fix, as documented, is to perform the rounding up for bo...

5.3AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:53 a.m.23 views

CVE-2026-72168

In the Linux kernel vulnerability CVE-2026-72168, the issue lies in the mtd: maps: vmu-flash path where memcard structs could access uninitialized data due to the use of kmalloc_obj()/kmalloc_objs(). The fix changes memory allocation to kzalloc_obj()/kzalloc_objs(), mitigating the fault seen duri...

5.3AI score0.002EPSS
SaveExploits0References7
Rows per page
Query Builder