NA

CVE-2023-52666

Published: 17/05/2024 Updated: 17/05/2024

Vulnerability Summary

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix potential circular locking issue in smb2_set_ea() smb2_set_ea() can be called in parent inode lock range. So add get_write argument to smb2_set_ea() not to call nested mnt_want_write().