You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
smb: client: fix OOB in receive_encrypted_standard()
jira SECO-47
cve CVE-2024-0565
commit eec04ea
upstream-diff no diff for the file content but the file location
has changed from fs/cifs/ to fs/smb/client/
Fix potential OOB in receive_encrypted_standard() if server returned a
large shdr->NextCommand that would end up writing off the end of
@next_buffer.
Fixes: b24df3e ("cifs: update receive_encrypted_standard to
handle compounded responses")
Cc: [email protected]
Reported-by: Robert Morris <[email protected]>
Signed-off-by: Paulo Alcantara (SUSE) <[email protected]>
Signed-off-by: Steve French <[email protected]>
Signed-off-by: Ronnie Sahlberg <[email protected]>
0 commit comments