CVE-2026-64586

HIGHPre-NVD 8.88.8
EchelonGraph scoreHIGH confidence

Score 8.8 from GitHub Security Advisory (severity: HIGH) published 2026-08-06. a secondary CVSS source baseline 8.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 3 sources updated this week
8.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 8.8Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

In the Linux kernel, the following vulnerability has been resolved:

wifi: brcmfmac: drain bus_reset work on device removal

brcmf_fw_crashed() and the debugfs "reset" entry both schedule drvr->bus_reset, whose callback recovers drvr through container_of() and dereferences it. The removal path frees drvr (brcmf_free -> wiphy_free) without draining the work, so a bus_reset callback pending or running during removal can outlive drvr.

Cancellation cannot live in brcmf_detach() or brcmf_free(): the work callback reaches teardown through the bus .reset op (PCIe brcmf_pcie_reset -> brcmf_detach; SDIO brcmf_sdio_bus_reset -> brcmf_sdiod_remove -> brcmf_free), so cancelling there would wait for the running work and deadlock.

Add a per-bus mutex (bus_reset_lock) and route all arming through brcmf_bus_schedule_reset(), which under the lock skips when the bus is marked removing. Each bus remove entry calls brcmf_bus_cancel_reset_work(), which under the same lock sets removing and cancels the work. Holding the mutex across cancel_work_sync() makes the set-removing + drain step atomic. Every producer reaches the arming path from process context -- the PCIe firmware-halt notification runs in the threaded IRQ handler (brcmf_pcie_isr_thread) and the SDIO hostmail path runs from the data workqueue -- so the mutex is taken only in sleepable contexts. Where applicable the remove entry first stops the firmware-crash producer: on PCIe mask the mailbox and synchronize_irq; on SDIO unregister the bus interrupt and cancel the data worker, which also reports firmware halts through brcmf_fw_crashed(). The mutex is initialized at bus allocation. The SDIO suspend power-off path frees drvr through the same brcmf_sdiod_remove() and takes the same lock; resume re-allows the work only on a successful re-probe.

Also guard brcmf_fw_crashed() against a NULL bus_if/drvr: it can fire before brcmf_attach() wires up drvr, and it dereferences drvr (bphy_err/brcmf_dev_coredump) before reaching the arming gate.

The bus_reset work is shared across buses, so the drain is applied to every remove path: PCIe (the .reset op introduced by the Fixes commit), SDIO (arms the same work through brcmf_fw_crashed()), and USB (via the debugfs "reset" entry). cancel_work_sync() drains a running or pending bus_reset work item before removal frees drvr, and patch 1/2 makes the scratch-buffer release safe when reset teardown has already released those DMA buffers.

This patch fixes the lifetime of the bus_reset work item itself. It does not attempt to address the separate, pre-existing lifetime of the asynchronous firmware completion started by the PCIe reset path. That callback needs its own lifetime/ownership protocol and is being tracked separately.

This issue was found by an in-house static analysis tool.

CVSS v3
8.8
EG Score
8.8(high)
EG Risk
44(Track)
EG Risk 44/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity88% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
15%
KEV
Not listed

Published

August 6, 2026

Last Modified

August 17, 2026

Advisory Details (2)

Auto-updated Aug 8, 2026
No patch confirmed yet.
generic

wifi: brcmfmac: drain bus_reset work on device removal - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/43b25879f004c98defa2776bedc6ca4763c51945
generic

wifi: brcmfmac: drain bus_reset work on device removal - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/177a25be1195f8bdc6160ba5f1a5699f7041c985

Vendor Advisories for CVE-2026-64586(2)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Affected Packages

(4 across 4 ecosystems)
Debian:11(1)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 7.2~rc5-1~exp1 (500 versions)
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 7.2~rc5-1~exp1 (338 versions)
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.2~rc5-1~exp1 (162 versions)
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.1~rc7-1~exp1 (158 versions)7.1.6-1

Data Freshness Timeline

