Lucene search
+L

155704 matches found

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

UBUNTU-CVE-2026-72209

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate attribute values on lookup ntfsattrfind and ntfsexternalattrfind check that generic resident attribute values fit in their attribute records and that fixed-size resident values are large enough. For variable-length...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0References5
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.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
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.33 views

CVE-2026-72369 minix: avoid overflow in bitmap block count calculation

In the Linux kernel, the following vulnerability has been resolved: minix: avoid overflow in bitmap block count calculation minixchecksuperblock uses minixblocksneeded to verify that the on-disk imap and zmap block counts are large enough for the advertised inode and zone counts. The helper...

7.8CVSS0.00175EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:56 a.m.6 views

EUVD-2026-59268

In the Linux kernel, the following vulnerability has been resolved: minix: avoid overflow in bitmap block count calculation minixchecksuperblock uses minixblocksneeded to verify that the on-disk imap and zmap block counts are large enough for the advertised inode and zone counts. The helper...

5.5AI score0.00175EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:56 a.m.5 views

CVE-2026-72369 minix: avoid overflow in bitmap block count calculation

In the Linux kernel, the following vulnerability has been resolved: minix: avoid overflow in bitmap block count calculation minixchecksuperblock uses minixblocksneeded to verify that the on-disk imap and zmap block counts are large enough for the advertised inode and zone counts. The helper...

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

EUVD-2026-58967

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate attribute values on lookup ntfsattrfind and ntfsexternalattrfind check that generic resident attribute values fit in their attribute records and that fixed-size resident values are large enough. For variable-length...

5.4AI score0.00516EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:54 a.m.6 views

CVE-2026-72209 ntfs: validate attribute values on lookup

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate attribute values on lookup ntfsattrfind and ntfsexternalattrfind check that generic resident attribute values fit in their attribute records and that fixed-size resident values are large enough. For variable-length...

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

CVE-2026-72209 ntfs: validate attribute values on lookup

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate attribute values on lookup ntfsattrfind and ntfsexternalattrfind check that generic resident attribute values fit in their attribute records and that fixed-size resident values are large enough. For variable-length...

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

CVE-2026-72209

CVE-2026-72209 concerns the Linux kernel NTFS attribute value handling. The fix adds a shared attribute value validator and applies it before any lookup path can return an attribute (including AT_UNUSED). The validator enforces bounds for resident values, minimum resident sizes, checks variable-l...

9.8CVSS5.3AI score0.00516EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:53 a.m.24 views

CVE-2026-72197 fs/ntfs3: bound DeleteIndexEntryAllocation memmove length

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.4CVSS0.00182EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 5:53 a.m.7 views

CVE-2026-72197 fs/ntfs3: bound DeleteIndexEntryAllocation memmove length

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.6AI score
SaveExploits0References10
CVE
CVE
added 2026/08/15 5:53 a.m.20 views

CVE-2026-72197

The CVE-2026-72197 issue affects the Linux kernel, specifically the fs/ntfs3 path for DeleteIndexEntryAllocation. The root cause is that e->size can cause an overlong memmove when e + e->size points past hdr + hdr->used, leading to a dangerous memmove length. A corresponding guard alread...

8.4CVSS5.4AI score0.00182EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 5:53 a.m.20 views

CVE-2026-72194 fs/ntfs3: add depth limit to indx_find_buffer to prevent stack overflow

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.8CVSS0.00744EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 5:53 a.m.10 views

CVE-2026-72194 fs/ntfs3: add depth limit to indx_find_buffer to prevent stack overflow

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.5AI score
SaveExploits0References10
CVE
CVE
added 2026/08/15 5:53 a.m.27 views

CVE-2026-72194

The CVE-2026-72194 issue affects the Linux kernel’s ntfs3 implementation. A depth-unlimited recursion in indx_find_buffer() when traversing the NTFS B+ tree can be triggered by mounting a malicious NTFS image and deleting a file whose index entry engages the rebalancing path, potentially causing ...

9.8CVSS5.4AI score0.00744EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 5:53 a.m.19 views

CVE-2026-72193 ntfs3: cap RESTART_TABLE free-chain walker at rt->used

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

0.00205EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/15 5:53 a.m.9 views

EUVD-2026-58951

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
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:53 a.m.22 views

CVE-2026-72193

CVE-2026-72193 concerns the in-tree ntfs3 kernel driver. A crafted NTFS3 disk image could trigger an in-kernel infinite loop during mount via a corrupted RESTART_TABLE free-chain, hanging the mounting thread and potentially invoking the soft-lockup watchdog on multi-CPU systems. The vulnerability...

5.4AI score0.00205EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 5:53 a.m.7 views

CVE-2026-72193 ntfs3: cap RESTART_TABLE free-chain walker at rt->used

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.5AI score
SaveExploits0References10
Rows per page
Query Builder