First published: Sun Jan 19 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix a missing return value check bug In the smb2_send_interim_resp(), if ksmbd_alloc_work_struct() fails to allocate a node, it returns a NULL pointer to the in_work pointer. This can lead to an illegal memory write of in_work->response_buf when allocate_interim_rsp_buf() attempts to perform a kzalloc() on it. To address this issue, incorporating a check for the return value of ksmbd_alloc_work_struct() ensures that the function returns immediately upon allocation failure, thereby preventing the aforementioned illegal memory access.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=5.15.145<5.16 | |
Linux Kernel | >=6.1.71<6.1.125 | |
Linux Kernel | >=6.6<6.6.72 | |
Linux Kernel | >=6.7<6.12.10 | |
Linux Kernel | =6.13-rc1 | |
Linux Kernel | =6.13-rc2 | |
Linux Kernel | =6.13-rc3 | |
Linux Kernel | =6.13-rc4 | |
Linux Kernel | =6.13-rc5 | |
Linux Kernel | =6.13-rc6 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.133-1 6.12.22-1 | |
debian/linux-6.1 | 6.1.129-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-57925 has a severity rating that indicates it poses a risk due to a missing return value check that could lead to illegal memory access.
The fix for CVE-2024-57925 involves updating to the latest version of the Linux kernel that addresses this allocation issue.
CVE-2024-57925 affects systems running the Linux kernel that utilize the ksmbd SMB server.
CVE-2024-57925 can potentially be exploited when the ksmbd_alloc_work_struct fails, resulting in a NULL pointer being used.
While the best practice is to update the kernel, limiting access to the SMB functionality can serve as a temporary workaround for CVE-2024-57925.