Lucene search
+L

2019 matches found

CVE
CVE
added 2024/02/29 3:52 p.m.5872 views

CVE-2024-26608

The CVE-2024-26608 entry describes a Linux kernel ksmbd_nl_policy out-of-bounds read that was addressed by a patch to fix a global oob in ksmbd_nl_policy. The bug manifested as a read of size 1 at a netlink attribute parsing path, with the faulting address located in ksmbd_nl_policy+0x100/0xa80 a...

7.8CVSS7.1AI score0.00234EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/02/29 3:52 p.m.7 views

CVE-2024-26608 ksmbd: fix global oob in ksmbd_nl_policy

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix global oob in ksmbdnlpolicy Similar to a reported issue check the commit b33fb5b801c6 "net: qualcomm: rmnet: fix global oob in rmnetpolicy", my local fuzzer finds another global out-of-bounds read for policy...

7.8CVSS5.5AI score0.00234EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/02/29 11:39 a.m.32 views

CVE-2023-52480

A flaw was found in the ksmbd module in the Linux kernel. A race condition between session lookup and expire can cause a use-after-free, resulting in a denial of service...

7.1CVSS8.9AI score0.0018EPSS
SaveExploits0References4
NVD
NVD
added 2024/02/29 6:15 a.m.33 views

CVE-2023-52480

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix race condition between session lookup and expire Thread A + Thread B ksmbdsessionlookup | smb2sesssetup sess = xaload | | | xaerase&conn-sessions, sess-id; | | ksmbdsessiondestroysess -- kfreesess | // UAF! |...

7CVSS9.2AI score0.0018EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/29 6:15 a.m.5 views

DEBIAN-CVE-2023-52480

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix race condition between session lookup and expire Thread A + Thread B ksmbdsessionlookup | smb2sesssetup sess = xaload | | | xaerase&conn-sessions, sess-id; | | ksmbdsessiondestroysess -- kfreesess | // UAF! |...

7CVSS5.8AI score0.0018EPSS
SaveExploits0References1
NVD
NVD
added 2024/02/29 6:15 a.m.24 views

CVE-2023-52479

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix uaf in smb20oplockbreakack drop reference after use opinfo...

7.1CVSS6.5AI score0.00233EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/29 6:15 a.m.5 views

DEBIAN-CVE-2023-52479

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix uaf in smb20oplockbreakack drop reference after use opinfo...

7.1CVSS5.6AI score0.00233EPSS
SaveExploits0References1
Prion
Prion
added 2024/02/29 6:15 a.m.20 views

Race condition

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix race condition between session lookup and expire Thread A + Thread B ksmbdsessionlookup | smb2sesssetup sess = xaload | | | xaerase&conn-sessions, sess-id; | | ksmbdsessiondestroysess -- kfreesess | // UAF! |...

6.7AI score0.0018EPSS
SaveExploits0References4
Prion
Prion
added 2024/02/29 6:15 a.m.23 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix uaf in smb20oplockbreakack drop reference after use opinfo...

6.7AI score0.00233EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/02/29 6:15 a.m.35 views

CVE-2023-52480

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix race condition between session lookup and expire Thread A + Thread B ksmbdsessionlookup | smb2sesssetup sess = xaload | | | xaerase&conn-sessions, sess-id; | | ksmbdsessiondestroysess -- kfreesess | // UAF! |...

7CVSS6.4AI score0.0018EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/02/29 6:15 a.m.9 views

CVE-2023-52479

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix uaf in smb20oplockbreakack drop reference after use opinfo...

7.1CVSS6.2AI score0.00233EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/29 6:15 a.m.6 views

UBUNTU-CVE-2023-52480

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix race condition between session lookup and expire Thread A + Thread B ksmbdsessionlookup | smb2sesssetup sess = xaload | | | xaerase&conn-sessions, sess-id; | | ksmbdsessiondestroysess -- kfreesess | // UAF! |...

7CVSS6.2AI score0.0018EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/02/29 5:43 a.m.37 views

CVE-2023-52480 ksmbd: fix race condition between session lookup and expire

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix race condition between session lookup and expire Thread A + Thread B ksmbdsessionlookup | smb2sesssetup sess = xaload | | | xaerase&conn-sessions, sess-id; | | ksmbdsessiondestroysess -- kfreesess | // UAF! |...

9.4AI score0.0018EPSS
SaveExploits0References4
CVE
CVE
added 2024/02/29 5:43 a.m.5498 views

CVE-2023-52480

CVE-2023-52480 affects ksmbd (SMB3 server) in the Linux kernel. The vulnerability is a race condition between ksmbd_session_lookup and ksmbd_expire_session that could lead to a use-after-free, resolved by patching with a rwsem to synchronize session lookup and expiration. The description in conne...

7CVSS6.3AI score0.0018EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/02/29 5:43 a.m.50 views

CVE-2023-52480

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix race condition between session lookup and expire Thread A + Thread B ksmbdsessionlookup | smb2sesssetup sess = xaload | | | xaerase&conn-sessions, sess-id; | | ksmbdsessiondestroysess -- kfreesess | // UAF! |...

7CVSS6.5AI score0.0018EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/02/29 5:43 a.m.30 views

CVE-2023-52479 ksmbd: fix uaf in smb20_oplock_break_ack

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix uaf in smb20oplockbreakack drop reference after use opinfo...

6.8AI score0.00233EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/02/29 5:43 a.m.19 views

CVE-2023-52479 ksmbd: fix uaf in smb20_oplock_break_ack

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix uaf in smb20oplockbreakack drop reference after use opinfo...

6.8AI score0.00233EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/02/29 5:43 a.m.45 views

CVE-2023-52479

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix uaf in smb20oplockbreakack drop reference after use opinfo...

7.1CVSS5.9AI score0.00233EPSS
SaveExploits0
OSV
OSV
added 2024/02/29 5:43 a.m.10 views

CVE-2023-52479 ksmbd: fix uaf in smb20_oplock_break_ack

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix uaf in smb20oplockbreakack drop reference after use opinfo...

7.1CVSS5.6AI score0.00233EPSS
SaveExploits0References7
BDU FSTEC
BDU FSTEC
added 2024/02/29 12:0 a.m.13 views

The vulnerability of the `ksmbddecode_ntlmssp_auth_blob()` function in the ksmbd module of Linux operating systems allows a hacker to execute arbitrary code.

The vulnerability of the ksmbddecodentlmsspauthblob function in the ksmbd module of Linux operating systems is related to the copying of buffers without checking the size of the input data during the processing of the authblob-SessionKey.Length parameter. Exploiting this vulnerability allows a...

10CVSS7.2AI score0.36685EPSS
SaveExploits1References27Affected Software5
Rows per page
Query Builder