First published: Sat Mar 02 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <5.4.258 | 5.4.258 |
redhat/kernel | <5.10.198 | 5.10.198 |
redhat/kernel | <5.15.135 | 5.15.135 |
redhat/kernel | <6.1.57 | 6.1.57 |
redhat/kernel | <6.5.7 | 6.5.7 |
redhat/kernel | <6.6 | 6.6 |
Linux Kernel | >=5.3<5.4.258 | |
Linux Kernel | >=5.5<5.10.198 | |
Linux Kernel | >=5.11<5.15.135 | |
Linux Kernel | >=5.16<6.1.57 | |
Linux Kernel | >=6.2<6.5.7 | |
Linux Kernel | =6.6-rc1 | |
Linux Kernel | =6.6-rc2 | |
Linux Kernel | =6.6-rc3 | |
Linux Kernel | =6.6-rc4 | |
IBM Security Verify Governance - Identity Manager | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Software Stack | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Virtual Appliance | <=ISVG 10.0.2 | |
IBM Security Verify Governance Identity Manager Container | <=ISVG 10.0.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-52513 has been classified as having a medium severity level due to potential disruption in connection handling.
To fix CVE-2023-52513, update to the latest kernel version mentioned in the vulnerability advisory, such as 5.4.258, 5.10.198, 5.15.135, 6.1.57, 6.5.7, or 6.6.
CVE-2023-52513 affects various versions of the Linux kernel, specifically versions prior to 5.4.258, 5.10.198, 5.15.135, 6.1.57, 6.5.7, and 6.6.
CVE-2023-52513 is categorized as a connection handling vulnerability within the Linux kernel related to RDMA/siw.
CVE-2023-52513 was publicly disclosed in October 2023 following the identification and resolution of the issue in the Linux kernel.