In the Linux kernel, the following... CVE-2023-52480

- AV AC AU C I A
发布: 2024-02-29
修订: 2025-01-13

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix race condition between session lookup and expire Thread A + Thread B ksmbd_session_lookup | smb2_sess_setup sess = xa_load | | | xa_erase(&conn->sessions, sess->id); | | ksmbd_session_destroy(sess) --> kfree(sess) | // UAF! | sess->last_active = jiffies | + This patch add rwsem to fix race condition between ksmbd_session_lookup and ksmbd_expire_session.

0%
暂无可用Exp或PoC
当前有7条受影响产品信息