CVE-2026-74345

Summary

In the Linux kernel, the following vulnerability has been resolved:

RDMA/siw: Fix endpoint/socket association handling

Disassociating a socket from an endpoint via siw_socket_disassoc() may release the last reference on that endpoint and free it. Therefore, don't clear the endpoints socket pointer after calling that function, but within.

This fixes a:

BUG: KASAN: slab-use-after-free in siw_cm_work_handler (drivers/infiniband/sw/siw/siw_cm.c:1053 drivers/infiniband/sw/siw/siw_cm.c:1075)

which occurred after processing a malformed MPA request during connection establishment, causing the new endpoint to be closed.

Affected Software

VendorProductVersion RangeStatus
LinuxLinux6c52fdc244b5ccc468006fd65a504d4ee33743c7 < b28d513393f81e2de00f82970487a9d001557e4eaffected
LinuxLinux6c52fdc244b5ccc468006fd65a504d4ee33743c7 < f6183983ce1ff254d629a333739082b39d7c5eb6affected
LinuxLinux6c52fdc244b5ccc468006fd65a504d4ee33743c7 < b6cf763eee0a932792bef64ceaca568d324192fcaffected
LinuxLinux6c52fdc244b5ccc468006fd65a504d4ee33743c7 < ea4f6f6c53577fb3f05dbd78b15e586772d49831affected
LinuxLinux5.3affected
LinuxLinux0 < 5.3unaffected
LinuxLinux6.12.97 <= 6.12.*unaffected
LinuxLinux6.18.40 <= 6.18.*unaffected
LinuxLinux7.1.5 <= 7.1.*unaffected
LinuxLinux7.2 <= *unaffected

Weaknesses

References