diff options
author | 2025-04-21 15:39:29 +0000 | |
---|---|---|
committer | 2025-04-25 18:22:26 -0500 | |
commit | 2fc9feff45d92a92cd5f96487655d5be23fb7e2b (patch) | |
tree | 11327ea1b1ed45aa5863741dcf3c864c89b48f12 /scripts/lib/kdoc/kdoc_files.py | |
parent | ksmbd: fix use-after-free in kerberos authentication (diff) | |
download | linux-rng-2fc9feff45d92a92cd5f96487655d5be23fb7e2b.tar.xz linux-rng-2fc9feff45d92a92cd5f96487655d5be23fb7e2b.zip |
ksmbd: fix use-after-free in session logoff
The sess->user object can currently be in use by another thread, for
example if another connection has sent a session setup request to
bind to the session being free'd. The handler for that connection could
be in the smb2_sess_setup function which makes use of sess->user.
Cc: stable@vger.kernel.org
Signed-off-by: Sean Heelan <seanheelan@gmail.com>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions