In the Linux kernel, the following vulnerability has been resolved:
ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()
If authblob->SessionKey.Length is bigger than session key
size(CIFS_KEY_SIZE), slub overflow can happen in key exchange codes.
cifs_arc4_crypt copy to session key array from SessionKey from client.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-02-21 08:15
Updated : 2024-05-28 20:16
NVD link : CVE-2023-52440
Mitre link : CVE-2023-52440
CVE.ORG link : CVE-2023-52440
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer