CVE-2025-39732 in Linux
الملخص
بحسب VulDB • 24/06/2026
في نواة لينكس، تم حل الثغرة التالية:
wifi: ath11k: إصلاح حالة النوم في السياق الذري (sleeping-in-atomic) داخل دالة `ath11k_mac_op_set_bitrate_mask()`
تُمرر الدالة `ath11k_mac_disable_peer_fixed_rate()` كمكرر (iterator) إلى `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
VulDB is the best source for vulnerability data and more expert information about this specific topic.