In the Linux kernel, the following vulnerability has been resolved:
RDMA/siw: Fix connection failure handling
In case immediate MPA request processing fails, the newly
created endpoint unlinks the listening endpoint and is
ready to be dropped. This special case was not handled
correctly by the code handling the later TCP socket close,
causing a NULL dereference crash in siw_cm_work_handler()
when dereferencing a NULL listener. We now also cancel
the useless MPA timeout, if immediate MPA request
processing fails.
This patch furthermore simplifies MPA processing in general:
Scheduling a useless TCP socket read in sk_data_ready() upcall
is now surpressed, if the socket is already moved out of
TCP_ESTABLISHED state.
Metrics
Affected Vendors & Products
References
History
Wed, 13 Nov 2024 02:45:00 +0000
Type | Values Removed | Values Added |
---|---|---|
CPEs | cpe:/a:redhat:enterprise_linux:9 cpe:/o:redhat:enterprise_linux:9 |
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-03-02T21:52:24.587Z
Updated: 2024-11-04T14:48:20.704Z
Reserved: 2024-02-20T12:30:33.316Z
Link: CVE-2023-52513
Vulnrichment
Updated: 2024-08-02T23:03:20.917Z
NVD
Status : Awaiting Analysis
Published: 2024-03-02T22:15:47.730
Modified: 2024-03-04T13:58:23.447
Link: CVE-2023-52513
Redhat