Lucene search
+L

51 matches found

EUVD
EUVD
added 2026/04/24 2:30 p.m.12 views

EUVD-2026-25431

In the Linux kernel, the following vulnerability has been resolved: smb: server: make use of smbdirectsocket.recvio.credits.available The logic off managing recv credits by counting posted recvio and granted credits is racy. That's because the peer might already consumed a credit, but between...

5.4AI score0.00426EPSS
SaveExploits0References3
CVE
CVE
added 2026/04/24 2:30 p.m.33 views

CVE-2026-31537

In the Linux kernel SMB server, CVE-2026-31537 arises from improper handling of smbdirect_socket.send_io.bcredits, which can corrupt the stream of reassembled data transfer messages when triggering an immediate (empty) send. The fix introduces a single batch credit per connection; code obtaining ...

5.5CVSS5.5AI score0.00121EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/04/24 2:30 p.m.10 views

EUVD-2026-25428

In the Linux kernel, the following vulnerability has been resolved: smb: client: make use of smbdirectsocket.recvio.credits.available The logic off managing recv credits by counting posted recvio and granted credits is racy. That's because the peer might already consumed a credit, but between...

5.4AI score0.00088EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/24 2:30 p.m.9 views

CVE-2026-31535 smb: client: make use of smbdirect_socket.recv_io.credits.available

In the Linux kernel, the following vulnerability has been resolved: smb: client: make use of smbdirectsocket.recvio.credits.available The logic off managing recv credits by counting posted recvio and granted credits is racy. That's because the peer might already consumed a credit, but between...

5.8AI score
SaveExploits0References6
EUVD
EUVD
added 2026/04/24 2:30 p.m.10 views

EUVD-2026-25426

In the Linux kernel, the following vulnerability has been resolved: smb: client: let senddone handle a completion without IBSENDSIGNALED With smbdirectsendbatch processing we likely have requests without IBSENDSIGNALED, which will be destroyed in the final request that has IBSENDSIGNALED set. If...

5.4AI score
SaveExploits0References3
CNNVD
CNNVD
added 2026/04/24 12:00 a.m.21 views

Linux kernel 安全漏洞

The Linux kernel is the kernel used by the Linux operating system developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from repeatedly calling smbdirectfreesendmsg after smbdirectFlushsendlist, resulting in double releases of...

9.8CVSS5.8AI score0.00457EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/04/24 12:00 a.m.23 views

PT-2026-34887

In the Linux kernel, the following vulnerability has been resolved: smb: client: make use of smbdirect socket.recv io.credits.available The logic off managing recv credits by counting posted recv io and granted credits is racy. That's because the peer might already consumed a credit, but between...

5.4AI score0.00088EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/04/24 12:00 a.m.20 views

PT-2026-34891

In the Linux kernel, the following vulnerability has been resolved: smb: smbdirect: introduce smbdirect socket.recv io.credits.available The logic off managing recv credits by counting posted recv io and granted credits is racy. That's because the peer might already consumed a credit, but between...

5.4AI score0.00426EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.6 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-011288)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-011288 advisory. 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...

5.6AI score0.002EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2026/04/01 12:00 a.m.7 views

The vulnerability of the recv_done() function in the fs/smb/client/smbdirect.c module of the SMB client kernel of the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the recvdone function in the fs/smb/client/smbdirect.c module, which is part of the SMB client support in Linux kernel, is related to insufficient validation of input data. Exploiting this vulnerability allows a remote attacker to compromise the confidentiality, integrity, an...

5.5CVSS5.9AI score0.00195EPSS
SaveExploits0References8Affected Software2
SUSE CVE
SUSE CVE
added 2025/12/31 12:27 a.m.6 views

SUSE 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...

4.7CVSS6.5AI score0.002EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/30 1:16 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.7AI score0.002EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/30 1:16 p.m.21 views

UBUNTU-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.7AI score0.002EPSS
SaveExploits0References10
CVE
CVE
added 2025/12/30 12:15 p.m.26 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.002EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/12/30 12:00 a.m.8 views

PT-2025-54089

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 where a Server Message Block SMB direct connection's information could be leaked if memory allocation MR allocate failed...

7.8CVSS7AI score0.00932EPSS
SaveExploits2References899
Microsoft CVE
Microsoft CVE
added 2025/10/05 1:02 a.m.7 views

ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_data_transfer

...

9.4CVSS7AI score0.00243EPSS
SaveExploits0
OSV
OSV
added 2025/10/04 8:15 a.m.21 views

AZL-68132 CVE-2025-39929 affecting package kernel for versions less than 6.6.112.1-1

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix smbdirectrecvio leak in smbdnegotiate error path During tests of another unrelated patch I was able to trigger this error: Objects remaining on kmemcacheshutdown...

7.5CVSS6.8AI score0.00286EPSS
SaveExploits0References1
CVE
CVE
added 2025/10/04 7:31 a.m.52 views

CVE-2025-39943

The CVE-2025-39943 issue affects the Linux kernel’s ksmbd direct SMB transport (smb_direct_data_transfer) where invalid data_offset or data_length in smb_direct_data_transfer could trigger an out-of-bounds condition. The root cause is improper validation in the recv_done path, which can lead to a...

9.4CVSS6.2AI score0.00243EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/10/04 7:31 a.m.6 views

CVE-2025-39943 ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_data_transfer

In the Linux kernel, the following vulnerability has been resolved: ksmbd: smbdirect: validate dataoffset and datalength field of smbdirectdatatransfer If dataoffset and datalength of smbdirectdatatransfer struct are invalid, out of bounds issue could happen. This patch validate dataoffset and...

9.4CVSS6.5AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/10/04 7:31 a.m.21 views

CVE-2025-39943 ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_data_transfer

In the Linux kernel, the following vulnerability has been resolved: ksmbd: smbdirect: validate dataoffset and datalength field of smbdirectdatatransfer If dataoffset and datalength of smbdirectdatatransfer struct are invalid, out of bounds issue could happen. This patch validate dataoffset and...

9.4CVSS0.00243EPSS
SaveExploits0References6
Rows per page
Query Builder