In the Linux kernel, the following vulnerability has been...
Unreviewed
Published
Sep 18, 2024
to the GitHub Advisory Database
•
Updated Sep 18, 2024
Description
Published by the National Vulnerability Database
Sep 18, 2024
Published to the GitHub Advisory Database
Sep 18, 2024
Last updated
Sep 18, 2024
In the Linux kernel, the following vulnerability has been resolved:
smb: client: fix double put of @CFILE in smb2_rename_path()
If smb2_set_path_attr() is called with a valid @CFILE and returned
-EINVAL, we need to call cifs_get_writable_path() again as the
reference of @CFILE was already dropped by previous smb2_compound_op()
call.
References