Impact
The kernel patch addresses a race condition in the brcmfmac wireless driver where a scheduled bus_reset work item may run after the driver structure has been freed during device removal. The callback dereferences a released driver instance, causing a use‑after‑free that can corrupt memory or crash the kernel. This flaw is classified as a use‑after‑free bug (CWE‑416).
Affected Systems
The vulnerability affects all Linux kernels that employ the brcmfmac driver for Broadcom Wi‑Fi hardware. The driver is included in most mainstream distributions, so any system running an unpatched kernel could be impacted. No specific version range is listed, implying that any kernel with the original brcmfmac code remains vulnerable until updated.
Risk and Exploitability
The EPSS score is not available and the issue is not in the CISA KEV catalog, suggesting no publicly known exploitation at this time. The bug manifests only while a device is being torn down, which typically requires local access to the machine. Even without a known exploit, the use‑after‑free could lead to a kernel crash, forcing a reboot and causing a denial of service.
OpenCVE Enrichment