Lucene search
K

19 matches found

Tenable Nessus
Tenable Nessus
added 2026/01/22 12:0 a.m.3 views

Azure Linux 3.0 Security Update: kernel (CVE-2024-49988)

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-2024-49988 advisory. - In the Linux kernel, the following vulnerability has been resolved: ksmbd: add refcnt to ksmbdconn struct Wh...

5.5CVSS6.3AI score0.00235EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2025-9365

Malicious code in bioql PyPI...

7.2AI score0.00165EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/08/12 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2025-21955

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ksmbd: prevent connection release during oplock break notification ksmbdwork could be freed when after connection release. Increment rcount of ksmbdconn to...

5.5CVSS6.7AI score0.00165EPSS
Exploits0References3
OSV
OSV
added 2025/07/10 9:15 a.m.1 views

DEBIAN-CVE-2025-38325

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add freetransport ops in ksmbd connection freetransport function for tcp connection can be called from smbdirect. It will cause kernel oops. This patch add freetransport ops in ksmbd connection, and add each freetransports...

5.5CVSS5.3AI score0.00155EPSS
Exploits0References1
OSV
OSV
added 2025/07/10 8:14 a.m.3 views

CVE-2025-38325 ksmbd: add free_transport ops in ksmbd connection

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add freetransport ops in ksmbd connection freetransport function for tcp connection can be called from smbdirect. It will cause kernel oops. This patch add freetransport ops in ksmbd connection, and add each freetransports...

5.5CVSS6.1AI score0.00155EPSS
Exploits0References7
CVE
CVE
added 2025/07/10 8:14 a.m.35 views

CVE-2025-38325

The CVE-2025-38325 entry covers a Linux kernel issue in the ksmbd subsystem. The vulnerability arises because the free_transport function for a TCP connection could be invoked via the smbdirect path, potentially triggering a kernel oops. The published patch adds free_transport ops to the ksmbd co...

5.5CVSS6.5AI score0.00155EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2025/07/10 8:14 a.m.5 views

CVE-2025-38325 ksmbd: add free_transport ops in ksmbd connection

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add freetransport ops in ksmbd connection freetransport function for tcp connection can be called from smbdirect. It will cause kernel oops. This patch add freetransport ops in ksmbd connection, and add each freetransports...

0.00155EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2025/07/10 8:14 a.m.3 views

CVE-2025-38325

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add freetransport ops in ksmbd connection freetransport function for tcp connection can be called from smbdirect. It will cause kernel oops. This patch add freetransport ops in ksmbd connection, and add each freetransports...

5.5CVSS5.3AI score0.00155EPSS
Exploits0
CNNVD
CNNVD
added 2025/07/10 12:0 a.m.0 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 the lack of a freetransport operation in the ksmbd connection, which could cause the kernel to crash...

5.5CVSS7.8AI score0.00155EPSS
Exploits0References5
NVD
NVD
added 2025/05/01 2:15 p.m.11 views

CVE-2025-37777

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smb2leasebreaknoti Move tcptransport free to ksmbdconnfree. If ksmbd connection is referenced when ksmbd server thread terminates, It will not be freed, but conn-tcptransport is freed...

7.8CVSS0.00153EPSS
Exploits0References4
NVD
NVD
added 2025/04/01 4:15 p.m.5 views

CVE-2025-21955

In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent connection release during oplock break notification ksmbdwork could be freed when after connection release. Increment rcount of ksmbdconn to indicate that requests are not finished yet and to not release the...

5.5CVSS0.00165EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2024-49988

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ksmbd: add refcnt to ksmbdconn struct When sending an oplock break request, opinfo-conn is used, But freed -conn can be used on multichannel. This patch add a...

5.5CVSS6.8AI score0.00235EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.0 views

PT-2025-36314

Name of the Vulnerable Software and Affected Versions Linux Kernel affected versions not specified Description A reference count leak exists in ksmbd when ksmbd conn releasingopinfo-conn returns true. This leak prevents the reference count from reaching zero, hindering memory release...

5.5CVSS6.1AI score0.00135EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2024/10/29 4:16 a.m.0 views

SUSE CVE-2024-49988

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add refcnt to ksmbdconn struct When sending an oplock break request, opinfo-conn is used, But freed -conn can be used on multichannel. This patch add a reference count to the ksmbdconn struct so that it can be freed when i...

6.7CVSS7.6AI score0.00235EPSS
Exploits0References5
OSV
OSV
added 2024/10/21 6:15 p.m.2 views

AZL-51771 CVE-2024-49988 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add refcnt to ksmbdconn struct When sending an oplock break request, opinfo-conn is used, But freed -conn can be used on multichannel. This patch add a reference count to the ksmbdconn struct so that it can be freed when i...

5.5CVSS6.6AI score0.00235EPSS
Exploits0References1
CNNVD
CNNVD
added 2024/10/21 12:0 a.m.1 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 reference counting problem in the ksmbdconn structure in the ksmbd subsystem...

5.5CVSS6.6AI score0.00235EPSS
Exploits0References6
OSV
OSV
added 2024/02/22 5:15 p.m.1 views

DEBIAN-CVE-2024-26592

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix UAF issue in ksmbdtcpnewconnection The race is between the handling of a new TCP connection and its disconnection. It leads to UAF on struct tcptransport in ksmbdtcpnewconnection function...

7.8CVSS5.8AI score0.00828EPSS
Exploits0References1
Microsoft CVE
Microsoft CVE
added 2023/07/28 7:0 a.m.3 views

An issue was discovered in the Linux kernel before 6.3.4. fs/ksmbd/connection.c in ksmbd has an off-by-one error in memory allocation (because of ksmbd_smb2_check_message) that may lead to out-of-bounds access.

...

9.8CVSS7.2AI score0.01077EPSS
Exploits0
OSV
OSV
added 2023/07/18 12:15 a.m.3 views

DEBIAN-CVE-2023-38429

An issue was discovered in the Linux kernel before 6.3.4. fs/ksmbd/connection.c in ksmbd has an off-by-one error in memory allocation because of ksmbdsmb2checkmessage that may lead to out-of-bounds access...

9.8CVSS6.8AI score0.01077EPSS
Exploits0References1
Rows per page
Query Builder