(refreshed 32× in last 7d / 63× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-20 22:55 UTCEPSS rescore
  2. 2026-08-20 22:33 UTCGHSA enrichment
  3. 2026-08-20 11:42 UTCGHSA enrichment
  4. 2026-08-20 00:49 UTCEG score recompute
  5. 2026-08-20 00:49 UTCGHSA enrichment
  6. 2026-08-19 17:04 UTCEPSS rescore
  7. 2026-08-19 13:51 UTCGHSA enrichment
  8. 2026-08-19 02:59 UTCGHSA enrichment
  9. 2026-08-18 15:43 UTCEG score recompute
  10. 2026-08-18 15:43 UTCGHSA enrichment
  11. 2026-08-18 13:48 UTCEPSS rescore
  12. 2026-08-18 03:30 UTCGHSA enrichment
  13. 2026-08-17 16:32 UTCEG score recompute
  14. 2026-08-17 16:32 UTCGHSA enrichment
  15. 2026-08-17 13:47 UTCEPSS rescore
  16. 2026-08-17 05:41 UTCEG score recompute
  17. 2026-08-17 05:41 UTCGHSA enrichment
  18. 2026-08-17 05:13 UTCEG score recompute
  19. 2026-08-17 05:13 UTCGHSA enrichment
  20. 2026-08-17 00:53 UTCEG score recompute
  21. 2026-08-17 00:53 UTCGHSA enrichment
  22. 2026-08-16 14:56 UTCEPSS rescore
  23. 2026-08-16 14:02 UTCGHSA enrichment
  24. 2026-08-16 03:11 UTCEG score recompute
  25. 2026-08-16 03:11 UTCGHSA enrichment
Show 38 more
  1. 2026-08-15 16:21 UTCGHSA enrichment
  2. 2026-08-15 05:30 UTCEG score recompute
  3. 2026-08-15 05:30 UTCGHSA enrichment
  4. 2026-08-15 01:30 UTCEPSS rescore
  5. 2026-08-14 18:39 UTCGHSA enrichment
  6. 2026-08-14 07:46 UTCEG score recompute
  7. 2026-08-14 07:46 UTCGHSA enrichment
  8. 2026-08-13 22:00 UTCEPSS rescore
  9. 2026-08-13 20:55 UTCGHSA enrichment
  10. 2026-08-13 10:04 UTCGHSA enrichment
  11. 2026-08-12 23:14 UTCEG score recompute
  12. 2026-08-12 23:14 UTCGHSA enrichment
  13. 2026-08-12 13:51 UTCEPSS rescore
  14. 2026-08-12 12:24 UTCGHSA enrichment
  15. 2026-08-12 01:33 UTCGHSA enrichment
  16. 2026-08-11 14:42 UTCEG score recompute
  17. 2026-08-11 14:42 UTCGHSA enrichment
  18. 2026-08-11 03:51 UTCEG score recompute
  19. 2026-08-11 03:51 UTCGHSA enrichment
  20. 2026-08-11 00:00 UTCEPSS rescore
  21. 2026-08-10 17:01 UTCGHSA enrichment
  22. 2026-08-10 06:10 UTCGHSA enrichment
  23. 2026-08-09 19:20 UTCEG score recompute
  24. 2026-08-09 19:20 UTCGHSA enrichment
  25. 2026-08-09 18:41 UTCEG score recompute
  26. 2026-08-09 18:41 UTCGHSA enrichment
  27. 2026-08-09 13:47 UTCEPSS rescore
  28. 2026-08-09 12:57 UTCGHSA enrichment
  29. 2026-08-09 02:07 UTCEG score recompute
  30. 2026-08-09 02:07 UTCGHSA enrichment
  31. 2026-08-08 16:37 UTCEPSS rescore
  32. 2026-08-08 15:17 UTCEG score recompute 8.80
  33. 2026-08-08 15:17 UTCGHSA enrichment
  34. 2026-08-08 15:16 UTCMITRE cvelistV5CVSS v3 → 8.8 · severity → HIGH
  35. 2026-08-06 13:47 UTCEPSS rescore
  36. 2026-08-06 08:21 UTCNVD update
  37. 2026-08-06 07:25 UTCEG score recompute
  38. 2026-08-06 07:25 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-64586?
CVE-2026-64586 is a high vulnerability published on August 6, 2026. In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: drain bus_reset work on device removal brcmffwcrashed() and the debugfs "reset" entry both schedule drvr->busreset, whose callback recovers drvr through containerof() and dereferences it. The removal path frees drvr…
When was CVE-2026-64586 disclosed?
CVE-2026-64586 was first published in the National Vulnerability Database on August 6, 2026, with the most recent update on August 17, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-64586 actively exploited?
CVE-2026-64586 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 84.7% of all scored CVEs.
What is the CVSS score of CVE-2026-64586?
CVE-2026-64586 has a CVSS v3 base score of 8.8 (NVD).
How do I remediate CVE-2026-64586?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-64586, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-64586

Explore →

Is Your Infrastructure Affected by CVE-2026-64586?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.