Security Advisory

CVE-2024-46736

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-09-18 07:11:58
Last updated 2026-05-23 15:53:28
Assigner Linux
State PUBLISHED

Description

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.