First published: Wed Mar 06 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: wifi: wfx: fix possible NULL pointer dereference in wfx_set_mfp_ap() Since 'ieee80211_beacon_get()' can return NULL, 'wfx_set_mfp_ap()' should check the return value before examining skb data. So convert the latter to return an appropriate error code and propagate it to return from 'wfx_start_ap()' as well. Compile tested only.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <6.1.77 | |
Linux Kernel | >=6.2<6.6.16 | |
Linux Kernel | >=6.7<6.7.4 | |
debian/linux | <=5.10.223-1<=5.10.226-1 | 6.1.123-1 6.1.119-1 6.12.11-1 6.12.12-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-52593 has a severity rating that indicates it could lead to a potential NULL pointer dereference issue in the Linux kernel.
To fix CVE-2023-52593, update to a patched version of the Linux kernel, specifically versions 6.1.123-1, 6.1.119-1, 6.12.11-1, or 6.12.12-1.
CVE-2023-52593 affects all versions of the Linux kernel below 6.1.77 and between 6.2 and 6.6.16, as well as between 6.7 and 6.7.4.
CVE-2023-52593 is a vulnerability that can potentially allow for a NULL pointer dereference in the Linux wireless subsystem.
Yes, CVE-2023-52593 is documented in public repositories, including changes made to the Linux kernel in response to the vulnerability.