Fixed
Created: Mar 7, 2024
Updated: Dec 12, 2024
Resolved Date: Apr 19, 2024
Found In Version: 10.22.33.1
Fix Version: 10.22.33.16
Severity: Standard
Applicable for: Wind River Linux LTS 22
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:
wifi: rt2x00: restart beacon queue when hardware reset
When a hardware reset is triggered, all registers are reset, so all
queues are forced to stop in hardware interface. However, mac80211
will not automatically stop the queue. If we don't manually stop the
beacon queue, the queue will be deadlocked and unable to start again.
This patch fixes the issue where Apple devices cannot connect to the
AP after calling ieee80211_restart_hw().
CREATE(Triage):(User=admin) CVE-2023-52595 (https://nvd.nist.gov/vuln/detail/CVE-2023-52595)