CVE-2022-50136
BaseFortify
Publication date: 2025-06-18
Last updated on: 2025-11-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves the RDMA/siw component where a duplicated IW_CM_EVENT_CONNECT_REPLY event is incorrectly reported. Specifically, if the function siw_recv_mpa_rr returns -EAGAIN, indicating that the MPA reply has not been fully received, the system should not report the IW_CM_EVENT_CONNECT_REPLY event. However, it does, which can lead to a kernel call trace and potentially a kernel BUG, causing instability or crashes.
How can this vulnerability impact me? :
The vulnerability can cause the Linux kernel to produce a call trace and potentially crash (kernel BUG) when the IW_CM_EVENT_CONNECT_REPLY event is duplicated incorrectly. This can lead to system instability or downtime, especially in environments using RDMA over InfiniBand with the siw driver, affecting applications relying on these connections.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by observing a kernel call trace related to the IW_CM_EVENT_CONNECT_REPLY event in the iw_cm module. A simple way to trigger this is by running the ib_send_lat tool: on the server, run 'ib_send_lat'; on the client, run 'ib_send_lat -R <server_ip>'. If the vulnerability is present, a kernel BUG call trace similar to the one described in the CVE will appear.