In the Linux kernel, the following vulnerability has been resolved:
ksmbd: use aeadrequestfree to match aeadrequestalloc
Use aeadrequestfree() instead of kfree() to properly free memory allocated by aeadrequestalloc(). This ensures sensitive crypto data is zeroed before being freed.