Lucene search
+L

54 matches found

Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/07/19 12:00 a.m.•1 views

CVE-2026-53383: NULL Pointer Dereference

In the Linux kernel, the following vulnerability has been resolved: ksmbd: reject non-VALID session in compound request branch smb2checkusersession takes a shortcut for any operation that is not the first in a COMPOUND request: it reuses work-sess the session bound by the first operation and...

7.5CVSS5.8AI score0.00664EPSS
SaveExploits0References10
attackerkb
attackerkb
•added 2026/04/22 8:15 a.m.•9 views

CVE-2026-31432

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix OOB write in QUERYINFO for compound requests When a compound request such as READ + QUERYINFOSecurity is received, and the first command READ consumes most of the response buffer, ksmbd could write beyond the allocated...

5.8AI score0.00601EPSS
SaveExploits0References5Affected Software1
UbuntuCve
UbuntuCve
•added 2026/04/03 4:16 p.m.•12 views

CVE-2026-23428

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free of shareconf in compound request smb2getksmbdtcon reuses work-tcon in compound requests without validating tcon-tstate. ksmbdtreeconnlookup checks tstate == TREECONNECTED on the initial lookup path, but...

9.8CVSS6.9AI score0.00331EPSS
SaveExploits0References34
CVE
CVE
•added 2026/04/03 3:15 p.m.•54 views

CVE-2026-23428

CVE-2026-23428 affects the Linux kernel ksmbd component handling SMB2. The root cause is a use-after-free when reusing work->tcon in compound SMB2 requests: after a prior command (e.g., SMB2_TREE_DISCONNECT) sets t_state to TREE_DISCONNECTED and ksmbd_share_config_put() frees share_conf, subse...

9.8CVSS5.8AI score0.00331EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
•added 2026/04/03 3:15 p.m.•39 views

CVE-2026-23428 ksmbd: fix use-after-free of share_conf in compound request

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free of shareconf in compound request smb2getksmbdtcon reuses work-tcon in compound requests without validating tcon-tstate. ksmbdtreeconnlookup checks tstate == TREECONNECTED on the initial lookup path, but...

9.8CVSS0.00331EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
•added 2026/03/25 12:00 a.m.•27 views

PT-2026-34275

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An out-of-bounds write exists in ksmbd when processing compound requests, such as READ combined with QUERY INFOSecurity. If the initial command consumes most of the response buffer, ksmb...

9CVSS5.9AI score0.00601EPSS
SaveExploits0
NVD
NVD
•added 2025/08/16 2:15 p.m.•12 views

CVE-2023-3867

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out of bounds read in smb2sesssetup ksmbd does not consider the case of that smb2 session setup is in compound request. If this is the second payload of the compound, OOB read issue occurs while processing the first...

9.1CVSS0.05366EPSS
SaveExploits0References4
OSV
OSV
•added 2025/08/16 2:15 p.m.•6 views

DEBIAN-CVE-2023-3867

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out of bounds read in smb2sesssetup ksmbd does not consider the case of that smb2 session setup is in compound request. If this is the second payload of the compound, OOB read issue occurs while processing the first...

7.1CVSS5.8AI score0.05366EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2025/08/16 1:29 p.m.•25 views

CVE-2023-3867 ksmbd: fix out of bounds read in smb2_sess_setup

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out of bounds read in smb2sesssetup ksmbd does not consider the case of that smb2 session setup is in compound request. If this is the second payload of the compound, OOB read issue occurs while processing the first...

9.1CVSS0.05366EPSS
SaveExploits0References4
OSV
OSV
•added 2025/08/16 1:29 p.m.•8 views

CVE-2023-3867 ksmbd: fix out of bounds read in smb2_sess_setup

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out of bounds read in smb2sesssetup ksmbd does not consider the case of that smb2 session setup is in compound request. If this is the second payload of the compound, OOB read issue occurs while processing the first...

