Lucene search
+L

1472 matches found

OSV
OSV
•added 2026/09/24 5:17 p.m.•7 views

DEBIAN-CVE-2026-97439

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: preserve non-DOS attribute bits in system.dosattrib BUG A corrupted ntfs3 image can hit a NULL function pointer call in genericperformwrite after toggling system.ntfsattrib and then overwriting system.dosattrib on the...

5.6AI score0.00166EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/24 5:17 p.m.•6 views

CVE-2026-97439

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: preserve non-DOS attribute bits in system.dosattrib BUG A corrupted ntfs3 image can hit a NULL function pointer call in genericperformwrite after toggling system.ntfsattrib and then overwriting system.dosattrib on the...

0.00166EPSS
SaveExploits0References3
NVD
NVD
•added 2026/09/24 5:17 p.m.•7 views

CVE-2026-97438

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: validate index entry key bounds BUG A malformed NTFS directory index entry can advertise a keysize larger than the bytes actually present in its NTFSDE payload. Directory lookup then passes that malformed key to...

7.1CVSS0.0013EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/24 5:17 p.m.•6 views

DEBIAN-CVE-2026-97438

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: validate index entry key bounds BUG A malformed NTFS directory index entry can advertise a keysize larger than the bytes actually present in its NTFSDE payload. Directory lookup then passes that malformed key to...

7.1CVSS6.2AI score0.0013EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/24 5:17 p.m.•5 views

DEBIAN-CVE-2026-97437

In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix out-of-bounds read in ntfsdiremit and hdrfinde The bounds check in ntfsdiremit compares fname-namelen a character count against e-size a byte count without accounting for the 2-byte-per-character UTF-16LE encoding or t...

7.1CVSS5.9AI score0.00138EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/24 5:17 p.m.•7 views

CVE-2026-97437

In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix out-of-bounds read in ntfsdiremit and hdrfinde The bounds check in ntfsdiremit compares fname-namelen a character count against e-size a byte count without accounting for the 2-byte-per-character UTF-16LE encoding or t...

7.1CVSS0.00138EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/24 4:03 p.m.•3 views

CVE-2026-97439 fs/ntfs3: preserve non-DOS attribute bits in system.dos_attrib

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: preserve non-DOS attribute bits in system.dosattrib BUG A corrupted ntfs3 image can hit a NULL function pointer call in genericperformwrite after toggling system.ntfsattrib and then overwriting system.dosattrib on the...

5.7AI score
SaveExploits0References6
CVE
CVE
•added 2026/09/24 4:03 p.m.•9 views

CVE-2026-97439

The Linux kernel 's ntfs3 file system driver is vulnerable to a NULL function pointer dereference when handling a corrupted ntfs3 image. The issue occurs in generic_perform_write() after toggling system.ntfs_attrib and subsequently overwriting system.dos_attrib on the same file. The root cause is...

5.7AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:03 p.m.•30 views

CVE-2026-97439 fs/ntfs3: preserve non-DOS attribute bits in system.dos_attrib

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: preserve non-DOS attribute bits in system.dosattrib BUG A corrupted ntfs3 image can hit a NULL function pointer call in genericperformwrite after toggling system.ntfsattrib and then overwriting system.dosattrib on the...

0.00166EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/24 4:03 p.m.•6 views

EUVD-2026-86052

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: preserve non-DOS attribute bits in system.dosattrib BUG A corrupted ntfs3 image can hit a NULL function pointer call in genericperformwrite after toggling system.ntfsattrib and then overwriting system.dosattrib on the...

5.7AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:03 p.m.•33 views

CVE-2026-97438 fs/ntfs3: validate index entry key bounds

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: validate index entry key bounds BUG A malformed NTFS directory index entry can advertise a keysize larger than the bytes actually present in its NTFSDE payload. Directory lookup then passes that malformed key to...

7.1CVSS0.0013EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/24 4:03 p.m.•5 views

EUVD-2026-86051

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: validate index entry key bounds BUG A malformed NTFS directory index entry can advertise a keysize larger than the bytes actually present in its NTFSDE payload. Directory lookup then passes that malformed key to...

6.1AI score0.0013EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/24 4:03 p.m.•8 views

CVE-2026-97438

The Linux kernel 's ntfs3 filesystem driver is vulnerable to a slab-out-of-bounds read. The root cause is that index-header validators only checked high-level geometry and failed to verify that individual NTFS_DE entries were properly aligned or that their key_size fit within the payload. A malfo...

7.1CVSS6.1AI score0.0013EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/24 4:03 p.m.•5 views

CVE-2026-97438 fs/ntfs3: validate index entry key bounds

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: validate index entry key bounds BUG A malformed NTFS directory index entry can advertise a keysize larger than the bytes actually present in its NTFSDE payload. Directory lookup then passes that malformed key to...

7.1CVSS6.1AI score
SaveExploits0References6
CVE
CVE
•added 2026/09/24 4:03 p.m.•8 views

CVE-2026-97437

The Linux kernel 's ntfs3 driver is vulnerable to an out-of-bounds read in the ntfs_dir_emit() and hdr_find_e() functions. The root cause is an insufficient bounds check in ntfs_dir_emit() that fails to account for the UTF-16LE encoding (2 bytes per character) and the ATTR_FILE_NAME header size. ...

7.1CVSS5.9AI score0.00138EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/24 4:03 p.m.•4 views

CVE-2026-97437 ntfs3: fix out-of-bounds read in ntfs_dir_emit() and hdr_find_e()

In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix out-of-bounds read in ntfsdiremit and hdrfinde The bounds check in ntfsdiremit compares fname-namelen a character count against e-size a byte count without accounting for the 2-byte-per-character UTF-16LE encoding or t...

7.1CVSS5.9AI score
SaveExploits0References6
Cvelist
Cvelist
•added 2026/09/24 4:03 p.m.•33 views

CVE-2026-97437 ntfs3: fix out-of-bounds read in ntfs_dir_emit() and hdr_find_e()

In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix out-of-bounds read in ntfsdiremit and hdrfinde The bounds check in ntfsdiremit compares fname-namelen a character count against e-size a byte count without accounting for the 2-byte-per-character UTF-16LE encoding or t...

7.1CVSS0.00138EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/24 4:03 p.m.•4 views

EUVD-2026-86050

In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix out-of-bounds read in ntfsdiremit and hdrfinde The bounds check in ntfsdiremit compares fname-namelen a character count against e-size a byte count without accounting for the 2-byte-per-character UTF-16LE encoding or t...

5.9AI score0.00138EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/09/24 12:00 a.m.•7 views

CVE-2026-97437

In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix out-of-bounds read in ntfsdiremit and hdrfinde The bounds check in ntfsdiremit compares fname-namelen a character count against e-size a byte count without accounting for the 2-byte-per-character UTF-16LE encoding or t...

7.1CVSS5.9AI score0.00138EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/09/24 12:00 a.m.•6 views

Linux Distros Unpatched Vulnerability : CVE-2026-97439

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fs/ntfs3: preserve non-DOS attribute bits in system.dosattrib BUG A corrupted ntfs3 image can hit a NULL function pointer call in genericperformwrite after...

5.6AI score0.00166EPSS
SaveExploits0References3
Rows per page
Query Builder