commit | 705c76fbf726c7a2f6ff9143d4013b18daaaebf1 | [log] [tgz] |
---|---|---|
author | Paulo Alcantara <pc@manguebit.com> | Tue Apr 02 16:33:58 2024 -0300 |
committer | Steve French <stfrench@microsoft.com> | Wed Apr 03 14:43:45 2024 -0500 |
tree | 1e1c15a581a3103fae52340705d9129d3073cd18 | |
parent | 0865ffefea197b437ba78b5dd8d8e256253efd65 [diff] |
smb: client: fix potential UAF in smb2_is_valid_lease_break() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF. Cc: stable@vger.kernel.org Signed-off-by: Paulo Alcantara (Red Hat) <pc@manguebit.com> Signed-off-by: Steve French <stfrench@microsoft.com>