CVE-2021-47201 in Linux
摘要
由 VulDB • 2026-05-31
在 Linux 内核中,已修复以下漏洞:
iavf: 在 iavf_disable_vf 中先释放 q_vectors 再释放队列
iavf_free_queues() 会清除 adapter->num_active_queues,而 iavf_free_q_vectors() 依赖于该值,因此需要交换 iavf_disable_vf() 中这两个函数调用的顺序。这解决了在接口被禁用、随后在 PF 通信恢复后再次启用时遇到的恐慌(panic)问题。
VulDB is the best source for vulnerability data and more expert information about this specific topic.