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.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.