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.
References
Configurations
Configuration 1 (hide)
|
History
07 Jan 2025, 21:53
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
References | () https://git.kernel.org/stable/c/1b9ab6b648f89441c8a13cb3fd8ca83ffebc5262 - Patch | |
References | () https://git.kernel.org/stable/c/4b216c8f9c7d84ef7de33ca60b97e08e03ef3292 - Patch | |
References | () https://git.kernel.org/stable/c/625e2357c8fcfae6e66dcc667dc656fe390bab15 - Patch | |
References | () https://git.kernel.org/stable/c/c353ee4fb119a2582d0e011f66a76a38f5cf984d - Patch | |
CWE | CWE-401 | |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 4.7 |
First Time |
Linux
Linux linux Kernel |
29 Dec 2024, 12:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-12-29 12:15
Updated : 2025-01-07 21:53
NVD link : CVE-2024-56729
Mitre link : CVE-2024-56729
CVE.ORG link : CVE-2024-56729
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime