CVE-2023-47233: The brcm80211 component in the Linux kernel through 6.5.10 has a brcmf_cfg80211_detach use-after-free in th...
The brcm80211 component in the Linux kernel through 6.5.10 has a brcmf_cfg80211_detach use-after-free in the device unplugging (disconnect the USB by hotplug) code. For physically proximate attackers with local access, this "could be exploited in a real world scenario." This is related to brcmf_cfg80211_escan_timeout_worker in drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c.
Security readout for executives and security teams
Plain-English summary
CVE-2023-47233 is a Linux kernel use-after-free in the Broadcom brcm80211 wireless component during USB device unplug handling. The practical concern is local denial of service: a physically proximate attacker with local access may be able to crash or disrupt affected systems. It is not listed in KEV, and the provided sources do not show active exploitation.
Executive priority
Handle through normal patch management, with higher priority for laptops, kiosks, industrial workstations, or field systems where local physical access is realistic. This is not a remote network compromise signal, but an unpatched local availability issue can still disrupt operations.
Technical view
The flaw is a CWE-416 use-after-free in brcmf_cfg80211_detach, related to brcmf_cfg80211_escan_timeout_worker in drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c. CVSS 3.1 is 4.3 with physical attack vector, low complexity, low privileges, no user interaction, and high availability impact. Linux kernels through 6.5.10 are described as affected.
Likely exposure
Exposure is most plausible on Linux systems using the brcm80211/brcmfmac Broadcom wireless driver where an attacker can gain local physical proximity or local access to trigger USB hotplug behavior. Cloud-only workloads and servers without this driver or accessible wireless USB hardware are less likely exposed.
Exploitation context
The CVE record says physically proximate attackers with local access could exploit this in a real-world scenario. The provided evidence does not include public exploitation, weaponized tooling, or CISA KEV listing. Treat this primarily as an availability risk requiring physical/local conditions.
Researcher notes
Evidence points to a kernel memory-lifetime bug fixed upstream and later carried by distribution advisories. The source bundle does not provide a complete affected product matrix beyond Linux kernel scope and selected vendor advisories. Validate exposure against actual kernel builds and driver usage, not only kernel version.
Mitigation direction
Update affected Linux kernels using distribution or vendor security packages.
Prioritize kernels through 6.5.10 running brcm80211 or brcmfmac.
Apply vendor fixes that include Linux commit 0f7352557a35ab7888bc7831411ec8a3cbe20d78.
Restrict physical and USB access on systems awaiting kernel updates.
Disable unused Broadcom wireless hardware or drivers where operationally acceptable.
Track Debian, SUSE, Siemens, and OS vendor advisories for product-specific guidance.
Validation and detection
Inventory Linux kernel versions and identify systems at or below 6.5.10.
Check whether brcm80211 or brcmfmac is present, loaded, or required.
Confirm installed kernel packages include the vendor fix for CVE-2023-47233.
Review endpoint classes where users or attackers can physically access USB devices.
Verify compensating physical controls for systems that cannot be patched promptly.
Document unsupported kernels requiring upgrade or retirement.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-416: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-416 · source CWE mapping
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.