Security readout for executives and security teams
Plain-English summary
CVE-2025-21750 is a Linux kernel bug in the Broadcom brcmfmac Wi-Fi driver. On some systems, a missing device property can leave a pointer uninitialized and crash the kernel during driver probing. The provided evidence supports a reliability and availability concern, not confirmed data theft or remote compromise.
Executive priority
Schedule this through normal kernel patch management, with faster handling for systems where Wi-Fi driver crashes affect operations. There is no provided evidence of active exploitation or confidentiality impact, but kernel crashes can disrupt endpoints and embedded systems.
Technical view
brcmfmac failed to check of_property_read_string_index() before passing tmp to devm_kstrdup(). If the property is absent, tmp may contain an invalid pointer, causing a kernel page fault in strlen() during brcmf_of_probe(). The source reports this between Linux 6.10 and 6.11 on a MacBookPro14,3 and references stable kernel fixes.
Likely exposure
Exposure is most likely on Linux systems using the brcmfmac Broadcom Wi-Fi driver with affected kernel builds. The bundle lists Linux kernel versions as affected, but the flattened version data is incomplete. Prioritize laptops, embedded devices, and appliances with Broadcom Wi-Fi hardware.
Exploitation context
The bundle does not show CISA KEV listing, active exploitation, exploit code, or a remote attack path. The observed impact is a kernel crash when the driver encounters a missing property during probing. Treat exploitation status as unconfirmed and availability impact as the evidenced risk.
Researcher notes
The root cause is unchecked return handling for a device-tree property read. The affected-version data in the bundle appears lossy, so validate against upstream stable commits and distribution advisories rather than relying only on listed version strings. Avoid claiming exploitability beyond the reported crash path.
Mitigation direction
Update to a vendor kernel containing the referenced stable brcmfmac fix.
Apply Debian LTS or distribution kernel updates where applicable.
Check vendor advisories before relying on any workaround.
Prioritize affected Broadcom Wi-Fi systems that crash during boot or device probing.
Validation and detection
Inventory Linux kernel versions and systems using the brcmfmac driver.
Check hardware inventory for Broadcom Wi-Fi devices.
Review kernel logs for Oops traces involving brcmf_of_probe, devm_kstrdup, or strlen.
Confirm the running kernel includes the relevant stable fix commit.
Track distribution advisories for patched package versions.
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-2025-21750 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
1ADP providers
7Source 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.
Feb 27, 2025, 02:12 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.