+4
−1
Loading
mainline inclusion from mainline-v6.9-rc1 commit a80a486d72e20bd12c335bcd38b6e6f19356b0aa category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/I9L5E3 CVE: CVE-2024-26954 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a80a486d72e20bd12c335bcd38b6e6f19356b0aa -------------------------------- If ->NameOffset of smb2_create_req is smaller than Buffer offset of smb2_create_req, slab-out-of-bounds read can happen from smb2_open. This patch set the minimum value of the name offset to the buffer offset to validate name length of smb2_create_req(). Cc: stable@vger.kernel.org Reported-by:Xuanzhe Yu <yuxuanzhe@outlook.com> Signed-off-by:
Namjae Jeon <linkinjeon@kernel.org> Signed-off-by:
Steve French <stfrench@microsoft.com> Signed-off-by:
Wang Zhaolong <wangzhaolong1@huawei.com>