CVE-2023-54318
CVE-2023-54318 affects the Linux kernel in the net/smc code path. The issue stems from iterating smc_lgr_list.list in smcr_port_add without proper synchronization, allowing a linkgroup to be added or removed concurrently and potentially triggering a NULL dereference and kernel crash. The connecte...