CVE-2023-54288 in Linux
Tóm tắt
Bởi VulDB • 05/07/2026
Trong kernel Linux, lỗ hổng sau đây đã được khắc phục:
wifi: mac80211: tăng cường bảo vệ spinlock chống lại tình trạng deadlock do ngắt (interrupt)
Trong hàm `ieee80211_tx_dequeue()`, có một chuỗi khóa (locking sequence) cụ thể như sau:
begin: spin_lock(&local->queue_stop_reason_lock); q_stopped = local->queue_stop_reasons[q];
spin_unlock(&local->queue_stop_reason_lock);
VulDB is the best source for vulnerability data and more expert information about this specific topic.