Lucene search
+L

132 matches found

RedhatCVE
RedhatCVE
added 2026/08/18 3:52 p.m.15 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.10 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.9 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
RedhatCVE
RedhatCVE
added 2026/08/18 3:15 p.m.10 views

CVE-2026-72187

A flaw was found in the Linux kernel's NTFS file system driver. An attacker with local access could trigger a self-deadlock condition during inode eviction. This occurs when an attribute-list update during cluster allocation causes a temporary inode to lose its last reference, leading to an...

5.5CVSS5.5AI score0.00189EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 3:15 p.m.10 views

CVE-2026-72186

A flaw was found in the Linux kernel's NTFS driver. A local user could exploit this by writing to specific system files, such as $Bitmap, which are exposed through the showsysfiles interface. This unauthorized write access can lead to file system corruption and potentially cause a system deadlock...

9.1CVSS5.5AI score0.00468EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 11:07 a.m.9 views

CVE-2026-72211

A flaw was found in the Linux kernel's NTFS file system driver. When the driver attempts to reparent an index root, it can update metadata to reflect a larger size before the actual data structure is resized. If this resize operation fails, the file system can enter an inconsistent state. This...

9.8CVSS5.3AI score0.00516EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 10:02 a.m.10 views

CVE-2026-72184

A flaw was found in the Linux kernel's NTFS file system driver. When handling non-resident attributes, a memory leak occurs in the ntfsnonresidentattrinsertrange function. If the mapping of the runlist fails, allocated memory for holerl is not properly released. This can lead to resource exhausti...

5.5CVSS5.4AI score0.00189EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 8:38 a.m.10 views

CVE-2026-72188

A flaw was found in the Linux kernel's NTFS filesystem driver. A remote attacker could craft a malicious NTFS image that, when processed, causes the ntfslookupinodebyname function to return an unvalidated error-marked MFT Master File Table reference. This can lead to callers consuming a bogus err...

9.1CVSS5.4AI score0.00467EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 7:20 a.m.9 views

CVE-2026-72199

A flaw was found in the NTFS filesystem driver of the Linux kernel. This vulnerability arises from insufficient validation of resident index root values during lookup operations. An attacker could potentially craft a malicious NTFS filesystem that, when processed by the kernel, leads to...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 7:06 a.m.12 views

CVE-2026-72198

A flaw was found in the Linux kernel's NTFS file system driver. This vulnerability arises from the incorrect handling of non-resident records for attributes that are expected to be resident. This can lead to 'union confusion paths' where the kernel attempts to read data from an incorrect memory...

7.8CVSS5.4AI score0.00162EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-72197

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fs/ntfs3: bound DeleteIndexEntryAllocation memmove length In doaction's DeleteIndexEntryAllocation case, e-size comes from an on-disk INDEXBUFFER entry. When...

8.4CVSS5.9AI score0.00185EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/17 2:56 p.m.14 views

CVE-2026-74570

A flaw was found in the Linux kernel's NTFS file system driver. This vulnerability arises from insufficient size calculations during runlist memory reallocation, which could lead to an integer overflow. An attacker could potentially exploit this to cause memory corruption, leading to system...

9.8CVSS5.6AI score0.00308EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 6:21 a.m.9 views

AZL-96153 CVE-2026-72198 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: ntfs: reject non-resident records for resident-only attributes The shared lookup-time attribute validator rejects non-resident $FILENAME and $VOLUMENAME records because their formats require resident values and callers handle...

7.8CVSS5.8AI score0.00162EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.14 views

CVE-2026-72186

In the Linux kernel, the following vulnerability has been resolved: ntfs: make system files immutable to prevent corruption When a system file such as $Bitmap is exposed via showsysfiles and written from userspace, the volume is corrupted and, because the cluster allocator scans $Bitmap through t...

9.1CVSS5.5AI score0.00468EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.16 views

CVE-2026-72188

In the Linux kernel, the following vulnerability has been resolved: ntfs: sanitize MFT references returned from ntfslookupinodebyname ntfslookupinodebyname returns MFT references read from directory index entries on disk. These values are untrusted, but the function can currently return an...

9.1CVSS5.5AI score0.00467EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.13 views

CVE-2026-72205

In the Linux kernel, the following vulnerability has been resolved: ntfs: free volume-wide resources on fillsuper failure ntfsfillsuper's erroutnow path frees only the volume struct via kfreevol, leaving several vol-owned allocations behind on every mount failure: - vol-nlsmap, loaded by...

5.5AI score0.00198EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.18 views

CVE-2026-72207

In the Linux kernel, the following vulnerability has been resolved: ntfs: not change 0-byte $DATA attribute to non-resident When ntfsresidentattrresize cannot grow a resident attribute in place, it retries after converting other resident attributes to non-resident to free space in the MFT recrord...

9.8CVSS5.5AI score0.00516EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.14 views

CVE-2026-72210

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix off-by-one in mapping pairs decoding bounds checks In ntfsmappingpairsdecompress, attrend points one byte past the end of the attribute record: attrend = u8 attr + le32tocpuattr-length; The two bounds checks validating...

9.8CVSS5.6AI score0.00516EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.13 views

CVE-2026-72187

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.6AI score0.00189EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.31 views

CVE-2026-72198

In the Linux kernel, the following vulnerability has been resolved: ntfs: reject non-resident records for resident-only attributes The shared lookup-time attribute validator rejects non-resident $FILENAME and $VOLUMENAME records because their formats require resident values and callers handle...

7.8CVSS5.5AI score0.00162EPSS
SaveExploits0References4
Rows per page
Query Builder