Lucene search
+L

2348 matches found

RedhatCVE
RedhatCVE
added 2024/11/19 1:53 p.m.11 views

CVE-2024-50284

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix the missing xastore error check xastore can fail, it return xaerr-EINVAL if the entry cannot be stored in an XArray, or xaerr-ENOMEM if memory allocation failed, so check error for xastore to fix it...

5.5CVSS6.5AI score0.00539EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/11/19 3:49 a.m.11 views

SUSE CVE-2024-50283

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-use-after-free in smb3preauthhashrsp ksmbdusersessionput should be called under smb3preauthhashrsp. It will avoid freeing session before calling smb3preauthhashrsp...

9.8CVSS7.4AI score0.00624EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/11/19 3:49 a.m.9 views

SUSE CVE-2024-50284

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix the missing xastore error check xastore can fail, it return xaerr-EINVAL if the entry cannot be stored in an XArray, or xaerr-ENOMEM if memory allocation failed, so check error for xastore to fix it...

7.5CVSS7.7AI score0.00539EPSS
SaveExploits0References3
NVD
NVD
added 2024/11/19 2:16 a.m.17 views

CVE-2024-50284

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix the missing xastore error check xastore can fail, it return xaerr-EINVAL if the entry cannot be stored in an XArray, or xaerr-ENOMEM if memory allocation failed, so check error for xastore to fix it...

7.5CVSS0.00539EPSS
SaveExploits0References5
OSV
OSV
added 2024/11/19 2:16 a.m.4 views

DEBIAN-CVE-2024-50284

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix the missing xastore error check xastore can fail, it return xaerr-EINVAL if the entry cannot be stored in an XArray, or xaerr-ENOMEM if memory allocation failed, so check error for xastore to fix it...

5.5CVSS5.7AI score0.00539EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/19 2:16 a.m.5 views

DEBIAN-CVE-2024-50286

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-use-after-free in ksmbdsmb2sessioncreate There is a race condition between ksmbdsmb2sessioncreate and ksmbdexpiresession. This patch add missing sessionstablelock while adding/deleting session from global session...

7CVSS6.1AI score0.0067EPSS
SaveExploits0References1
NVD
NVD
added 2024/11/19 2:16 a.m.20 views

CVE-2024-50285

In the Linux kernel, the following vulnerability has been resolved: ksmbd: check outstanding simultaneous SMB operations If Client send simultaneous SMB operations to ksmbd, It exhausts too much memory through the "ksmbdworkcache”. It will cause OOM issue. ksmbd has a credit mechanism but it can'...

7.5CVSS0.00597EPSS
SaveExploits0References3
OSV
OSV
added 2024/11/19 2:16 a.m.7 views

DEBIAN-CVE-2024-50285

In the Linux kernel, the following vulnerability has been resolved: ksmbd: check outstanding simultaneous SMB operations If Client send simultaneous SMB operations to ksmbd, It exhausts too much memory through the "ksmbdworkcache”. It will cause OOM issue. ksmbd has a credit mechanism but it can'...

5.5CVSS5.7AI score0.00597EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/19 2:16 a.m.11 views

AZL-53531 CVE-2024-50284 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix the missing xastore error check xastore can fail, it return xaerr-EINVAL if the entry cannot be stored in an XArray, or xaerr-ENOMEM if memory allocation failed, so check error for xastore to fix it...

5.5CVSS6.3AI score0.00539EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/19 2:16 a.m.19 views

UBUNTU-CVE-2024-50284

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix the missing xastore error check xastore can fail, it return xaerr-EINVAL if the entry cannot be stored in an XArray, or xaerr-ENOMEM if memory allocation failed, so check error for xastore to fix it...

7.5CVSS6.6AI score0.00539EPSS
SaveExploits0References19
Vulnrichment
Vulnrichment
added 2024/11/19 1:30 a.m.11 views

