Bug 2402186 (CVE-2023-53643) - CVE-2023-53643 kernel: nvme-tcp: don't access released socket during error recovery
Summary: CVE-2023-53643 kernel: nvme-tcp: don't access released socket during error re...
Keywords:
Status: NEW
Alias: CVE-2023-53643
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-10-07 16:01 UTC by OSIDB Bzimport
Modified: 2025-10-27 21:26 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-07 16:01:30 UTC
In the Linux kernel, the following vulnerability has been resolved:

nvme-tcp: don't access released socket during error recovery

While the error recovery work is temporarily failing reconnect attempts,
running the 'nvme list' command causes a kernel NULL pointer dereference
by calling getsockname() with a released socket.

During error recovery work, the nvme tcp socket is released and a new one
created, so it is not safe to access the socket without proper check.


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