First published: Tue May 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix dfs radar event locking The ath11k active pdevs are protected by RCU but the DFS radar event handling code calling ath11k_mac_get_ar_by_pdev_id() was not marked as a read-side critical section. Mark the code in question as an RCU read-side critical section to avoid any potential use-after-free issues. Compile tested only.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <5.10.202 | 5.10.202 |
redhat/kernel | <5.15.140 | 5.15.140 |
redhat/kernel | <6.1.64 | 6.1.64 |
redhat/kernel | <6.5.13 | 6.5.13 |
redhat/kernel | <6.6.3 | 6.6.3 |
redhat/kernel | <6.7 | 6.7 |
Linux Kernel | >=5.6<5.10.202 | |
Linux Kernel | >=5.11<5.15.140 | |
Linux Kernel | >=5.16<6.1.64 | |
Linux Kernel | >=6.2<6.5.13 | |
Linux Kernel | >=6.6<6.6.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-52798 has been rated as a medium severity vulnerability in the Linux kernel.
To fix CVE-2023-52798, upgrade to the kernel versions 5.10.202, 5.15.140, 6.1.64, 6.5.13, 6.6.3, or 6.7 as recommended by the vendor.
CVE-2023-52798 affects various releases of the Linux kernel across multiple versions.
CVE-2023-52798 involves a locking issue in the DFS radar event handling code affecting ath11k active pdevs.
There is no specified workaround for CVE-2023-52798; the recommended action is to upgrade to a patched kernel.