CVE-2024-46736: smb: client: fix double put of @cfile in smb2_rename_path()
In the Linux kernel, the following vulnerability has been resolved:
smb: client: fix double put of @cfile in smb2renamepath()
If smb2setpathattr() is called with a valid @cfile and returned -EINVAL, we need to call cifsgetwritablepath() again as the reference of @cfile was already dropped by previous smb2compoundop() call.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2024-46736?
CVE-2024-46736 has been categorized as a medium severity vulnerability due to potential impacts on system stability.
How do I fix CVE-2024-46736?
To resolve CVE-2024-46736, update the Linux kernel to the latest version where this vulnerability is patched.
What systems are affected by CVE-2024-46736?
CVE-2024-46736 affects various versions of the Linux kernel utilized in different Linux distributions.
What is the impact of CVE-2024-46736?
The impact of CVE-2024-46736 includes potential issues with file operations that could lead to instability in file handling.
When was CVE-2024-46736 disclosed?
CVE-2024-46736 was disclosed as part of security updates released by the Linux kernel development community.