Security readout for executives and security teams
Plain-English summary
CVE-2022-50258 is a Linux kernel bug in the Broadcom brcmfmac Wi-Fi driver. A firmware version string may lack a proper string terminator, causing the kernel to read beyond a stack buffer during device initialization. The provided sources do not show active exploitation or confirmed business impact beyond kernel memory-safety risk.
Executive priority
Treat this as a targeted kernel hardening update, not an emergency based on the supplied evidence. Prioritize laptops, embedded systems, and appliances using Broadcom Wi-Fi or accepting untrusted USB Wi-Fi devices.
Technical view
In brcmf_c_preinit_dcmds(), brcmfmac passes a firmware-populated buffer to strsep(). Because brcmf_fil_iovar_data_get() fills that buffer by memcpy(), it may not be null-terminated, producing a KASAN stack-out-of-bounds read. The upstream fix ensures the buffer is null-terminated before parsing.
Likely exposure
Exposure is most likely on Linux systems using the brcmfmac Broadcom Wi-Fi driver, particularly where affected kernel versions or unfixed stable branches are deployed. Systems without that driver, hardware, or module loaded are less likely exposed.
Exploitation context
The bundle says the issue was found with a modified syzkaller and includes a kernel crash trace during USB device probing. It does not cite KEV listing, public exploitation, exploit code, or confirmed real-world attacks.
Researcher notes
The vulnerable path is initialization-time parsing of firmware version data in brcmfmac. The source evidence supports an out-of-bounds read, not a proven privilege escalation or remote attack. Exploitability beyond crash or memory-safety impact is not established in the bundle.
Mitigation direction
Update to a Linux kernel containing the referenced brcmfmac stable fixes.
Check Linux distribution advisories for the exact fixed kernel package.
Disable or avoid loading brcmfmac where Broadcom Wi-Fi is not required.
Restrict untrusted physical or USB device access where applicable.
Monitor kernel logs for brcmfmac initialization crashes or KASAN reports.
Validation and detection
Inventory Linux hosts using the brcmfmac driver or Broadcom Wi-Fi hardware.
Compare deployed kernel versions against vendor fixed kernel advisories.
Confirm whether brcmfmac is loaded on production systems.
Review crash logs for strsep or brcmf_c_preinit_dcmds traces.
Verify patched kernels include the null-termination fix.
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.
cve · low confidence lookup
CVE-2022-50258 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.
0CVSS vectors
3Timeline events
0ADP providers
9Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Sep 15, 2025, 14:02 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.