CVE-2026-64583

HIGHPre-NVD 7.87.8
EchelonGraph scoreHIGH confidence

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

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
7.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: 7.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:

usb: gadget: udc: bdc: free IRQ and drain func_wake_notify before teardown

The Broadcom BDC UDC driver registers its IRQ handler with devm_request_irq() in bdc_udc_init(), so the IRQ is released by devm only after bdc_remove() returns. devm releases resources in reverse LIFO order, but bdc_remove() runs bdc_udc_exit() and bdc_hw_exit() -> bdc_mem_free() manually before returning: bdc_udc_exit() tears down individual endpoint objects via bdc_free_ep(), while bdc_hw_exit() -> bdc_mem_free() frees and NULLs the DMA-coherent status-report ring (bdc->srr.sr_bds) and kfree()s bdc->bdc_ep_array. Both happen while the IRQ handler (bdc_udc_interrupt, requested with IRQF_SHARED) remains deliverable in the window up to the post-remove devm free_irq().

On receipt of a shared interrupt in that window, bdc_udc_interrupt() dereferences bdc->srr.sr_bds[bdc->srr.dqp_index] (NULL or freed DMA) and dispatches sr_handler callbacks that index into bdc_ep_array, causing a NULL-deref or use-after-free.

The same window affects the delayed_work bdc->func_wake_notify, which is armed from the IRQ handler via bdc_sr_uspc() -> handle_link_state_change() -> schedule_delayed_work() and may self-rearm from its own callback bdc_func_wake_timer(). No cancel exists anywhere in the driver, so a queued work item that fires after bdc_remove() returns and the bdc structure is devm-freed dereferences freed memory.

Replace devm_request_irq() with request_irq() and add an explicit free_irq(bdc->irq, bdc) in bdc_remove(). Clear BDC_GIE before free_irq() to stop the device from asserting interrupts, then free_irq() drains any in-flight handler, then cancel_delayed_work_sync() drains the func_wake_notify delayed work. This ordering ensures the IRQ handler and delayed work cannot interfere with the subsequent endpoint and DMA teardown in bdc_udc_exit() and bdc_hw_exit(). Wire the matching free_irq() into the bdc_udc_init() error path so the IRQ is released on probe failure, and route the bdc_init_ep() failure through err0 instead of returning directly.

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

CVSS v3
7.8
EG Score
7.8(high)
EG Risk
40(Track)
EG Risk 40/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
Severity78% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
2%
KEV
Not listed

Published

August 6, 2026

Last Modified

August 19, 2026

Advisory Details (5)

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

usb: gadget: udc: bdc: free IRQ and drain func_wake_notify before teardown - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/f6fc21ec7ccd83726ba766d73d0b8cc03e726475
generic

usb: gadget: udc: bdc: free IRQ and drain func_wake_notify before teardown - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/dcf3e2f164435b5844706cb8eefef29ebee0eedb
generic

usb: gadget: udc: bdc: free IRQ and drain func_wake_notify before teardown - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/d4964a74717107697999f48bcb4e80a9c0679a27
generic

usb: gadget: udc: bdc: free IRQ and drain func_wake_notify before teardown - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1a1d7158420df6b8fa1efc0cdd6ab704801a4fc8
generic

usb: gadget: udc: bdc: free IRQ and drain func_wake_notify before teardown - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/0583f2fbf8f86ae3a0ce054f96783dd83e65d9bb

