First published: Sun Dec 29 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: smb: Initialize cfid->tcon before performing network ops Avoid leaking a tcon ref when a lease break races with opening the cached directory. Processing the leak break might take a reference to the tcon in cached_dir_lease_break() and then fail to release the ref in cached_dir_offload_close, since cfid->tcon is still NULL.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.1<6.6.64 | |
Linux Kernel | >=6.7<6.11.11 | |
Linux Kernel | >=6.12<6.12.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-56729 has been classified as a medium severity vulnerability in the Linux kernel.
To fix CVE-2024-56729, update your Linux kernel to a version that addresses this vulnerability, specifically beyond the affected versions listed.
CVE-2024-56729 affects Linux kernel versions from 6.1 to 6.6.64, 6.7 to 6.11.11, and 6.12 to 6.12.2.
CVE-2024-56729 is a race condition vulnerability that potentially leads to resource leaks in the Linux kernel SMB implementation.
Currently, the recommended approach for mitigating CVE-2024-56729 is to apply the necessary kernel updates, as no specific workaround has been provided.