Lucene search
+L

1191 matches found

Redos
Redos
added 2026/01/29 12:00 a.m.9 views

ROS-20260129-73-0008

A vulnerability in the mienumattr function of the fs/ntfs3/record.c module of the Linux operating system kernel file system support is related to access delimitation flaws. Exploitation of the vulnerability could allow an attacker to gain access to protected information or cause a denial of servi...

7.1CVSS7.2AI score0.00195EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/01/22 12:00 a.m.8 views

Azure Linux 3.0 Security Update: kernel (CVE-2025-22080)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-22080 advisory. - In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Prevent integer overflow in...

8.4CVSS6.9AI score0.00207EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/01/22 12:00 a.m.10 views

Azure Linux 3.0 Security Update: kernel (CVE-2025-38167)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-38167 advisory. - In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: handle hdrfirstde return value...

5.5CVSS5.3AI score0.00141EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/01/22 12:00 a.m.8 views

Azure Linux 3.0 Security Update: kernel (CVE-2025-22081)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-22081 advisory. - In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a couple integer overflows...

7.8CVSS6.8AI score0.00203EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/01/17 12:00 a.m.17 views

PT-2026-43802

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A slab-out-of-bounds read exists in the do action function during the 'DeleteIndexEntryRoot' case. The issue occurs because the entry size esize is retrieved from the log record without...

7.8CVSS5.7AI score0.00149EPSS
SaveExploits0
Redos
Redos
added 2026/01/13 12:00 a.m.11 views

ROS-20260113-7367

A vulnerability in the fs/ntfs3/inode.c component of the Linux operating system kernel is related to an operation exceeding buffer boundaries in memory. Exploitation of the vulnerability could allow an attacker to cause a denial of service...

5.5CVSS6.6AI score0.00218EPSS
SaveExploits0
Redos
Redos
added 2026/01/13 12:00 a.m.12 views

ROS-20260113-7368

A vulnerability in the mienumattr function in the fs/ntfs3/record.c module of the ntfs3 file system of the Linux kernel is related to privilege escalation. Exploitation of the vulnerability may allow an intruder to affect the confidentiality, integrity and availability of protected information...

7.8CVSS6.5AI score0.00224EPSS
SaveExploits0
Redos
Redos
added 2026/01/13 12:00 a.m.5 views

ROS-20260113-7369

A vulnerability in the fs/ntfs3 component of the Linux operating system kernel is related to an operation exceeding buffer boundaries in memory. Exploitation of the vulnerability could allow an attacker to cause a denial of service...

7.1CVSS6.6AI score0.00214EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/01/05 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2023-54248

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fs/ntfs3: Add check for kmemdup Since the kmemdup may return NULL pointer, it should be better to add check for the return value in order to avoid NULL pointer...

5.9AI score0.00178EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/12/31 10:25 a.m.5 views

CVE-2023-54272

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a possible null-pointer dereference in niclear In a previous commit c1006bd13146, ni-mi.mrec in niwriteinode could be NULL, and thus a NULL check is added for this variable. However, in the same call stack, ni-mi.mr...

5.8AI score0.00187EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/31 12:31 a.m.16 views

SUSE CVE-2022-50841

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add overflow check for attribute size The offset addition could overflow and pass the used size check given an attribute with very large size e.g., 0xffffff7f while parsing MFT attributes. This could lead to out-of-boun...

6.5AI score0.002EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/31 12:30 a.m.7 views

SUSE CVE-2022-50869

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix slab-out-of-bounds in rpage When PAGESIZE is 64K, if readlogpage is called by logreadrst for the first time, the size of buffer would be equal to DefaultLogPageSize4K.But for buffer operations like memcpy, if the...

6.7AI score0.00146EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/31 12:28 a.m.7 views

SUSE CVE-2023-54196

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix NULL pointer dereference in 'niwriteinode' Syzbot found the following issue: Unable to handle kernel NULL pointer dereference at virtual address 0000000000000016 Mem abort info: ESR = 0x0000000096000006 EC = 0x25:...

6.4AI score0.00178EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/31 12:27 a.m.4 views

SUSE CVE-2023-54248

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add check for kmemdup Since the kmemdup may return NULL pointer, it should be better to add check for the return value in order to avoid NULL pointer dereference...

6.5AI score0.00178EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/31 12:27 a.m.5 views

SUSE CVE-2023-54272

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a possible null-pointer dereference in niclear In a previous commit c1006bd13146, ni-mi.mrec in niwriteinode could be NULL, and thus a NULL check is added for this variable. However, in the same call stack, ni-mi.mr...

6.5AI score0.00187EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/30 3:30 p.m.8 views

EUVD-2023-60369

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a possible null-pointer dereference in niclear In a previous commit c1006bd13146, ni-mi.mrec in niwriteinode could be NULL, and thus a NULL check is added for this variable. However, in the same call stack, ni-mi.mr...

6AI score0.00187EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/30 3:30 p.m.8 views

EUVD-2023-60393

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add check for kmemdup Since the kmemdup may return NULL pointer, it should be better to add check for the return value in order to avoid NULL pointer dereference...

6AI score0.00178EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/12/30 3:30 p.m.9 views

EUVD-2023-60445

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix NULL pointer dereference in 'niwriteinode' Syzbot found the following issue: Unable to handle kernel NULL pointer dereference at virtual address 0000000000000016 Mem abort info: ESR = 0x0000000096000006 EC = 0x25:...

5.9AI score0.00178EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/30 3:30 p.m.10 views

EUVD-2022-55857

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add overflow check for attribute size The offset addition could overflow and pass the used size check given an attribute with very large size e.g., 0xffffff7f while parsing MFT attributes. This could lead to out-of-boun...

5.9AI score0.002EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/30 1:16 p.m.6 views

CVE-2023-54272

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a possible null-pointer dereference in niclear In a previous commit c1006bd13146, ni-mi.mrec in niwriteinode could be NULL, and thus a NULL check is added for this variable. However, in the same call stack, ni-mi.mr...

0.00187EPSS
SaveExploits0References4
Rows per page
Query Builder