Lucene search
+L

801 matches found

Tenable Nessus
Tenable Nessus
added 2026/03/16 12:00 a.m.4 views

EulerOS 2.0 SP11 : samba (EulerOS-SA-2026-1594)

According to the versions of the samba packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : A flaw was found in Samba, in the vfsstreamsxattr module, where uninitialized heap memory could be written into alternate data streams. This allows...

4.3CVSS5.8AI score0.00431EPSS
SaveExploits0References2
OpenVAS
OpenVAS
added 2026/03/16 12:00 a.m.5 views

Huawei EulerOS: Security Advisory for samba (EulerOS-SA-2026-1351)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2026 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

4.3CVSS5.8AI score0.00431EPSS
SaveExploits0References2
OpenVAS
OpenVAS
added 2026/03/16 12:00 a.m.5 views

Huawei EulerOS: Security Advisory for samba (EulerOS-SA-2026-1461)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2026 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

4.3CVSS5.8AI score0.00431EPSS
SaveExploits0References2
OpenVAS
OpenVAS
added 2026/03/16 12:00 a.m.3 views

Huawei EulerOS: Security Advisory for samba (EulerOS-SA-2026-1381)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2026 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

4.3CVSS5.8AI score0.00431EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/03/16 12:00 a.m.9 views

EulerOS 2.0 SP10 : samba (EulerOS-SA-2026-1325)

According to the versions of the samba packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : A flaw was found in Samba, in the vfsstreamsxattr module, where uninitialized heap memory could be written into alternate data streams. This allows...

4.3CVSS5.8AI score0.00431EPSS
SaveExploits0References2
OpenVAS
OpenVAS
added 2026/03/16 12:00 a.m.5 views

Huawei EulerOS: Security Advisory for samba (EulerOS-SA-2026-1567)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2026 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

4.3CVSS5.8AI score0.00431EPSS
SaveExploits0References2
OpenVAS
OpenVAS
added 2026/03/16 12:00 a.m.6 views

Huawei EulerOS: Security Advisory for samba (EulerOS-SA-2026-1547)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2026 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

4.3CVSS5.8AI score0.00431EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/03/16 12:00 a.m.16 views

EulerOS 2.0 SP12 : samba (EulerOS-SA-2026-1412)

According to the versions of the samba packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : A flaw was found in Samba, in the vfsstreamsxattr module, where uninitialized heap memory could be written into alternate data streams. This allows...

4.3CVSS5.8AI score0.00431EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/03/16 12:00 a.m.18 views

EulerOS Virtualization 2.12.0 : samba (EulerOS-SA-2026-1518)

According to the versions of the samba packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : A flaw was found in Samba, in the vfsstreamsxattr module, where uninitialized heap memory could be written into alternate data...

4.3CVSS5.8AI score0.00431EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/03/16 12:00 a.m.7 views

EulerOS 2.0 SP12 : samba (EulerOS-SA-2026-1381)

According to the versions of the samba packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : A flaw was found in Samba, in the vfsstreamsxattr module, where uninitialized heap memory could be written into alternate data streams. This allows...

4.3CVSS5.8AI score0.00431EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/03/12 9:02 a.m.10 views

SUSE CVE-2024-14027

In the Linux kernel, the following vulnerability has been resolved: fs/xattr: missing fdput in fremovexattr error path In the Linux kernel, the fremovexattr syscall calls fdget to acquire a file reference but returns early without calling fdput when strncpyfromuser fails on the name argument. In...

5.5CVSS5.7AI score0.0021EPSS
SaveExploits1References7
CVE
CVE
added 2026/03/09 3:51 p.m.73 views

CVE-2024-14027

CVE-2024-14027 in the Linux kernel: the fremovexattr() path leaks a file reference when strncpy_from_user() fails, due to missing fdput() after fdget(). This can allow an unprivileged local user to cause kernel memory exhaustion in multi-threaded contexts. The issue was inadvertently fixed by com...

5.5CVSS5.6AI score0.0021EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2026/03/09 3:51 p.m.39 views

CVE-2024-14027 xattr: switch to CLASS(fd)

In the Linux kernel, the following vulnerability has been resolved: fs/xattr: missing fdput in fremovexattr error path In the Linux kernel, the fremovexattr syscall calls fdget to acquire a file reference but returns early without calling fdput when strncpyfromuser fails on the name argument. In...

0.0021EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/03/09 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2024-14027

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fs/xattr: missing fdput in fremovexattr error path In the Linux kernel, the fremovexattr syscall calls fdget to acquire a file reference but returns early witho...

5.5CVSS5.9AI score0.0021EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/03/06 12:00 a.m.10 views

TencentOS Server 4: samba (TSSA-2026:0120)

The version of Tencent Linux installed on the remote TencentOS Server 4 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the TSSA-2026:0120 advisory. Package updates are available for TencentOS Server 4 that fix the following vulnerabilities:...

4.3CVSS5.8AI score0.00431EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/03/04 12:00 a.m.11 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-005511)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005511 advisory. In the Linux kernel, the following vulnerability has been resolved: ocfs2: add bounds checking to ocfs2xattrfindentry Add a paranoia check to make sure it doesn't...

7.8CVSS6.8AI score0.0024EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/03/02 12:00 a.m.9 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-005411)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005411 advisory. In the Linux kernel, the following vulnerability has been resolved: ext4: add bounds checking in getmaxinlinexattrvaluesize Normally the extended attributes in the...

7.8CVSS6.8AI score0.00156EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/02/16 12:26 a.m.8 views

SUSE CVE-2026-23145

In the Linux kernel, the following vulnerability has been resolved: ext4: fix iloc.bh leak in ext4xattrinodeupdateref The error branch for ext4xattrinodeupdateref forget to release the refcount for iloc.bh. Find this when review code...

5.5CVSS5.2AI score0.00123EPSS
SaveExploits0References19
NVD
NVD
added 2026/02/14 4:15 p.m.11 views

CVE-2026-23145

In the Linux kernel, the following vulnerability has been resolved: ext4: fix iloc.bh leak in ext4xattrinodeupdateref The error branch for ext4xattrinodeupdateref forget to release the refcount for iloc.bh. Find this when review code...

5.5CVSS0.00123EPSS
SaveExploits0References7
OSV
OSV
added 2026/02/14 4:15 p.m.11 views

UBUNTU-CVE-2026-23145

In the Linux kernel, the following vulnerability has been resolved: ext4: fix iloc.bh leak in ext4xattrinodeupdateref The error branch for ext4xattrinodeupdateref forget to release the refcount for iloc.bh. Find this when review code...

5.5CVSS5.9AI score0.00123EPSS
SaveExploits0References37
Rows per page
Query Builder