First published: Thu Mar 27 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential memory leaks in session setup Make sure to free cifs_ses::auth_key.response before allocating it as we might end up leaking memory in reconnect or mounting.
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-2023-53008 is classified as a medium severity vulnerability affecting the Linux kernel.
To fix CVE-2023-53008, update your Linux kernel to the latest patched version that addresses this vulnerability.
CVE-2023-53008 is a memory leak vulnerability in the CIFS (Common Internet File System) implementation of the Linux kernel.
CVE-2023-53008 affects systems running the Linux kernel with the CIFS functionality.
Exploitation of CVE-2023-53008 could lead to memory leaks during session setups in the CIFS implementation.