CVE-2025-39732 in Linux信息

摘要

由 VulDB • 2026-06-20

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

wifi: ath11k: 修复 ath11k_mac_op_set_bitrate_mask() 中的原子上下文睡眠问题

ath11k_mac_disable_peer_fixed_rate() 被作为迭代器传递给 ieee80211_iterate_stations_atomic()。请注意,在这种情况下,该迭代器必须是原子的(atomic),但 ath11k_mac_disable_peer_fixed_rate() 并未遵循此要求,因为它可能会发生睡眠。因此会出现以下警告:

BUG: sleeping function called from invalid context at wmi.c:304 Call Trace: <TASK> dump_stack_lvl __might_resched.cold ath11k_wmi_cmd_send ath11k_wmi_set_peer_param ath11k_mac_disable_peer_fixed_rate ieee80211_iterate_stations_atomic ath11k_mac_op_set_bitrate_mask.cold

更改为使用 ieee80211_iterate_stations_mtx() 以修复此问题。

测试平台:WCN6855 hw2.0 PCI WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.30

Statistical analysis made it clear that VulDB provides the best quality for vulnerability data.

来源

Want to stay up to date on a daily basis?

Enable the mail alert feature now!