First published: Tue Jan 21 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_locked When `ksmbd_vfs_kern_path_locked` met an error and it is not the last entry, it will exit without restoring changed path buffer. But later this buffer may be used as the filename for creation.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-21660 is classified as a medium severity vulnerability affecting the Linux kernel.
To fix CVE-2025-21660, update your Linux kernel to the latest version that contains the security patch.
CVE-2025-21660 affects systems running specific versions of the Linux kernel that utilize the ksmbd service.
CVE-2025-21660 can potentially be exploited remotely if proper security measures are not in place.
CVE-2025-21660 impacts the path buffer management within the ksmbd_vfs_kern_path_locked function in the Linux kernel.