Lucene search
+L

222 matches found

Tenable Nessus
Tenable Nessus
added 2025/12/31 12:0 a.m.8 views

Unity Linux 20.1060a Security Update: kernel (UTSA-2025-993135)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993135 advisory. In the Linux kernel, the following vulnerability has been resolved: cifs: Fix warning and UAF when destroy the MR list If the MR allocate failed, the MR recovery wor...

7.8CVSS5.8AI score0.0014EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/30 1:16 p.m.9 views

CVE-2023-54260

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix lost destroy smbd connection when MR allocate failed If the MR allocate failed, the smb direct connection info is NULL, then smbddestroy will directly return, then the connection info will be leaked. Let's set the smb...

0.00179EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/30 1:16 p.m.10 views

UBUNTU-CVE-2023-54280

In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential race when tree connecting ipc Protect access of TCPServerInfo::hostname when building the ipc tree name as it might get freed in cifsd thread and thus causing an use-after-free bug in treeconnectdfstarget. Als...

9.8CVSS5.7AI score0.00447EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/30 12:23 p.m.7 views

CVE-2023-54280

In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential race when tree connecting ipc Protect access of TCPServerInfo::hostname when building the ipc tree name as it might get freed in cifsd thread and thus causing an use-after-free bug in treeconnectdfstarget. Als...

9.8CVSS5.2AI score0.00447EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.6 views

CVE-2023-54260

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix lost destroy smbd connection when MR allocate failed If the MR allocate failed, the smb direct connection info is NULL, then smbddestroy will directly return, then the connection info will be leaked. Let's set the smb...

5.3AI score0.00179EPSS
SaveExploits0
CVE
CVE
added 2025/12/30 12:15 p.m.21 views

CVE-2023-54260

CVE-2023-54260 — Linux kernel (CIFS): The vulnerability occurs when MR allocation fails during CIFS SMB direct connection handling; if the MR allocate fails and the smb direct connection info is NULL, smbd_destroy() returns early and leaks the connection info. The fix updates the shutdown path by...

6.1AI score0.00179EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.12 views

CVE-2022-50859

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix the error length of VALIDATENEGOTIATEINFO message Commit d5c7076b772a "smb3: add smb3.1.1 to default dialect list" extend the dialects from 3 to 4, but forget to decrease the extended length when specific the dialect,...

5.3AI score0.00214EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/12/30 12:0 a.m.4 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from a failure to verify the validity of tcon-ses in cifsoplockbreak, which could lead to a null pointer dereference...

5.8AI score0.00481EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:0 a.m.3 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992188)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992188 advisory. In the Linux kernel, the following vulnerability has been resolved: cifs: fix oops during encryption When running xfstests against Azure the following oops occurred ...

7.8CVSS6.7AI score0.00101EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/30 12:0 a.m.21 views

PT-2025-53974

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel's CIFS implementation within the cifs ses add channel function. Specifically, the function fails to free a transaction ID xid before returning, leading ...

7.8CVSS7AI score0.0094EPSS
SaveExploits2References894
CVE
CVE
added 2025/12/24 12:23 p.m.14 views

CVE-2023-54076

The CVE-2023-54076 issue in the Linux kernel affects the SMB client (CIFS) by missing ses reference counting, potentially allowing use-after-free of ses->dfs_root_ses. The fix adds a new helper, cifs_smb_ses_inc_refcount(), to obtain an active reference on @ses and @ses->dfs_root_ses (if se...

9.8CVSS6.2AI score0.00394EPSS
SaveExploits0References2
Redos
Redos
added 2025/12/15 12:0 a.m.5 views

ROS-20251215-7313

A vulnerability in the cifs.upcall function of the CIFS cifs-utils network file system mount utility package is related to the provisioning of a data element for an erroneous session. Exploitation of the vulnerability could allow an attacker to disclose protected information...

5.9CVSS8.5AI score0.00202EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/12/10 4:24 a.m.11 views

CVE-2023-53794

In the Linux kernel, the following vulnerability has been resolved: cifs: fix session state check in reconnect to avoid use-after-free issue Don't collect exiting session in smb2reconnectserver, because it will be released soon. Note that the exiting session will stay in server-smbseslist until i...

4.7CVSS5.9AI score0.00503EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/10 12:39 a.m.18 views

SUSE CVE-2022-50643

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix xid leak in cifscopyfilerange If the file is used by swap, before return -EOPNOTSUPP, should free the xid, otherwise, the xid will be leaked...

3.3CVSS6.5AI score0.00197EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/12/10 12:36 a.m.19 views

SUSE CVE-2023-53794

In the Linux kernel, the following vulnerability has been resolved: cifs: fix session state check in reconnect to avoid use-after-free issue Don't collect exiting session in smb2reconnectserver, because it will be released soon. Note that the exiting session will stay in server-smbseslist until i...

7.5CVSS6.6AI score0.00503EPSS
SaveExploits0References35
Tenable Nessus
Tenable Nessus
added 2025/12/10 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2022-50643

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - cifs: Fix xid leak in cifscopyfilerange If the file is used by swap, before return -EOPNOTSUPP, should free the xid, otherwise, the xid will be leaked...

6AI score0.00197EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/09 1:16 a.m.12 views

CVE-2023-53794

In the Linux kernel, the following vulnerability has been resolved: cifs: fix session state check in reconnect to avoid use-after-free issue Don't collect exiting session in smb2reconnectserver, because it will be released soon. Note that the exiting session will stay in server-smbseslist until i...

9.8CVSS0.00503EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/09 12:0 a.m.18 views

CVE-2022-50643

The CVE-2022-50643 issue affects the Linux kernel’s CIFS client and stems from an xid leak in cifs_copy_file_range() when the file is used by swap. The underlying bug could leave an xid allocated; the fix ensures the xid is freed before returning -EOPNOTSUPP, preventing leakage. Multiple connecte...

6.1AI score0.00197EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/12/09 12:0 a.m.4 views

CVE-2022-50643

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix xid leak in cifscopyfilerange If the file is used by swap, before return -EOPNOTSUPP, should free the xid, otherwise, the xid will be leaked...

5.3AI score0.00197EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/12/09 12:0 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a cifs session state checking issue...

6.2AI score0.00503EPSS
SaveExploits0References4
Rows per page
Query Builder