Impact
The vulnerability is a locking bug in the wlcore wireless driver of the Linux kernel. The code failed to acquire the wl->mutex before unlocking, which was detected by the Clang thread‑safety analyzer. This weak use of a mutex can lead to race conditions and potentially corrupt kernel state, causing instability or a crash. The weakness is categorized as CWE‑832, indicating mutable data accessed without controlling access.
Affected Systems
The bug affects the Linux kernel, specifically the wlcore wireless driver. No specific kernel version is listed, so any installation that includes wlcore before the fix may be vulnerable. The affected products are all distributions that ship with the Linux kernel containing this driver.
Risk and Exploitability
The CVSS score of 5.5 indicates a medium severity, while the EPSS score of less than 1% suggests a low likelihood of exploitation. The vulnerability is not part of the CISA KEV catalog, and no public exploits are currently reported. Exploitation would require influencing the timing of Wi‑Fi driver operations, likely demanding local network access or malicious Wi‑Fi packets; however, the exact attack vector is not specified in the advisory. The available patch mitigates the risk immediately.
OpenCVE Enrichment