HomeDefectsLIN1024-14951
Acknowledged

LIN1024-14951 : Security Advisory - linux - CVE-2025-71153

Created: Jan 26, 2026    Updated: Jan 28, 2026
Found In Version: 10.24.33.2
Severity: Standard
Applicable for: Wind River Linux LTS 24
Component/s: Kernel

Description

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.