CVE-2026-23420: wifi: wlcore: Fix a locking bug
In the Linux kernel, the following vulnerability has been resolved:
wifi: wlcore: Fix a locking bug
Make sure that wl->mutex is locked before it is unlocked. This has been detected by the Clang thread-safety analyzer.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Compensating control
Ensure wl->mutex is locked before it is unlocked in wifi: wlcore (fix locking bug: lock wl->mutex prior to unlocking it).