CVE-2024-50286 ksmbd: fix slab-use-after-free in ksmbd_smb2_session_create

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-use-after-free in ksmbdsmb2sessioncreate There is a race condition between ksmbdsmb2sessioncreate and ksmbdexpiresession. This patch add missing sessionstablelock while adding/deleting session from global session...

7.1AI score0.0067EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.22 views

CVE-2024-50286

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-use-after-free in ksmbdsmb2sessioncreate There is a race condition between ksmbdsmb2sessioncreate and ksmbdexpiresession. This patch add missing sessionstablelock while adding/deleting session from global session...

9.8CVSS6.1AI score0.0067EPSS
SaveExploits0
CVE
CVE
added 2024/11/19 1:30 a.m.161 views

CVE-2024-50286

The CVE-2024-50286 entry concerns the Linux kernel ksmbd subsystem. A race exists between ksmbd_smb2_session_create and ksmbd_expire_session that can lead to a use-after-free in the global sessions table. The fix adds a missing sessions_table_lock when adding or deleting sessions from the global ...

9.8CVSS6.6AI score0.0067EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/11/19 1:30 a.m.48 views

CVE-2024-50286 ksmbd: fix slab-use-after-free in ksmbd_smb2_session_create

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-use-after-free in ksmbdsmb2sessioncreate There is a race condition between ksmbdsmb2sessioncreate and ksmbdexpiresession. This patch add missing sessionstablelock while adding/deleting session from global session...

9.8CVSS0.0067EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/11/19 1:30 a.m.35 views

CVE-2024-50285 ksmbd: check outstanding simultaneous SMB operations

In the Linux kernel, the following vulnerability has been resolved: ksmbd: check outstanding simultaneous SMB operations If Client send simultaneous SMB operations to ksmbd, It exhausts too much memory through the "ksmbdworkcache”. It will cause OOM issue. ksmbd has a credit mechanism but it can'...

7.5CVSS0.00597EPSS
SaveExploits0References3
OSV
OSV
added 2024/11/19 1:30 a.m.14 views

CVE-2024-50285 ksmbd: check outstanding simultaneous SMB operations

In the Linux kernel, the following vulnerability has been resolved: ksmbd: check outstanding simultaneous SMB operations If Client send simultaneous SMB operations to ksmbd, It exhausts too much memory through the "ksmbdworkcache”. It will cause OOM issue. ksmbd has a credit mechanism but it can'...

7.5CVSS6AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.27 views

CVE-2024-50285

In the Linux kernel, the following vulnerability has been resolved: ksmbd: check outstanding simultaneous SMB operations If Client send simultaneous SMB operations to ksmbd, It exhausts too much memory through the "ksmbdworkcache”. It will cause OOM issue. ksmbd has a credit mechanism but it can'...

7.5CVSS5.6AI score0.00597EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/11/19 1:30 a.m.3 views

CVE-2024-50285 ksmbd: check outstanding simultaneous SMB operations

In the Linux kernel, the following vulnerability has been resolved: ksmbd: check outstanding simultaneous SMB operations If Client send simultaneous SMB operations to ksmbd, It exhausts too much memory through the "ksmbdworkcache”. It will cause OOM issue. ksmbd has a credit mechanism but it can'...

7.6AI score0.00597EPSS
SaveExploits0References3
CVE
CVE
added 2024/11/19 1:30 a.m.144 views

CVE-2024-50285

The CVE-2024-50285 issue affects the ksmbd component of the Linux kernel. When a client sends simultaneous SMB requests to ksmbd, memory can be exhausted via the ksmbd_work_cache, leading to an Out-Of-Memory condition. The root cause is insufficient handling of concurrent SMB operations despite a...

7.5CVSS6.5AI score0.00597EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.18 views

CVE-2024-50284

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix the missing xastore error check xastore can fail, it return xaerr-EINVAL if the entry cannot be stored in an XArray, or xaerr-ENOMEM if memory allocation failed, so check error for xastore to fix it...

7.5CVSS5.7AI score0.00539EPSS
SaveExploits0
Rows per page
Query Builder