← Back to CVE List

CVE-2025-22037

Published: 2025-04-16T15:15:56.310
Last Modified: 2025-04-16T15:15:56.310
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix null pointer dereference in alloc_preauth_hash() The Client send malformed smb2 negotiate request. ksmbd return error response. Subsequently, the client can send smb2 session setup even thought conn->preauth_info is not allocated. This patch add KSMBD_SESS_NEED_SETUP status of connection to ignore session setup request if smb2 negotiate phase is not complete. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt