Lucene search
+L

2327 matches found

CVE
CVE
added 2025/04/01 3:41 p.m.137 views

CVE-2025-21947

The CVE-2025-21947 issue affects the Linux kernel ksmbd subsystem and is resolved by a fix for a race condition that can cause type confusion in IPC message handling. Root cause: req->handle is allocated via ksmbd_acquire_id(&ipc_ida) (ida_alloc) and can be reused for ksmbd_ipc_login_request a...

8.1CVSS7.1AI score0.00374EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/04/01 3:41 p.m.15 views

CVE-2025-21947 ksmbd: fix type confusion via race condition when using ipc_msg_send_request

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix type confusion via race condition when using ipcmsgsendrequest req-handle is allocated using ksmbdacquireid&ipcida, based on idaalloc. req-handle from ksmbdipcloginrequest and FSCTLPIPETRANSCEIVE ioctl can be same and ...

8.1CVSS5.9AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/04/01 3:41 p.m.33 views

CVE-2025-21947 ksmbd: fix type confusion via race condition when using ipc_msg_send_request

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix type confusion via race condition when using ipcmsgsendrequest req-handle is allocated using ksmbdacquireid&ipcida, based on idaalloc. req-handle from ksmbdipcloginrequest and FSCTLPIPETRANSCEIVE ioctl can be same and ...

8.1CVSS0.00374EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/04/01 3:41 p.m.19 views

CVE-2025-21947

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix type confusion via race condition when using ipcmsgsendrequest req-handle is allocated using ksmbdacquireid&ipcida, based on idaalloc. req-handle from ksmbdipcloginrequest and FSCTLPIPETRANSCEIVE ioctl can be same and ...

8.1CVSS5.4AI score0.00374EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/04/01 3:41 p.m.27 views

CVE-2025-21946 ksmbd: fix out-of-bounds in parse_sec_desc()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out-of-bounds in parsesecdesc If osidoffset, gsidoffset and dacloffset could be greater than smbntsd struct size. If it is smaller, It could cause slab-out-of-bounds. And when validating sid, It need to check it includ...

8.8CVSS0.00483EPSS
SaveExploits0References5
CVE
CVE
added 2025/04/01 3:41 p.m.138 views

CVE-2025-21946

The CVE-2025-21946 entry affects the Linux kernel ksmbd component; the issue is a slab-out-of-bounds in parse_sec_desc() caused by offsets (osidoffset, gsidoffset, dacloffset) exceeding the smb_ntsd structure, and by not verifying the subauth array size when validating a SID. The connected Astra ...

8.8CVSS7.1AI score0.00483EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2025/04/01 3:41 p.m.10 views

CVE-2025-21945 ksmbd: fix use-after-free in smb2_lock

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smb2lock If smblock-zerolen has value, -llist of smblock is not delete and flock is old one. It will cause use-after-free on error handling routine...

8.8CVSS7.2AI score0.00506EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/04/01 3:41 p.m.20 views

CVE-2025-21945

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smb2lock If smblock-zerolen has value, -llist of smblock is not delete and flock is old one. It will cause use-after-free on error handling routine...

8.8CVSS6.2AI score0.00506EPSS
SaveExploits0
CVE
CVE
added 2025/04/01 3:41 p.m.164 views

CVE-2025-21945

CVE-2025-21945 affects the Linux kernel (ksmbd) with a use-after-free in smb2_lock. The issue occurs when smb_lock->zero_len is non-zero, causing the ->llist of smb_lock not to be deleted and the flock to reference a freed object during error handling. This is described in the Azure Linux 3...

8.8CVSS7.2AI score0.00506EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2025/04/01 3:41 p.m.27 views

CVE-2025-21945 ksmbd: fix use-after-free in smb2_lock

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smb2lock If smblock-zerolen has value, -llist of smblock is not delete and flock is old one. It will cause use-after-free on error handling routine...

8.8CVSS0.00506EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/04/01 3:41 p.m.21 views

CVE-2025-21946

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out-of-bounds in parsesecdesc If osidoffset, gsidoffset and dacloffset could be greater than smbntsd struct size. If it is smaller, It could cause slab-out-of-bounds. And when validating sid, It need to check it includ...

8.8CVSS5.6AI score0.00483EPSS
SaveExploits0
OSV
OSV
added 2025/04/01 3:41 p.m.11 views

CVE-2025-21945 ksmbd: fix use-after-free in smb2_lock

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smb2lock If smblock-zerolen has value, -llist of smblock is not delete and flock is old one. It will cause use-after-free on error handling routine...

8.8CVSS7AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/04/01 3:41 p.m.23 views

CVE-2025-21944

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix bug on trap in smb2lock If lock count is greater than 1, flags could be old value. It should be checked with flags of smblock, not flags. It will cause bug-on trap from locksfreelock in error handling routine...

5.5CVSS5.5AI score0.00153EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/04/01 3:41 p.m.27 views

CVE-2025-21944 ksmbd: fix bug on trap in smb2_lock

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix bug on trap in smb2lock If lock count is greater than 1, flags could be old value. It should be checked with flags of smblock, not flags. It will cause bug-on trap from locksfreelock in error handling routine...

0.00153EPSS
SaveExploits0References5
OSV
OSV
added 2025/04/01 3:41 p.m.12 views

CVE-2025-21944 ksmbd: fix bug on trap in smb2_lock

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix bug on trap in smb2lock If lock count is greater than 1, flags could be old value. It should be checked with flags of smblock, not flags. It will cause bug-on trap from locksfreelock in error handling routine...

6AI score
SaveExploits0References9
CNNVD
CNNVD
added 2025/04/01 12:00 a.m.14 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 ksmbd potentially releasing connections during oplock interrupt notification...

5.5CVSS6.5AI score0.00483EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/04/01 12:00 a.m.8 views

PT-2025-16679

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue concerns an overflow in the dacloffset bounds check within the ksmbd component of the Linux kernel. Originally, the dacloffset field was typed as int and used in an unchecked...

7.1CVSS7.7AI score0.00775EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/04/01 12:00 a.m.7 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 post-release reuse issue in ksmbdfreeworkstruct...

7.8CVSS7.5AI score0.00368EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/03/29 12:00 a.m.22 views

PT-2025-16678

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been identified, specifically in the ksmbd component. The issue arises when accessing psid-sub authpsid-num subauth - 1 without checking if num...

7.1CVSS5.5AI score0.00579EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/03/28 12:00 a.m.5 views

PT-2025-16682

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved by adding a bounds check for create lease context in ksmbd. The issue was related to a missing bounds check, which has now been...

5.5CVSS7.6AI score0.00518EPSS
SaveExploits0
Rows per page
Query Builder