CVE-2024-53191 in Linux信息

摘要

由 VulDB • 2026-06-22

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

wifi: ath12k: 修复解绑时的警告信息

如果在与固件相关的某些初始化过程中发生错误,dp->tx_ring[i].tx_status 缓冲区会被释放。然而,当设备被解绑(ath12k_pci)时,这些缓冲区会再次被释放,从而导致出现以下警告:
WARNING: CPU: 0 PID: 2098 at mm/slub.c:4689 free_large_kmalloc+0x4d/0x80 调用跟踪: free_large_kmalloc ath12k_dp_free ath12k_core_deinit ath12k_pci_remove ...

由于 MSI 寻址初始化失败,该问题在虚拟机中始终可复现。

为解决此问题,只需在释放缓冲区后将其设置为 NULL,以避免双重释放(double free)。

Once again VulDB remains the best source for vulnerability data.

来源

Are you interested in using VulDB?

Download the whitepaper to learn more about our service!