Vendor Advisories for CVE-2026-64583(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 ... 6.12.96-1 (32 versions)6.12.101-1
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 44× in last 7d / 74× 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 06:25 UTCGHSA enrichment
  2. 2026-08-19 17:26 UTCEG score recompute
  3. 2026-08-19 17:26 UTCVendor advisory
  4. 2026-08-19 17:26 UTCGHSA enrichment
  5. 2026-08-19 17:04 UTCEPSS rescore
  6. 2026-08-19 16:56 UTCEG score recompute
  7. 2026-08-19 16:56 UTCVendor advisory
  8. 2026-08-19 16:56 UTCGHSA enrichment
  9. 2026-08-19 10:43 UTCVendor advisory
  10. 2026-08-19 10:43 UTCGHSA enrichment
  11. 2026-08-18 21:42 UTCEG score recompute
  12. 2026-08-18 21:42 UTCVendor advisory
  13. 2026-08-18 21:41 UTCGHSA enrichment
  14. 2026-08-18 13:48 UTCEPSS rescore
  15. 2026-08-18 08:38 UTCGHSA enrichment
  16. 2026-08-17 19:26 UTCEG score recompute
  17. 2026-08-17 19:26 UTCVendor advisory
  18. 2026-08-17 19:26 UTCGHSA enrichment
  19. 2026-08-17 13:47 UTCEPSS rescore
  20. 2026-08-17 05:41 UTCEG score recompute
  21. 2026-08-17 05:41 UTCVendor advisory
  22. 2026-08-17 05:41 UTCGHSA enrichment
  23. 2026-08-17 05:13 UTCEG score recompute
  24. 2026-08-17 05:13 UTCVendor advisory
  25. 2026-08-17 05:13 UTCGHSA enrichment
Show 49 more
  1. 2026-08-16 17:49 UTCEG score recompute
  2. 2026-08-16 17:49 UTCVendor advisory
  3. 2026-08-16 17:49 UTCGHSA enrichment
  4. 2026-08-16 14:56 UTCEPSS rescore
  5. 2026-08-16 04:51 UTCEG score recompute
  6. 2026-08-16 04:51 UTCVendor advisory
  7. 2026-08-16 04:51 UTCGHSA enrichment
  8. 2026-08-15 15:53 UTCVendor advisory
  9. 2026-08-15 15:53 UTCGHSA enrichment
  10. 2026-08-15 02:55 UTCEG score recompute
  11. 2026-08-15 02:55 UTCVendor advisory
  12. 2026-08-15 02:55 UTCGHSA enrichment
  13. 2026-08-15 01:30 UTCEPSS rescore
  14. 2026-08-14 13:56 UTCVendor advisory
  15. 2026-08-14 13:56 UTCGHSA enrichment
  16. 2026-08-14 00:58 UTCEG score recompute
  17. 2026-08-14 00:58 UTCVendor advisory
  18. 2026-08-14 00:58 UTCGHSA enrichment
  19. 2026-08-13 22:00 UTCEPSS rescore
  20. 2026-08-13 12:00 UTCVendor advisory
  21. 2026-08-13 12:00 UTCGHSA enrichment
  22. 2026-08-12 23:02 UTCEG score recompute
  23. 2026-08-12 23:02 UTCGHSA enrichment
  24. 2026-08-12 13:51 UTCEPSS rescore
  25. 2026-08-12 10:04 UTCVendor advisory
  26. 2026-08-12 10:04 UTCGHSA enrichment
  27. 2026-08-11 21:06 UTCEG score recompute
  28. 2026-08-11 21:06 UTCVendor advisory
  29. 2026-08-11 21:06 UTCGHSA enrichment
  30. 2026-08-11 08:08 UTCEG score recompute
  31. 2026-08-11 08:08 UTCVendor advisory
  32. 2026-08-11 08:08 UTCGHSA enrichment
  33. 2026-08-11 00:00 UTCEPSS rescore
  34. 2026-08-10 19:10 UTCGHSA enrichment
  35. 2026-08-10 06:11 UTCGHSA enrichment
  36. 2026-08-09 17:13 UTCEG score recompute
  37. 2026-08-09 17:13 UTCVendor advisory
  38. 2026-08-09 17:13 UTCGHSA enrichment
  39. 2026-08-09 13:47 UTCEPSS rescore
  40. 2026-08-09 04:15 UTCEG score recompute
  41. 2026-08-09 04:15 UTCGHSA enrichment
  42. 2026-08-08 16:37 UTCEPSS rescore
  43. 2026-08-08 15:17 UTCEG score recompute 7.80
  44. 2026-08-08 15:17 UTCGHSA enrichment
  45. 2026-08-08 15:16 UTCMITRE cvelistV5CVSS v3 → 7.8 · severity → HIGH
  46. 2026-08-06 13:47 UTCEPSS rescore
  47. 2026-08-06 08:21 UTCNVD update
  48. 2026-08-06 07:25 UTCEG score recompute
  49. 2026-08-06 07:25 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-64583?
CVE-2026-64583 is a high vulnerability published on August 6, 2026. In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: bdc: free IRQ and drain funcwakenotify before teardown The Broadcom BDC UDC driver registers its IRQ handler with devmrequestirq() in bdcudcinit(), so the IRQ is released by devm only after bdc_remove() returns.…
When was CVE-2026-64583 disclosed?
CVE-2026-64583 was first published in the National Vulnerability Database on August 6, 2026, with the most recent update on August 19, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-64583 actively exploited?
CVE-2026-64583 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 98.1% of all scored CVEs.
What is the CVSS score of CVE-2026-64583?
CVE-2026-64583 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-64583?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-64583, 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-64583

Explore →

Is Your Infrastructure Affected by CVE-2026-64583?

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