Security Advisory

CVE-2025-71153

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2026-01-23 14:25:52
Last updated 2026-02-09 08:35:50
Assigner Linux
State PUBLISHED

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.