Lucene search
+L

2021 matches found

OSV
OSV
added 2024/11/19 2:16 a.m.6 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.00228EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/19 2:16 a.m.1 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.00267EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/19 2:16 a.m.13 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...

5.5CVSS6.6AI score0.00228EPSS
SaveExploits0References19
Vulnrichment
Vulnrichment
added 2024/11/19 1:30 a.m.9 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.00267EPSS
SaveExploits0References4
CVE
CVE
added 2024/11/19 1:30 a.m.125 views

CVE-2024-50286

CVE-2024-50286 describes a slab-use-after-free race in the Linux kernel’s ksmbd subsystem, between ksmbd_smb2_session_create and ksmbd_expire_session. The patch adds the missing sessions_table_lock when adding/deleting a session from the global session table, addressing the race. The issue is roo...

7.8CVSS6.6AI score0.00267EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/11/19 1:30 a.m.29 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...

0.00267EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.14 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...

7.8CVSS6.1AI score0.00267EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/11/19 1:30 a.m.23 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'...

0.0026EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/11/19 1:30 a.m.2 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.0026EPSS
SaveExploits0References3
CVE
CVE
added 2024/11/19 1:30 a.m.124 views

CVE-2024-50285

CVE-2024-50285 affects ksmbd in the Linux kernel. The issue occurs when a client issues simultaneous SMB operations, which can exhaust memory via ksmbd_work_cache and cause an OOM. A patch adds a check against exceeding max credits, treating each SMB request as consuming at least one credit to pr...

5.5CVSS6.5AI score0.0026EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.15 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'...

5.5CVSS5.6AI score0.0026EPSS
SaveExploits0
OSV
OSV
added 2024/11/19 1:30 a.m.11 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'...

5.5CVSS6AI score0.0026EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/11/19 1:30 a.m.2 views

CVE-2024-50284 ksmbd: Fix the missing xa_store error check

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.6AI score0.00228EPSS
SaveExploits0References4
CVE
CVE
added 2024/11/19 1:30 a.m.106 views

CVE-2024-50284

CVE-2024-50284 is a Linux kernel issue affecting ksmbd where missing xa_store error checking could fail the XArray storage, potentially enabling privilege/escalation in affected kernel code paths. The root cause is improper handling of xa_store() returning xa_err(-EINVAL) or xa_err(-ENOMEM). Publ...

5.5CVSS6.3AI score0.00228EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.12 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.5CVSS5.7AI score0.00228EPSS
SaveExploits0
OSV
OSV
added 2024/11/19 1:30 a.m.18 views

CVE-2024-50284 ksmbd: Fix the missing xa_store error check

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.1AI score0.00228EPSS
SaveExploits0References8
CVE
CVE
added 2024/11/19 1:30 a.m.136 views

CVE-2024-50283

Concrete details found in connected docs: CVE-2024-50283 affects the Linux kernel ksmbd via a slab-use-after-free in smb3_preauth_hash_rsp; the fix changes the call order so ksmbd_user_session_put is invoked under smb3_preauth_hash_rsp() to avoid freeing the session prematurely. The issue is tied...

7.8CVSS6.5AI score0.00243EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2024/11/19 1:30 a.m.23 views

CVE-2024-50283 ksmbd: fix slab-use-after-free in smb3_preauth_hash_rsp

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

0.00243EPSS
SaveExploits0References5
OSV
OSV
added 2024/11/19 1:30 a.m.14 views

CVE-2024-50283 ksmbd: fix slab-use-after-free in smb3_preauth_hash_rsp

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

7.8CVSS7AI score0.00243EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.12 views

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

7.8CVSS6.2AI score0.00243EPSS
SaveExploits0
Rows per page
Query Builder