diff options
| author | Namjae Jeon <linkinjeon@kernel.org> | 2026-03-02 12:55:02 +0900 |
|---|---|---|
| committer | Steve French <stfrench@microsoft.com> | 2026-03-08 21:28:39 -0500 |
| commit | eac3361e3d5dd8067b3258c69615888eb45e9f25 (patch) | |
| tree | 6f7dd6cdc9767fe52894d1b53432969f90f8d24c /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | 1dfd062caa165ec9d7ee0823087930f3ab8a6294 (diff) | |
| download | linux-eac3361e3d5dd8067b3258c69615888eb45e9f25.tar.gz linux-eac3361e3d5dd8067b3258c69615888eb45e9f25.zip | |
ksmbd: fix use-after-free in smb_lazy_parent_lease_break_close()
opinfo pointer obtained via rcu_dereference(fp->f_opinfo) is being
accessed after rcu_read_unlock() has been called. This creates a
race condition where the memory could be freed by a concurrent
writer between the unlock and the subsequent pointer dereferences
(opinfo->is_lease, etc.), leading to a use-after-free.
Fixes: 5fb282ba4fef ("ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_close")
Cc: stable@vger.kernel.org
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
