From this webpage screenshot, we can extract the following key information about the vulnerability: 1. Vulnerability Description: - Vulnerability Type: RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds - Description: In the function, when and functions fail, we access out-of-bounds memory because is set to . This vulnerability is resolved by resetting to to remain within bounds. 2. Fix Information: - Fixed Version: 6a98d71daea1 - Fix Description: Fixed issue in RDMA/rtrs: client: main functionality. - Fix Authors: - Md Haris Iqbal - Jack Wang - Grzegorz Prajsner - Leon Romanovsky - Sasha Levin 3. Code Changes: - File: drivers/infiniband/ulp/rdma/rtrs-clt.c - Changes: - In the function, added code to check ; if is , jump to the function. - Set to to ensure that the loop after does not access out-of-bounds memory. 4. Code Diff: - File Path: drivers/infiniband/ulp/rdma/rtrs-clt.c - Changes: - In the function, added code to check . - Set to . This information helps us understand the context of the vulnerability, the fix process, and the specific details of the code changes.