← Voltar à pesquisa de CVEs

CVE-2026-64005

Linux Kernel

Descrição

In the Linux kernel, the following vulnerability has been resolved: net/smc: Do not re-initialize smc hashtables INIT_HLIST_HEAD(&smc_v*_hashinfo.ht) are called after smc_nl_init(), proto_register() and sock_register(). This can lead to smc_v*_hashinfo.ht being reset even though hash entries already exist and are being used, possibly resulting in a corrupted list. Remove unnecessary and dangerous re-initialisation of smc_v*_hashinfo.ht in smc_init(); it is implicitly initialised to zero anyhow. Add HLIST_HEAD_INIT to the definitions for clarity.

CVSS 7.8EPSS 0.129%Risco 0.79
Ver fonte
Publicação
2026-07-19 16:17:40
Versões afetadas
unknown
Tipo
Kernel
Última alteração
2026-07-30 14:51:11
Vetor
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H