In the Linux kernel, the following vulnerability has been resolved:
ksmbd: Fix memory leak in get_file_all_info()
In get_file_all_info(), if vfs_getattr() fails, the function returns
immediately without freeing the allocated filename, leading to a memory
leak.
Fix this by freeing the filename before returning in this error case.
References
Configurations
Configuration 1 (hide)
|
History
26 Feb 2026, 20:30
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CPE | cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
|
| CWE | CWE-401 | |
| First Time |
Linux
Linux linux Kernel |
|
| References | () https://git.kernel.org/stable/c/0c56693b06a68476ba113db6347e7897475f9e4c - Patch | |
| References | () https://git.kernel.org/stable/c/5012b4c812230ae066902a00442708c999111183 - Patch | |
| References | () https://git.kernel.org/stable/c/676907004256e0226c7ed3691db9f431404ca258 - Patch | |
| References | () https://git.kernel.org/stable/c/d026f47db68638521df8543535ef863814fb01b1 - Patch |
23 Jan 2026, 15:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-01-23 15:16
Updated : 2026-02-26 20:30
NVD link : CVE-2025-71153
Mitre link : CVE-2025-71153
CVE.ORG link : CVE-2025-71153
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
