Lucene search
+L

109 matches found

RedhatCVE
RedhatCVE
added 2026/08/31 6:42 a.m.7 views

CVE-2026-80673

A flaw was found in the Linux kernel's NTFS file system driver. An attacker can craft a malicious on-disk attribute list that, when processed, causes an out-of-bounds read. This occurs because a look-ahead entry in the attribute list is not properly validated, allowing data to be read beyond the...

9.8CVSS5.8AI score0.00379EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/31 12:00 a.m.3 views

UBUNTU-CVE-2026-80674

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate resident attribute lists and harden the validator A base inode's $ATTRIBUTELIST is sanity-checked by loadattributelist only on the non-resident path; ntfsreadlockedinode copies a resident attribute list into...

9.8CVSS5.9AI score0.00379EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/31 12:00 a.m.4 views

UBUNTU-CVE-2026-80672

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix u16 truncation of restart-area length check ntfscheckrestartarea validates that the $LogFile restart area and its trailing log client record array fit within the system page size: u16 raofs, ralen, caofs; ... ralen =...

8.8CVSS5.9AI score0.0012EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/28 8:16 a.m.12 views

CVE-2026-80674

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate resident attribute lists and harden the validator A base inode's $ATTRIBUTELIST is sanity-checked by loadattributelist only on the non-resident path; ntfsreadlockedinode copies a resident attribute list into...

9.8CVSS0.00379EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/28 8:16 a.m.9 views

CVE-2026-80672

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix u16 truncation of restart-area length check ntfscheckrestartarea validates that the $LogFile restart area and its trailing log client record array fit within the system page size: u16 raofs, ralen, caofs; ... ralen =...

8.8CVSS0.0012EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/28 6:49 a.m.36 views

CVE-2026-80674 ntfs: validate resident attribute lists and harden the validator

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate resident attribute lists and harden the validator A base inode's $ATTRIBUTELIST is sanity-checked by loadattributelist only on the non-resident path; ntfsreadlockedinode copies a resident attribute list into...

9.8CVSS0.00379EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/28 6:49 a.m.10 views

CVE-2026-80673

Linux kernel NTFS driver contains a slab out-of-bounds read in ntfs_external_attr_find(). When resolving an attribute lookup with a non-zero @lowest_vcn, the function reads lowest_vcn (offset 8) and name_offset from the next $ATTRIBUTE_LIST entry without full bounds validation, allowing a crafted...

9.8CVSS6AI score0.00379EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/28 6:49 a.m.34 views

CVE-2026-80672 ntfs: fix u16 truncation of restart-area length check

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix u16 truncation of restart-area length check ntfscheckrestartarea validates that the $LogFile restart area and its trailing log client record array fit within the system page size: u16 raofs, ralen, caofs; ... ralen =...

8.8CVSS0.0012EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/28 6:49 a.m.34 views

CVE-2026-80673 ntfs: bound the look-ahead attribute-list entry in ntfs_external_attr_find()

In the Linux kernel, the following vulnerability has been resolved: ntfs: bound the look-ahead attribute-list entry in ntfsexternalattrfind When resolving an attribute lookup with a non-zero @lowestvcn, ntfsexternalattrfind peeks at the next $ATTRIBUTELIST entry to decide whether to keep searchin...

9.8CVSS0.00379EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/28 12:00 a.m.11 views

PT-2026-82973

In the Linux kernel, the following vulnerability has been resolved: ntfs: bound the look-ahead attribute-list entry in ntfs external attr find When resolving an attribute lookup with a non-zero @lowest vcn, ntfs external attr find peeks at the next $ATTRIBUTE LIST entry to decide whether to keep...

6AI score0.00379EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/19 5:39 p.m.7 views

CVE-2026-72354

A flaw was found in the Linux kernel's NTFS file system driver. A local attacker could trigger a use-after-free vulnerability during Master File Table MFT writeback operations. This occurs due to a timing issue where memory is freed while still being accessed, which can lead to a system crash,...

8.8CVSS5.5AI score0.00508EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 5:39 p.m.7 views

CVE-2026-72353

A flaw was found in the Linux kernel's NTFS file system driver. A use-after-free vulnerability exists in the ntfsattrfallocate function, where a runlist element is accessed after its memory has been deallocated by a concurrent operation. A local attacker could exploit this to trigger a system...

8.8CVSS5.4AI score0.00508EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 3:52 p.m.6 views

CVE-2026-72210

A flaw was found in the Linux kernel's NTFS filesystem driver. An error in how the driver checks the boundaries of data it processes, specifically an 'off-by-one' error, allows it to read one byte beyond its intended memory region. This 'out-of-bounds read' could potentially lead to the disclosur...

9.8CVSS5.3AI score0.00516EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 3:52 p.m.6 views

CVE-2026-72209

A flaw was found in the Linux kernel's NTFS filesystem driver. A local attacker could craft a malicious NTFS image that causes the kernel to read beyond the intended memory boundary when processing $FILENAME attributes. This out-of-bounds read could lead to information disclosure or potentially a...

9.8CVSS5.3AI score0.00516EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 3:52 p.m.4 views

CVE-2026-72208

A flaw was found in the Linux kernel's NTFS file system driver. A missing bounds check when processing Extended Attribute EA entries in the ntfsealookup and ntfslistxattr functions could allow a local attacker to craft a malicious NTFS file system. When this file system is mounted, it could lead ...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 3:52 p.m.4 views

CVE-2026-72207

A flaw was found in the NTFS file system driver in the Linux kernel. When the ntfsresidentattrresize function attempts to free space by converting resident attributes to non-resident, it incorrectly selects zero-length $DATA attributes for this conversion. This can lead to fsck file system check...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 3:52 p.m.6 views

CVE-2026-72206

A flaw was found in the Linux kernel's NTFS filesystem driver. Insufficient validation of index block headers within INDX blocks could allow a local attacker to craft a malicious NTFS filesystem image. When this image is processed by the kernel, it could lead to a kernel panic due to an...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 3:52 p.m.5 views

CVE-2026-72205

A flaw was found in the Linux kernel's NTFS filesystem driver. When an attempt to mount an NTFS volume fails, the ntfsfillsuper function's error handling path does not properly free all volume-wide resources. This oversight leads to a silent resource leak, where memory and other resources...

5.5CVSS5.4AI score0.00198EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 3:52 p.m.7 views

CVE-2026-72204

A flaw was found in the Linux kernel's NTFS file system driver. This vulnerability arises from insufficient validation of the $INDEXROOT header, which is crucial for managing directory and file indexes. An attacker could potentially craft a specially malformed NTFS file system. Processing this...

8.4CVSS5.5AI score0.00168EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 3:52 p.m.6 views

CVE-2026-72202

A flaw was found in the Linux kernel's NTFS filesystem driver. When calculating free clusters or Master File Table MFT records, a temporary state object is allocated on the heap. If this allocation fails, processes waiting for these counts can become unresponsive, leading to a denial of service D...

7.5CVSS5.5AI score0.00468EPSS
SaveExploits0References4
Rows per page
Query Builder