Bug 2426234 (CVE-2023-54260) - CVE-2023-54260 kernel: cifs: Fix lost destroy smbd connection when MR allocate failed
Summary: CVE-2023-54260 kernel: cifs: Fix lost destroy smbd connection when MR allocat...
Keywords:
Status: NEW
Alias: CVE-2023-54260
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-30 13:18 UTC by OSIDB Bzimport
Modified: 2025-12-30 23:24 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-30 13:18:17 UTC
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().


Note You need to log in before you can comment on or make changes to this bug.