In the Linux kernel, the following vulnerability has been resolved:
smb: client: Add check for nextbuffer in receiveencrypted_standard()
Add check for the return value of cifsbufget() and cifssmallbufget() in receiveencrypted_standard() to prevent null pointer dereference.