CVE-2023-54260 Details
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().
A vulnerability in the Linux kernel's CIFS (Common Internet File System) implementation has been addressed. The issue arose when the memory registration (MR) allocation failed, leaving the SMB direct connection information null. Consequently, the 'smbd_destroy()' function would return immediately, leading to a leak of the connection information. The vulnerability has been fixed by ensuring that the SMB direct connection information is set to the server before calling 'smbd_destroy()'.
Users can upgrade to the latest version of the Linux kernel where this vulnerability has been fixed. Instructions for downloading the patched version can be found in the Linux kernel official documentation.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Dec 30, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/04b7e13b8a13264282f874db5378fc3d3253cfac | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/324c0c34fff1affd436e509325cb46739209704e | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/46cd6c639cddba2bd2d810ceb16bb20374ad75b0 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/c51ae01104b318bf15f3c5097faba5c72addba7a | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/caac205e0d5b44c4c23a10c6c0976d50ebe16ac2 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/d303e25887127364a6765eaf7ac68aa2bac518a9 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/e9d3401d95d62a9531082cd2453ed42f2740e3fd | kernel.org | Source CodeVendor |
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
| Product | Versions |
|---|---|
| Linux kernel | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Dec 30, 2025 | New CVE Received | kernel.org |
Volerion