NONE · 0

CVE-2023-54260

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix lost destroy smbd connection when MR allocate failed If the MR allocate failed, the smb direct connection info is NULL, ...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix lost destroy smbd connection when MR allocate failed If the MR allocate failed, the smb direct connection info is NULL, then smbd_destroy() will directly return, then the connection info will be leaked. Let's set the smb direct connection info to the server before call smbd_destroy().

References

FAQ

What is CVE-2023-54260?

CVE-2023-54260 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: cifs: Fix lost destroy smbd connection when MR allocate failed If the MR allocate failed, the smb direct connection info is NULL, ...

How severe is CVE-2023-54260?

CVSS scoring is not yet available for CVE-2023-54260. Check NVD for updates.

Is there a patch for CVE-2023-54260?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.