Lucene search
+L

8909 matches found

CVE
CVE
added 2024/09/18 7:12 a.m.121 views

CVE-2024-46796

CVE-2024-46796 affects the Linux kernel CIFS SMB2 path handling (smb2_set_path_size). The issue was a double put of @cfile when smb2_compound_op() returns -EINVAL, leading to use-after-free risks in the SMB/CIFS path, as the reference to @cfile could be dropped earlier. The fix ensures cifs_get_w...

9.8CVSS7.1AI score0.00443EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.40 views

CVE-2024-46796 smb: client: fix double put of @cfile in smb2_set_path_size()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2setpathsize If smb2compoundop is called with a valid @cfile and returned -EINVAL, we need to call cifsgetwritablepath before retrying it as the reference of @cfile was already dropped ...

9.8CVSS0.00443EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/09/18 7:12 a.m.31 views

CVE-2024-46796

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2setpathsize If smb2compoundop is called with a valid @cfile and returned -EINVAL, we need to call cifsgetwritablepath before retrying it as the reference of @cfile was already dropped ...

9.8CVSS5.9AI score0.00443EPSS
SaveExploits0
OSV
OSV
added 2024/09/18 7:12 a.m.25 views

CVE-2024-46796 smb: client: fix double put of @cfile in smb2_set_path_size()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2setpathsize If smb2compoundop is called with a valid @cfile and returned -EINVAL, we need to call cifsgetwritablepath before retrying it as the reference of @cfile was already dropped ...

9.8CVSS6.2AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.26 views

CVE-2024-46742 smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix potential null-ptr-deref of leasectxinfo in smb2open null-ptr-deref will occur when reqoplevel == SMB2OPLOCKLEVELLEASE and parseleasestate return NULL. Fix this by check if 'leasectxinfo' is NULL. Additionally,...

6.8AI score0.00238EPSS
SaveExploits0References5
CVE
CVE
added 2024/09/18 7:12 a.m.156 views

CVE-2024-46742

CVE-2024-46742 is a Linux kernel vulnerability affecting the SMB server path where a potential null pointer dereference in smb2_open() could occur when lease_ctx_info is NULL (SMB2_OPLOCK_LEVEL_LEASE). The fix adds a NULL check for lease_ctx_info and also removes redundant parentheses in parse_du...

5.5CVSS5.2AI score0.00238EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.39 views

CVE-2024-46742 smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix potential null-ptr-deref of leasectxinfo in smb2open null-ptr-deref will occur when reqoplevel == SMB2OPLOCKLEVELLEASE and parseleasestate return NULL. Fix this by check if 'leasectxinfo' is NULL. Additionally,...

0.00238EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/09/18 7:12 a.m.17 views

CVE-2024-46742

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix potential null-ptr-deref of leasectxinfo in smb2open null-ptr-deref will occur when reqoplevel == SMB2OPLOCKLEVELLEASE and parseleasestate return NULL. Fix this by check if 'leasectxinfo' is NULL. Additionally,...

5.5CVSS5.7AI score0.00238EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/09/18 7:11 a.m.21 views

CVE-2024-46736 smb: client: fix double put of @cfile in smb2_rename_path()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2renamepath If smb2setpathattr is called with a valid @cfile and returned -EINVAL, we need to call cifsgetwritablepath again as the reference of @cfile was already dropped by previous...

6.7AI score0.00606EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/18 7:11 a.m.30 views

CVE-2024-46736 smb: client: fix double put of @cfile in smb2_rename_path()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2renamepath If smb2setpathattr is called with a valid @cfile and returned -EINVAL, we need to call cifsgetwritablepath again as the reference of @cfile was already dropped by previous...

9.8CVSS6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2024/09/18 7:11 a.m.36 views

CVE-2024-46736 smb: client: fix double put of @cfile in smb2_rename_path()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2renamepath If smb2setpathattr is called with a valid @cfile and returned -EINVAL, we need to call cifsgetwritablepath again as the reference of @cfile was already dropped by previous...

9.8CVSS0.00606EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/09/18 7:11 a.m.39 views

CVE-2024-46736

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2renamepath If smb2setpathattr is called with a valid @cfile and returned -EINVAL, we need to call cifsgetwritablepath again as the reference of @cfile was already dropped by previous...

9.8CVSS5.6AI score0.00606EPSS
SaveExploits0
CVE
CVE
added 2024/09/18 7:11 a.m.137 views

CVE-2024-46736

The connected document BDU:2026-03544 describes CVE-2024-46736 as a Linux kernel SMB client issue in fs/smb/client/smb2inode.c: the smb2_rename_path() path could double-put the @cfile when smb2_set_path_attr() returns -EINVAL, leading to potential confidentiality/integrity/access impact. The entr...

9.8CVSS6.5AI score0.00606EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2024/09/13 2:42 p.m.19 views

CVE-2024-46686

In the Linux kernel, the following vulnerability has been resolved: smb/client: avoid dereferencing rdata=NULL in smb2newreadreq This happens when called from SMB2read while using rdma and reaching the rdmareadwritethreshold...

5.5CVSS7.2AI score0.00231EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/13 6:15 a.m.17 views

CVE-2024-46686

In the Linux kernel, the following vulnerability has been resolved: smb/client: avoid dereferencing rdata=NULL in smb2newreadreq This happens when called from SMB2read while using rdma and reaching the rdmareadwritethreshold...

5.5CVSS0.00231EPSS
SaveExploits0References5
OSV
OSV
added 2024/09/13 6:15 a.m.6 views

DEBIAN-CVE-2024-46686

In the Linux kernel, the following vulnerability has been resolved: smb/client: avoid dereferencing rdata=NULL in smb2newreadreq This happens when called from SMB2read while using rdma and reaching the rdmareadwritethreshold...

5.5CVSS5.7AI score0.00231EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/13 6:15 a.m.11 views

UBUNTU-CVE-2024-46686

In the Linux kernel, the following vulnerability has been resolved: smb/client: avoid dereferencing rdata=NULL in smb2newreadreq This happens when called from SMB2read while using rdma and reaching the rdmareadwritethreshold...

5.5CVSS6.5AI score0.00231EPSS
SaveExploits0References12
CVE
CVE
added 2024/09/13 5:29 a.m.154 views

CVE-2024-46686

CVE-2024-46686 (Linux kernel) : The vulnerability lies in the SMBv2 read path where smb2_new_read_req() can dereference rdata=NULL when SMB2_read() is used with RDMA and the rdma_readwrite_threshold is reached. This affects the Linux kernel smb client code and is triggered from the SMB2_read() fl...

5.5CVSS6AI score0.00231EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/09/13 5:29 a.m.21 views

CVE-2024-46686

In the Linux kernel, the following vulnerability has been resolved: smb/client: avoid dereferencing rdata=NULL in smb2newreadreq This happens when called from SMB2read while using rdma and reaching the rdmareadwritethreshold...

5.5CVSS5.7AI score0.00231EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/09/13 5:29 a.m.30 views

CVE-2024-46686 smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()

In the Linux kernel, the following vulnerability has been resolved: smb/client: avoid dereferencing rdata=NULL in smb2newreadreq This happens when called from SMB2read while using rdma and reaching the rdmareadwritethreshold...

0.00231EPSS
SaveExploits0References4
Rows per page
Query Builder