CVE-2026-23040
Description
In the Linux kernel, the following vulnerability has been resolved:
wifi: mac80211_hwsim: fix typo in frequency notification
The NAN notification is for 5745 MHz which corresponds to channel 149 and not 5475 which is not actually a valid channel. This could result in a NULL pointer dereference in cfg80211_next_nan_dw_notif.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A typo in the mac80211_hwsim driver's frequency notification for NAN can cause a NULL pointer dereference in cfg80211_next_nan_dw_notif.
The vulnerability is a typo in the mac80211_hwsim driver, a software simulator for wireless hardware used in Linux kernel testing. The NAN (Neighbor Awareness Networking) notification incorrectly specifies 5475 MHz instead of the correct 5745 MHz, which corresponds to channel 149. Since 5475 MHz is not a valid channel, this leads to a NULL pointer dereference in the function cfg80211_next_nan_dw_notif [1].
To exploit this, an attacker would need to trigger the NAN notification path, which typically requires local access or the ability to interact with the simulated wireless interface. The typo causes the kernel to attempt a channel lookup that fails, resulting in a NULL pointer dereference. No authentication is needed beyond local system access.
The impact is a kernel crash (denial of service) due to the NULL pointer dereference. While the description does not indicate privilege escalation, such bugs can sometimes be leveraged for further exploitation under specific conditions.
The fix is included in a Linux kernel stable commit [1]. Users should apply the patch or update to a kernel version containing the correction. No workaround is mentioned, so updating is the recommended mitigation.
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2News mentions
0No linked articles in our index yet.