5 matches found
Vulnerability of the ath11k_wmi_gtk_offload_status_event() function in the drivers/net/wireless/ath/ath11k/wmi.c module – The wireless adapter support driver from Atheros/Qualcomm in the Linux operating system allows a hacker to induce a service failure.
Vulnerability of the ath11kwmigtkoffloadstatusevent function in the drivers/net/wireless/ath/ath11k/wmi.c module – The wireless adapter support driver from Atheros/Qualcomm in Linux operating systems is vulnerable due to the reutilization of previously freed memory. Exploiting this vulnerability...
kernel: wifi: ath11k: fix gtk offload status event locking
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix gtk offload status event locking The ath11k active pdevs are protected by RCU but the gtk offload status event handling code calling ath11kmacgetarvifbyvdevid was not marked as a read-side critical section. Mark...
kernel: wifi: ath11k: fix gtk offload status event locking
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix gtk offload status event locking The ath11k active pdevs are protected by RCU but the gtk offload status event handling code calling ath11kmacgetarvifbyvdevid was not marked as a read-side critical section. Mark...
DEBIAN-CVE-2023-52777
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix gtk offload status event locking The ath11k active pdevs are protected by RCU but the gtk offload status event handling code calling ath11kmacgetarvifbyvdevid was not marked as a read-side critical section. Mark...
CVE-2023-52777
CVE-2023-52777 affects the Linux kernel ath11k wifi driver. The gtk offload status event handler called ath11k_mac_get_arvif_by_vdev_id() was not in an RCU read-side critical section, risking use-after-free on active pdevs protected by RCU. The fix marks this code path as an RCU read-side critica...