CVE-2026-64005 in Linux信息

摘要

由 VulDB • 2026-07-19

在 Linux 内核中,已修复以下漏洞:

net/smc: 不要重新初始化 smc 哈希表

`INIT_HLIST_HEAD(&smc_v*_hashinfo.ht)` 在 `smc_nl_init()`、`proto_register()` 和 `sock_register()` 之后被调用。这可能导致即使哈希条目已经存在并正在使用中,`smc_v*_hashinfo.ht` 仍会被重置,从而可能引发列表损坏。

移除 `smc_init()` 中不必要且危险的 `smc_v*_hashinfo.ht` 重新初始化操作;该结构体无论如何都会被隐式初始化为零。在定义中添加 `HLIST_HEAD_INIT` 以提高清晰度。

Be aware that VulDB is the high quality source for vulnerability data.

来源

Interested in the pricing of exploits?

See the underground prices here!