Lucene search
+L

1181 matches found

OSV
OSV
added 2026/08/15 6:21 a.m.6 views

UBUNTU-CVE-2026-72193

In the Linux kernel, the following vulnerability has been resolved: ntfs3: cap RESTARTTABLE free-chain walker at rt-used A crafted NTFS3 disk image triggers an in-kernel infinite loop at mount time, hanging the mounting thread and firing the soft-lockup watchdog within 22s on multi-CPU hosts pani...

5.4AI score0.00205EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.9 views

CVE-2026-72196

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 score0.00182EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 6:21 a.m.5 views

UBUNTU-CVE-2026-72194

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: add depth limit to indxfindbuffer to prevent stack overflow indxfindbuffer recursively descends the B+ tree index with no depth limit. A crafted NTFS image with circular index node references causes unbounded recursion,...

9.8CVSS5.4AI score0.00744EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/15 6:21 a.m.4 views

UBUNTU-CVE-2026-72192

In the Linux kernel, the following vulnerability has been resolved: ntfs3: bound tomove in indxinsertintoroot before hdrinserthead indxinsertintoroot promotes a full resident $INDEXROOT into $INDEXALLOCATION and copies all non-last resident root entries into a newly allocated INDEXBUFFER via...

9.8CVSS6AI score0.00738EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/15 6:21 a.m.10 views

UBUNTU-CVE-2026-72197

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: bound DeleteIndexEntryAllocation memmove length In doaction's DeleteIndexEntryAllocation case, e-size comes from an on-disk INDEXBUFFER entry. When e-size makes e + e-size point past hdr + hdr-used, PtrOffsete1,...

8.4CVSS5.4AI score0.00182EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/08/15 5:57 a.m.9 views

EUVD-2026-59376

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: call ntfsbadinode when failing to rename It is safe to call ntfsbadinode on live inodes since: commit 519b078998ce "fs/ntfs3: Exclude call makebadinode for live nodes." The WARNON was added when it wasn't safe by: commi...

5.4AI score0.00516EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:57 a.m.8 views

EUVD-2026-59377

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: add bounds check to rungethighestvcn rungethighestvcn parses a packed NTFS mapping-pairs buffer without any length bound, relying solely on a 0x00 terminator to stop. A crafted $LogFile UpdateMappingPairs record whose...

5.8AI score0.00154EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.27 views

CVE-2026-72478 fs/ntfs3: add bounds check to run_get_highest_vcn()

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: add bounds check to rungethighestvcn rungethighestvcn parses a packed NTFS mapping-pairs buffer without any length bound, relying solely on a 0x00 terminator to stop. A crafted $LogFile UpdateMappingPairs record whose...

8.4CVSS0.00154EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 5:57 a.m.10 views

CVE-2026-72477 fs/ntfs3: call _ntfs_bad_inode() when failing to rename

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: call ntfsbadinode when failing to rename It is safe to call ntfsbadinode on live inodes since: commit 519b078998ce "fs/ntfs3: Exclude call makebadinode for live nodes." The WARNON was added when it wasn't safe by: commi...

9.8CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.27 views

CVE-2026-72477 fs/ntfs3: call _ntfs_bad_inode() when failing to rename

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: call ntfsbadinode when failing to rename It is safe to call ntfsbadinode on live inodes since: commit 519b078998ce "fs/ntfs3: Exclude call makebadinode for live nodes." The WARNON was added when it wasn't safe by: commi...

9.8CVSS0.00516EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:57 a.m.27 views

CVE-2026-72477

The CVE-2026-72477 entry concerns the Linux kernel (fs/ntfs3) where a failure to rename could trigger an inconsistent inode state. The root issue was a WARN_ON path; it has been replaced with a call to _ntfs_bad_inode(), preventing further operations on the affected inode. This change appears to ...

9.8CVSS5.3AI score0.00516EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:57 a.m.6 views

CVE-2026-72478 fs/ntfs3: add bounds check to run_get_highest_vcn()

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: add bounds check to rungethighestvcn rungethighestvcn parses a packed NTFS mapping-pairs buffer without any length bound, relying solely on a 0x00 terminator to stop. A crafted $LogFile UpdateMappingPairs record whose...

8.4CVSS5.9AI score
SaveExploits0References9
CVE
CVE
added 2026/08/15 5:57 a.m.21 views

CVE-2026-72478

The CVE describes a bound-checking fix in Linux kernel ntfs3 (fs/ntfs3) for run_get_highest_vcn(), which previously parsed a packed NTFS mapping-pairs buffer without length bounds and could read past the slab allocation, triggering a KASAN slab-out-of-bounds read on mount. The patch adds a run_bu...

8.4CVSS5.7AI score0.00154EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.29 views

CVE-2026-72471 fs/ntfs3: prevent potential lcn remains uninitialized

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: prevent potential lcn remains uninitialized The target VCN being sought was not found within runs0, causing runlookup to return false. This causes runlookupentry to return false, which in turn results in a len value of ...

7.1CVSS0.00314EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:57 a.m.19 views

CVE-2026-72471

CVE-2026-72471: In the Linux kernel (ntfs3) vulnerability, a path where target VCN isn’t found could lead run_lookup() to false, causing a chain that results in attr_data_get_block() receiving a NULL and finally exit without initializing lcn. The fix prevents this by moving the clen check in ni_s...

7.1CVSS5.4AI score0.00314EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:57 a.m.8 views

EUVD-2026-59370

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: prevent potential lcn remains uninitialized The target VCN being sought was not found within runs0, causing runlookup to return false. This causes runlookupentry to return false, which in turn results in a len value of ...

5.5AI score0.00314EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:57 a.m.5 views

CVE-2026-72471 fs/ntfs3: prevent potential lcn remains uninitialized

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: prevent potential lcn remains uninitialized The target VCN being sought was not found within runs0, causing runlookup to return false. This causes runlookupentry to return false, which in turn results in a len value of ...

7.1CVSS5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.29 views

CVE-2026-72470 fs/ntfs3: resize log->one_page_buf when adopting on-disk page size

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: resize log-onepagebuf when adopting on-disk page size logreplay allocates log-onepagebuf using the page size that was chosen from the host PAGESIZE: log-onepagebuf = kmalloclog-pagesize, GFPNOFS; Later, when a restart...

7.8CVSS0.00138EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:57 a.m.9 views

CVE-2026-72470 fs/ntfs3: resize log->one_page_buf when adopting on-disk page size

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: resize log-onepagebuf when adopting on-disk page size logreplay allocates log-onepagebuf using the page size that was chosen from the host PAGESIZE: log-onepagebuf = kmalloclog-pagesize, GFPNOFS; Later, when a restart...

7.8CVSS5.5AI score
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:57 a.m.5 views

EUVD-2026-59369

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: resize log-onepagebuf when adopting on-disk page size logreplay allocates log-onepagebuf using the page size that was chosen from the host PAGESIZE: log-onepagebuf = kmalloclog-pagesize, GFPNOFS; Later, when a restart...

5.4AI score0.00138EPSS
SaveExploits0References5
Rows per page
Query Builder