SonicALERT
Search

Sonicwall Signatures

 

Go to All Categories list.


  Linux Kernel ksmbd ksmbd_free_user Use-After-Free

Category: OS-ATTACKS      

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in kerberos authentication Setting sess->user = NULL was introduced to fix the dangling pointer created by ksmbd_free_user. However, it is possible another thread could be operating on the session and make use of sess->user after it has been passed to ksmbd_free_user but before sess->user is set to NULL.


Relevant Information