Lucene search
+L

114521 matches found

OSV
OSV
added 2026/08/15 5:54 a.m.8 views

CVE-2026-72212 mm/memory_hotplug: fix incorrect altmap passing in error path

In the Linux kernel, the following vulnerability has been resolved: mm/memoryhotplug: fix incorrect altmap passing in error path In createaltmapsandmemoryblocks, when archaddmemory succeeds with memmaponmemory enabled, the vmemmap pages are allocated from params.altmap. If creatememoryblockdevice...

5.5AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 5:53 a.m.24 views

CVE-2026-72196 fs/ntfs3: bound copy_lcns dp->page_lcns[] index in analysis pass

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: bound copylcns dp-pagelcns index in analysis pass In logreplay's analysis pass, after finddp returns a valid DIRPAGEENTRY for the targetattr, targetvcn tuple, the copylcns block walks lrh-lcnsfollow further entries: t16...

8.4CVSS0.0018EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:53 a.m.7 views

EUVD-2026-58954

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: bound copylcns dp-pagelcns index in analysis pass In logreplay's analysis pass, after finddp returns a valid DIRPAGEENTRY for the targetattr, targetvcn tuple, the copylcns block walks lrh-lcnsfollow further entries: t16...

5.5AI score0.0018EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 5:53 a.m.16 views

CVE-2026-72196 fs/ntfs3: bound copy_lcns dp->page_lcns[] index in analysis pass

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: bound copylcns dp-pagelcns index in analysis pass In logreplay's analysis pass, after finddp returns a valid DIRPAGEENTRY for the targetattr, targetvcn tuple, the copylcns block walks lrh-lcnsfollow further entries: t16...

8.4CVSS5.5AI score
SaveExploits0References9
CVE
CVE
added 2026/08/15 5:53 a.m.38 views

CVE-2026-72196

CVE-2026-72196 involves the Linux kernel ntfs3 code where log_replay analysis could write past the dp->page_lcns[] array. The root cause: after find_dp() validates only the first cluster, the code loops over lrh->lcns_follow and writes dp->page_lcns[j + i] without bounding i by dp->lc...

8.4CVSS5.4AI score0.0018EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:53 a.m.7 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
Cvelist
Cvelist
added 2026/08/15 5:53 a.m.25 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 2026/08/15 5:53 a.m.28 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 2026/08/15 5:53 a.m.8 views

EUVD-2026-58942

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix hole runlist memory leak in insert range error path ntfsnonresidentattrinsertrange allocates holerl before mapping the whole runlist. If ntfsattrmapwholerunlist fails, the error path drops ni-runlist.lock and returns...

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

CVE-2026-72184 ntfs: fix hole runlist memory leak in insert range error path

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix hole runlist memory leak in insert range error path ntfsnonresidentattrinsertrange allocates holerl before mapping the whole runlist. If ntfsattrmapwholerunlist fails, the error path drops ni-runlist.lock and returns...

5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:53 a.m.22 views

CVE-2026-72184 ntfs: fix hole runlist memory leak in insert range error path

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix hole runlist memory leak in insert range error path ntfsnonresidentattrinsertrange allocates holerl before mapping the whole runlist. If ntfsattrmapwholerunlist fails, the error path drops ni-runlist.lock and returns...

0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:53 a.m.27 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
EUVD
EUVD
added 2026/08/15 5:53 a.m.8 views

EUVD-2026-58935

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs-schemes: fix dir put orders in accesspatternadddirs Patch series "mm/damon/sysfs-schemes: fix wrong directories put orders in error paths". Error paths of damonsysfsaccesspatternadddirs and damonsysfsschemeadddirs...

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

CVE-2026-72177 mm/damon/sysfs-schemes: fix dir put orders in access_pattern_add_dirs()

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs-schemes: fix dir put orders in accesspatternadddirs Patch series "mm/damon/sysfs-schemes: fix wrong directories put orders in error paths". Error paths of damonsysfsaccesspatternadddirs and damonsysfsschemeadddirs...

5.5AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/08/15 5:53 a.m.24 views

CVE-2026-72177 mm/damon/sysfs-schemes: fix dir put orders in access_pattern_add_dirs()

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs-schemes: fix dir put orders in accesspatternadddirs Patch series "mm/damon/sysfs-schemes: fix wrong directories put orders in error paths". Error paths of damonsysfsaccesspatternadddirs and damonsysfsschemeadddirs...

0.00206EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:53 a.m.30 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.00206EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:53 a.m.29 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
EUVD
EUVD
added 2026/08/15 5:53 a.m.7 views

EUVD-2026-58934

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs-schemes: put stats for schemeadddirs internal error damonsysfsschemeadddirs setup the triedregions directory after the stats directory setup is completed. When the triedregions directory setup is failed, the setup...

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

CVE-2026-72161

The CVE describes a NULL dereference in OCFS2 during inode eviction after unmount, caused by osb->journal being freed but later dereferenced in ocfs2_checkpoint_inode(). The fix adds a NULL check for osb->journal in ocfs2_checkpoint_inode(), so if the journal is NULL (already flushed/destro...

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

CVE-2026-72160 ocfs2: reject dinodes with non-canonical i_mode type

In the Linux kernel, the following vulnerability has been resolved: ocfs2: reject dinodes with non-canonical imode type Patch series "ocfs2: harden inode validators against forged metadata", v2. This series adds three structural checks to OCFS2 dinode validation so malformed on-disk fields are...

8.8CVSS0.00633EPSS
SaveExploits0References8
Rows per page
Query Builder