Lucene search
+L

35 matches found

NVD
NVD
added 2026/07/19 12:16 p.m.8 views

CVE-2026-53383

In the Linux kernel, the following vulnerability has been resolved: ksmbd: reject non-VALID session in compound request branch smb2checkusersession takes a shortcut for any operation that is not the first in a COMPOUND request: it reuses work-sess the session bound by the first operation and...

7.5CVSS0.0069EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/19 11:59 a.m.6 views

CVE-2026-53383

In the Linux kernel, the following vulnerability has been resolved: ksmbd: reject non-VALID session in compound request branch smb2checkusersession takes a shortcut for any operation that is not the first in a COMPOUND request: it reuses work-sess the session bound by the first operation and...

5.4AI score0.0069EPSS
SaveExploits0References9Affected Software1
BDU FSTEC
BDU FSTEC
added 2026/07/07 12:0 a.m.8 views

The vulnerability of the smb2_sess_setup() function in the fs/smb/server/smb2pdu.c module, which is part of the SMB server support in Linux kernel, allows a hacker to cause a service failure.

The vulnerability of the smb2sesssetup function in the fs/smb/server/smb2pdu.c module of the SMB server module in Linux operating systems is related to errors during the update of the link counters. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS7.1AI score0.00405EPSS
SaveExploits0References10Affected Software3
OSV
OSV
added 2026/04/06 7:38 a.m.7 views

CVE-2026-31409 ksmbd: unset conn->binding on failed binding request

In the Linux kernel, the following vulnerability has been resolved: ksmbd: unset conn-binding on failed binding request When a multichannel SMB2SESSIONSETUP request with SMB2SESSIONREQFLAGBINDING fails ksmbd sets conn-binding = true but never clears it on the error path. This leaves the connectio...

8.8CVSS6.3AI score
SaveExploits0References10
Redos
Redos
added 2026/04/03 12:0 a.m.8 views

ROS-20260403-73-0002

A vulnerability in the smb2sesssetup function of the fs/smb/server/smb2pdu.c module of the ksmbd component of the Linux operating system kernel is related to the ability to use memory after it has been freed. Exploitation of the vulnerability could allow an attacker acting remotely to cause a...

8.8CVSS6.7AI score0.00928EPSS
SaveExploits2
SUSE CVE
SUSE CVE
added 2025/12/08 12:22 a.m.6 views

SUSE CVE-2025-40285

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix possible refcount leak in smb2sesssetup Reference count of ksmbdsession will leak when session need reconnect. Fix this by adding the missing ksmbdusersessionput...

7.5CVSS6.5AI score0.00405EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/06 10:15 p.m.7 views

CVE-2025-40285

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix possible refcount leak in smb2sesssetup Reference count of ksmbdsession will leak when session need reconnect. Fix this by adding the missing ksmbdusersessionput...

7.5CVSS0.00405EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2025/12/06 9:51 p.m.4 views

CVE-2025-40285

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix possible refcount leak in smb2sesssetup Reference count of ksmbdsession will leak when session need reconnect. Fix this by adding the missing ksmbdusersessionput...

5.8AI score0.00405EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/12/06 9:51 p.m.7 views

CVE-2025-40285 smb/server: fix possible refcount leak in smb2_sess_setup()

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix possible refcount leak in smb2sesssetup Reference count of ksmbdsession will leak when session need reconnect. Fix this by adding the missing ksmbdusersessionput...

7.5CVSS6.3AI score
SaveExploits0References8
VulnCheck KEV
VulnCheck KEV
added 2025/10/09 12:0 a.m.28 views

VulnCheck KEV: CVE-2025-37899

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in session logoff The sess-user object can currently be in use by another thread, for example if another connection has sent a session setup request to bind to the session being free'd. The handler for...

7.8CVSS5.7AI score0.00928EPSS
SaveIn wildExploits2References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2024-45139

Malicious code in bioql PyPI...

7.8CVSS7.8AI score0.00477EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/08/16 1:29 p.m.16 views

CVE-2023-3867 ksmbd: fix out of bounds read in smb2_sess_setup

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out of bounds read in smb2sesssetup ksmbd does not consider the case of that smb2 session setup is in compound request. If this is the second payload of the compound, OOB read issue occurs while processing the first...

9.1CVSS0.05135EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/08/15 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-37778

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix dangling pointer in krbauthenticate krbauthenticate frees sess-user and does not...

9.8CVSS5.9AI score0.01059EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2025/05/01 2:15 p.m.7 views

CVE-2025-37778

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix dangling pointer in krbauthenticate krbauthenticate frees sess-user and does not set the pointer to NULL. It calls ksmbdkrb5authenticate to reinitialise sess-user but that function may return without doing so. If that...

7.8CVSS6.1AI score0.01059EPSS
SaveExploits0References7Affected Software1
Positive Technologies
Positive Technologies
added 2025/04/07 12:0 a.m.8 views

PT-2025-18459

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A dangling pointer issue in the krb authenticate function has been identified. The krb authenticate function frees sess-user but does not set the pointer to NULL. It then calls ksmbd krb...

7.8CVSS6.7AI score0.01059EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2024-50086

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix user-after-free from session log off There is racy issue between smb2 session log...

9.8CVSS6.1AI score0.00477EPSS
SaveExploits0References2
Microsoft CVE
Microsoft CVE
added 2025/01/29 8:0 a.m.7 views

ksmbd: fix slab-use-after-free in ksmbd_smb2_session_create

...

9.8CVSS7.5AI score0.00669EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/10/29 8:25 a.m.14 views

CVE-2024-50086

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix user-after-free from session log off There is racy issue between smb2 session log off and smb2 session setup. It will cause user-after-free from session log off. This add sessionlock when setting SMB2SESSIONEXPIRED and...

7CVSS7AI score0.00477EPSS
SaveExploits0References4
NVD
NVD
added 2024/10/29 1:15 a.m.17 views

CVE-2024-50086

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix user-after-free from session log off There is racy issue between smb2 session log off and smb2 session setup. It will cause user-after-free from session log off. This add sessionlock when setting SMB2SESSIONEXPIRED and...

9.8CVSS0.00477EPSS
SaveExploits0References6
OSV
OSV
added 2024/10/29 1:15 a.m.5 views

UBUNTU-CVE-2024-50086

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix user-after-free from session log off There is racy issue between smb2 session log off and smb2 session setup. It will cause user-after-free from session log off. This add sessionlock when setting SMB2SESSIONEXPIRED and...

9.8CVSS6.5AI score0.00477EPSS
SaveExploits0References35
Rows per page
Query Builder