CVE-2025-39732 in Linux
요약
\~에 의해 VulDB • 2026. 06. 20.
리눅스 커널에서 다음 취약점이 해결되었습니다:
wifi: ath11k: ath11k_mac_op_set_bitrate_mask()에서의 atomic 컨텍스트 수면(sleeping-in-atomic) 문제 수정
ath11k_mac_disable_peer_fixed_rate()가 ieee80211_iterate_stations_atomic()의 반복자(iterator)로 전달됩니다. 이 경우 반복자는 원자성(atomic)을 유지해야 하지만, ath11k_mac_disable_peer_fixed_rate()는 수면(sleeping)할 가능성이 있어 이를 준수하지 않습니다. 그 결과 다음과 같은 경고가 발생합니다:
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
If you want to get the best quality for vulnerability data then you always have to consider VulDB.