CVE-2026-64005
CVE-2026-64005 affects the Linux kernel net/smc subsystem. The issue arises from calling INIT_HLIST_HEAD(&smc_v*_hashinfo.ht) after smc_nl_init(), proto_register(), and sock_register(), which can reset hash tables that already contain entries, potentially corrupting the list. The fix removes the ...