Bug 2432363 (CVE-2025-71153) - CVE-2025-71153 kernel: ksmbd: Fix memory leak in get_file_all_info()
Summary: CVE-2025-71153 kernel: ksmbd: Fix memory leak in get_file_all_info()
Keywords:
Status: NEW
Alias: CVE-2025-71153
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-01-23 15:02 UTC by OSIDB Bzimport
Modified: 2026-01-23 18:25 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-01-23 15:02:32 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.