Lucene search
+L

2292 matches found

OSV
OSV
added 2025/05/20 4:15 p.m.2 views

DEBIAN-CVE-2025-37926

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in ksmbdsessionrpcopen A UAF issue can occur due to a race condition between ksmbdsessionrpcopen and sessionrpcclose. Add rpclock to the session to protect it...

7.8CVSS5.7AI score0.00533EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/20 4:15 p.m.22 views

CVE-2025-37926

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in ksmbdsessionrpcopen A UAF issue can occur due to a race condition between ksmbdsessionrpcopen and sessionrpcclose. Add rpclock to the session to protect it...

8.8CVSS0.00533EPSS
SaveExploits0References5
OSV
OSV
added 2025/05/20 4:15 p.m.5 views

DEBIAN-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.8CVSS6.1AI score0.00975EPSS
SaveExploits2References1
OSV
OSV
added 2025/05/20 4:15 p.m.10 views

UBUNTU-CVE-2025-37926

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in ksmbdsessionrpcopen A UAF issue can occur due to a race condition between ksmbdsessionrpcopen and sessionrpcclose. Add rpclock to the session to protect it...

8.8CVSS6.2AI score0.00533EPSS
SaveExploits0References21
OSV
OSV
added 2025/05/20 4:15 p.m.11 views

UBUNTU-CVE-2025-37956

In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent rename with empty string Client can send empty newname string to ksmbd server. It will cause a kernel oops from dalloc. This patch return the error when attempting to rename a file or directory with an empty new na...

8.8CVSS6.2AI score0.00354EPSS
SaveExploits0References26
Cvelist
Cvelist
added 2025/05/20 4:01 p.m.29 views

CVE-2025-37962 ksmbd: fix memory leak in parse_lease_state()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix memory leak in parseleasestate The previous patch that added bounds check for create lease context introduced a memory leak. When the bounds check fails, the function returns NULL without freeing the previously allocat...

0.00176EPSS
SaveExploits0References5
OSV
OSV
added 2025/05/20 4:01 p.m.14 views

CVE-2025-37962 ksmbd: fix memory leak in parse_lease_state()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix memory leak in parseleasestate The previous patch that added bounds check for create lease context introduced a memory leak. When the bounds check fails, the function returns NULL without freeing the previously allocat...

6.9AI score
SaveExploits0References9
OSV
OSV
added 2025/05/20 4:01 p.m.14 views

CVE-2025-37956 ksmbd: prevent rename with empty string

In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent rename with empty string Client can send empty newname string to ksmbd server. It will cause a kernel oops from dalloc. This patch return the error when attempting to rename a file or directory with an empty new na...

8.8CVSS5.8AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/05/20 4:01 p.m.22 views

CVE-2025-37956 ksmbd: prevent rename with empty string

In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent rename with empty string Client can send empty newname string to ksmbd server. It will cause a kernel oops from dalloc. This patch return the error when attempting to rename a file or directory with an empty new na...

8.8CVSS0.00354EPSS
SaveExploits0References4
CVE
CVE
added 2025/05/20 4:01 p.m.134 views

CVE-2025-37956

CVE-2025-37956 affects the Linux kernel ksmbd server. A client can send an empty newname string when renaming a file or directory, which previously triggered a kernel oops in d_alloc. A patch has been applied to return an error when attempting to rename with an empty new name string, preventing t...

8.8CVSS6.8AI score0.00354EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/05/20 4:01 p.m.27 views

CVE-2025-37952 ksmbd: Fix UAF in __close_file_table_ids

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix UAF in closefiletableids A use-after-free is possible if one thread destroys the file via ksmbdclosefd while another thread holds a reference to it. The existing checks on fp-refcount are not sufficient to prevent this...

8.8CVSS0.0035EPSS
SaveExploits0References4
CVE
CVE
added 2025/05/20 4:01 p.m.137 views

CVE-2025-37952

CVE-2025-37952 describes a use-after-free in ksmbd within the Linux kernel. A thread destroying a file via __ksmbd_close_fd can race with another thread holding a reference to the same file, because the existing fp->refcount checks do not prevent the issue. The fix adds ft->lock around the ...

8.8CVSS7AI score0.0035EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/05/20 4:01 p.m.11 views

CVE-2025-37952 ksmbd: Fix UAF in __close_file_table_ids

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix UAF in closefiletableids A use-after-free is possible if one thread destroys the file via ksmbdclosefd while another thread holds a reference to it. The existing checks on fp-refcount are not sufficient to prevent this...

8.8CVSS6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/05/20 4:01 p.m.24 views

CVE-2025-37947 ksmbd: prevent out-of-bounds stream writes by validating *pos

In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent out-of-bounds stream writes by validating pos ksmbdvfsstreamwrite did not validate whether the write offset pos was within the bounds of the existing stream data length vlen. If pos was greater than or equal to vle...

8.8CVSS0.00549EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2025/05/20 3:21 p.m.28 views

CVE-2025-37926 ksmbd: fix use-after-free in ksmbd_session_rpc_open

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in ksmbdsessionrpcopen A UAF issue can occur due to a race condition between ksmbdsessionrpcopen and sessionrpcclose. Add rpclock to the session to protect it...

8.8CVSS0.00533EPSS
SaveExploits0References5
OSV
OSV
added 2025/05/20 3:21 p.m.9 views

CVE-2025-37926 ksmbd: fix use-after-free in ksmbd_session_rpc_open

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in ksmbdsessionrpcopen A UAF issue can occur due to a race condition between ksmbdsessionrpcopen and sessionrpcclose. Add rpclock to the session to protect it...

8.8CVSS5.9AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/05/20 3:21 p.m.48 views

CVE-2025-37924 ksmbd: fix use-after-free in kerberos authentication

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in kerberos authentication Setting sess-user = NULL was introduced to fix the dangling pointer created by ksmbdfreeuser. However, it is possible another thread could be operating on the session and make...

9.8CVSS0.20744EPSS
SaveExploits0References5
CVE
CVE
added 2025/05/20 3:21 p.m.149 views

CVE-2025-37924

CVE-2025-37924 : Linux kernel ksmbd use-after-free in Kerberos authentication. A race could occur where a thread uses sess->user after it has been freed by ksmbd_free_user, prior to sess->user being set to NULL. The issue is fixed by setting sess->user = NULL to avoid dangling pointer. M...

9.8CVSS6.6AI score0.20744EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/05/20 3:21 p.m.1289 views

CVE-2025-37899

The CVE-2025-37899 issue affects the Linux kernel’s ksmbd session logoff path, where sess->user can still be in use by another thread, enabling a use-after-free in smb2_sess_setup handling. The vulnerability is rated with CVSSv3.1: Local attack, Low privileges required, no user interaction, wi...

8.8CVSS6.5AI score0.00975EPSS
SaveIn wildExploits2References7Affected Software1
Cvelist
Cvelist
added 2025/05/20 3:21 p.m.42 views

CVE-2025-37899 ksmbd: fix use-after-free in session logoff

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

8.8CVSS0.00975EPSS
SaveExploits2References5
Rows per page
Query Builder