9.1CVSS6.3AI score
SaveExploits0References7
Debian CVE
Debian CVE
•added 2025/08/16 1:29 p.m.•39 views

CVE-2023-3867

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out of bounds read in smb2sesssetup ksmbd does not consider the case of that smb2 session setup is in compound request. If this is the second payload of the compound, OOB read issue occurs while processing the first...

9.1CVSS5.8AI score0.05366EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2025/08/16 1:27 p.m.•91 views

CVE-2023-3866

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate session id and tree id in the compound request This patch validate session id and tree id in compound request. If first operation in the compound is SMB2 ECHO request, ksmbd bypass session and tree validation. So...

7.5CVSS5.5AI score0.11075EPSS
SaveExploits0
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/08/16 12:00 a.m.•1 views

CVE-2023-3867: Out-of-bounds Read

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out of bounds read in smb2sesssetup ksmbd does not consider the case of that smb2 session setup is in compound request. If this is the second payload of the compound, OOB read issue occurs while processing the first...

9.1CVSS5.8AI score0.05366EPSS
SaveExploits0References6
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/08/16 12:00 a.m.•1 views

CVE-2023-3866: NULL Pointer Dereference

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate session id and tree id in the compound request This patch validate session id and tree id in compound request. If first operation in the compound is SMB2 ECHO request, ksmbd bypass session and tree validation. So...

7.5CVSS5.7AI score0.11075EPSS
SaveExploits0References6
Microsoft CVE
Microsoft CVE
•added 2025/08/07 7:00 a.m.•8 views

nfsd: nfsd4_spo_must_allow() must check this is a v4 compound request

...

9.8CVSS7AI score0.00523EPSS
SaveExploits0
SUSE CVE
SUSE CVE
•added 2025/07/29 11:23 p.m.•9 views

SUSE CVE-2025-38430

In the Linux kernel, the following vulnerability has been resolved: nfsd: nfsd4spomustallow must check this is a v4 compound request If the request being processed is not a v4 compound request, then examining the cstate can have undefined results. This patch adds a check that the rpc procedure...

5.5CVSS6.5AI score0.00523EPSS
SaveExploits0References23
NVD
NVD
•added 2025/07/25 3:15 p.m.•9 views

CVE-2025-38430

In the Linux kernel, the following vulnerability has been resolved: nfsd: nfsd4spomustallow must check this is a v4 compound request If the request being processed is not a v4 compound request, then examining the cstate can have undefined results. This patch adds a check that the rpc procedure...

9.8CVSS0.00523EPSS
SaveExploits0References11
OSV
OSV
•added 2025/07/25 3:15 p.m.•4 views

DEBIAN-CVE-2025-38430

In the Linux kernel, the following vulnerability has been resolved: nfsd: nfsd4spomustallow must check this is a v4 compound request If the request being processed is not a v4 compound request, then examining the cstate can have undefined results. This patch adds a check that the rpc procedure...

5.5CVSS5.5AI score0.00523EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2025/07/25 2:16 p.m.•19 views

CVE-2025-38430 nfsd: nfsd4_spo_must_allow() must check this is a v4 compound request

In the Linux kernel, the following vulnerability has been resolved: nfsd: nfsd4spomustallow must check this is a v4 compound request If the request being processed is not a v4 compound request, then examining the cstate can have undefined results. This patch adds a check that the rpc procedure...

9.8CVSS0.00523EPSS
SaveExploits0References8
OSV
OSV
•added 2025/07/25 2:16 p.m.•8 views

CVE-2025-38430 nfsd: nfsd4_spo_must_allow() must check this is a v4 compound request

In the Linux kernel, the following vulnerability has been resolved: nfsd: nfsd4spomustallow must check this is a v4 compound request If the request being processed is not a v4 compound request, then examining the cstate can have undefined results. This patch adds a check that the rpc procedure...

9.8CVSS6.5AI score
SaveExploits0References14
Rows per page
Query Builder