CVE-2026-46275

HIGHPre-NVD 7.87.8
EchelonGraph scoreMEDIUM confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-06-08. 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

A fix is available — apply it.

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

Bluetooth: hci_uart: fix UAFs and race conditions in close and init paths

Vulnerabilities leading to Use-After-Free (UAF) and Null Pointer Dereference (NPD) conditions were observed in the lifecycle management of hci_uart.

The primary issue arises because the workqueues (init_ready and write_work) are only flushed/cancelled if the HCI_UART_PROTO_READY flag is set during TTY close. If a hangup occurs before setup completes, hci_uart_tty_close() skips the teardown of these workqueues and proceeds to free the hu struct. When the scheduled work executes later, it blindly dereferences the freed hu struct.

Furthermore, several data races and UAFs were identified in the teardown sequence:

  • Calling hci_uart_flush() from hci_uart_close() without effectively
disabling write_work causes a race condition where both can concurrently double-free hu->tx_skb. This happens because protocol timers can concurrently invoke hci_uart_tx_wakeup() and requeue write_work.
  • Calling hci_free_dev(hdev) before hu->proto->close(hu) causes a UAF
when vendor specific protocol close callbacks dereference hu->hdev.
  • In the initialization error paths, failing to take the proto_lock
write lock before clearing PROTO_READY leads to races with active readers. Additionally, hci_uart_tty_receive() accesses hu->hdev outside the read lock, leading to UAFs if the initialization error path frees hdev concurrently.

Fix these synchronization and lifecycle issues by:

  • Re-ordering hci_uart_tty_close() to clear HCI_UART_PROTO_READY first,
followed immediately by a cancel_work_sync(&hu->write_work). Clearing the flag locks out concurrent protocol timers from successfully invoking hci_uart_tx_wakeup(), effectively rendering the cancellation permanent and preventing the tx_skb double-free.
  • Note: Clearing PROTO_READY early causes hci_uart_close() to skip
hu->proto->flush(). This is perfectly safe in the tty_close path because hu->proto->close() executes shortly after, which intrinsically purges all protocol SKB queues and tears down the state.
  • Relocating hu->proto->close(hu) strictly prior to hci_free_dev(hdev)
across all close and error paths to prevent vendor-level UAFs.
  • Moving the hdev->stat.byte_rx increment in hci_uart_tty_receive()
inside the proto_lock read-side critical section to safely synchronize with device unregistration.
  • Adding cancel_work_sync(&hu->write_work) to hci_uart_close() to safely
flush the workqueue before hci_uart_flush() is invoked via the HCI core.
  • Utilizing cancel_work_sync() instead of disable_work_sync() across
all paths to prevent permanently breaking user-space retry capabilities.

CVSS v3
7.8
EG Score
7.8(medium)
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
8%
KEV
Not listed

Published

June 8, 2026

Last Modified

July 23, 2026

Advisory Details (8)

Auto-updated Jun 14, 2026
No patch confirmed yet.
generic

Bluetooth: hci_uart: fix UAFs and race conditions in close and init paths - kernel/git/stable/linux.git - Linux kernel stable tree

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

Bluetooth: hci_uart: fix UAFs and race conditions in close and init paths - kernel/git/stable/linux.git - Linux kernel stable tree

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

Bluetooth: hci_uart: fix UAFs and race conditions in close and init paths - kernel/git/stable/linux.git - Linux kernel stable tree

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

Bluetooth: hci_uart: fix UAFs and race conditions in close and init paths - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/9d20d48be2c4a071fb015eb09bda2cecd25daf34
generic

Bluetooth: hci_uart: fix UAFs and race conditions in close and init paths - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/81c7a3c22a0f2808cf4ae0b4908f59763b23606d
generic

Bluetooth: hci_uart: fix UAFs and race conditions in close and init paths - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/78aad93e938f013d9272fe0ee168f27883afa95c
generic

Bluetooth: hci_uart: fix UAFs and race conditions in close and init paths - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/7338031946bd06f6dff149e67b60c4cd083bfea8
generic

Bluetooth: hci_uart: fix UAFs and race conditions in close and init paths - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/192cb0f1ca706d9a1bc36ae0ad5f666d1e4fd894

Vendor Advisories for CVE-2026-46275(2)

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

Patch Availability(14)

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Additional Vendor Advisories

(14)

Data Freshness Timeline

(refreshed 23× in last 7d / 88× 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.

Showing the most recent 100 of 154 total refreshes for this CVE.

  1. 2026-07-29 06:28 UTCEG score recompute
  2. 2026-07-29 06:28 UTCVendor advisory
  3. 2026-07-29 06:28 UTCGHSA enrichment
  4. 2026-07-28 15:36 UTCEPSS rescore
  5. 2026-07-28 02:56 UTCEG score recompute
  6. 2026-07-28 02:56 UTCVendor advisory
  7. 2026-07-28 02:55 UTCGHSA enrichment
  8. 2026-07-27 14:13 UTCEPSS rescore
  9. 2026-07-27 08:44 UTCVendor advisory
  10. 2026-07-27 08:44 UTCGHSA enrichment
  11. 2026-07-26 21:45 UTCEG score recompute
  12. 2026-07-26 21:45 UTCVendor advisory
  13. 2026-07-26 21:45 UTCGHSA enrichment
  14. 2026-07-26 14:54 UTCEPSS rescore
  15. 2026-07-26 14:54 UTCEPSS rescore
  16. 2026-07-26 07:15 UTCEG score recompute
  17. 2026-07-26 07:15 UTCVendor advisory
  18. 2026-07-26 07:14 UTCGHSA enrichment
  19. 2026-07-25 14:18 UTCEPSS rescore
  20. 2026-07-24 14:17 UTCEPSS rescore
  21. 2026-07-23 14:18 UTCEPSS rescore
  22. 2026-07-23 03:17 UTCEG score recompute
  23. 2026-07-22 14:08 UTCEPSS rescore
  24. 2026-07-21 15:24 UTCEPSS rescore
  25. 2026-07-20 17:08 UTCEPSS rescore
Show 75 more
  1. 2026-07-19 14:31 UTCEPSS rescore
  2. 2026-07-19 02:29 UTCEPSS rescore
  3. 2026-07-16 17:03 UTCEPSS rescore
  4. 2026-07-16 09:47 UTCGHSA enrichment
  5. 2026-07-15 22:28 UTCVendor advisory
  6. 2026-07-15 22:28 UTCGHSA enrichment
  7. 2026-07-15 16:57 UTCEPSS rescore
  8. 2026-07-15 02:00 UTCEPSS rescore
  9. 2026-07-14 13:51 UTCVendor advisory
  10. 2026-07-14 13:51 UTCGHSA enrichment
  11. 2026-07-14 02:50 UTCVendor advisory
  12. 2026-07-14 02:50 UTCGHSA enrichment
  13. 2026-07-13 22:30 UTCEPSS rescore
  14. 2026-07-13 06:13 UTCEPSS rescore
  15. 2026-07-12 11:33 UTCVendor advisory
  16. 2026-07-12 11:33 UTCGHSA enrichment
  17. 2026-07-12 05:46 UTCEPSS rescore
  18. 2026-07-11 19:48 UTCVendor advisory
  19. 2026-07-11 19:48 UTCGHSA enrichment
  20. 2026-07-11 08:50 UTCVendor advisory
  21. 2026-07-11 08:50 UTCGHSA enrichment
  22. 2026-07-11 08:27 UTCEPSS rescore
  23. 2026-07-10 21:32 UTCVendor advisory
  24. 2026-07-10 21:32 UTCGHSA enrichment
  25. 2026-07-09 19:10 UTCEPSS rescore
  26. 2026-07-09 04:50 UTCVendor advisory
  27. 2026-07-09 04:50 UTCGHSA enrichment
  28. 2026-07-08 15:57 UTCVendor advisory
  29. 2026-07-08 15:57 UTCGHSA enrichment
  30. 2026-07-08 15:16 UTCEPSS rescore
  31. 2026-07-08 03:34 UTCVendor advisory
  32. 2026-07-08 03:34 UTCGHSA enrichment
  33. 2026-07-07 13:46 UTCEPSS rescore
  34. 2026-07-06 16:27 UTCEPSS rescore
  35. 2026-07-06 02:23 UTCEPSS rescore
  36. 2026-07-05 17:42 UTCVendor advisory
  37. 2026-07-05 17:42 UTCGHSA enrichment
  38. 2026-07-05 02:30 UTCEPSS rescore
  39. 2026-07-04 15:06 UTCVendor advisory
  40. 2026-07-04 15:06 UTCGHSA enrichment
  41. 2026-07-04 06:31 UTCEPSS rescore
  42. 2026-07-03 16:22 UTCVendor advisory
  43. 2026-07-03 16:22 UTCGHSA enrichment
  44. 2026-07-03 03:19 UTCVendor advisory
  45. 2026-07-03 03:19 UTCGHSA enrichment
  46. 2026-07-02 16:19 UTCVendor advisory
  47. 2026-07-02 16:19 UTCGHSA enrichment
  48. 2026-07-02 05:11 UTCVendor advisory
  49. 2026-07-02 05:11 UTCGHSA enrichment
  50. 2026-07-01 18:09 UTCVendor advisory
  51. 2026-07-01 18:08 UTCGHSA enrichment
  52. 2026-07-01 15:07 UTCEPSS rescore
  53. 2026-07-01 06:59 UTCVendor advisory
  54. 2026-07-01 06:59 UTCGHSA enrichment
  55. 2026-06-30 23:22 UTCEPSS rescore
  56. 2026-06-30 17:54 UTCVendor advisory
  57. 2026-06-30 17:54 UTCGHSA enrichment
  58. 2026-06-30 06:15 UTCVendor advisory
  59. 2026-06-30 06:15 UTCGHSA enrichment
  60. 2026-06-29 19:17 UTCVendor advisory
  61. 2026-06-29 19:17 UTCGHSA enrichment
  62. 2026-06-29 14:06 UTCEPSS rescore
  63. 2026-06-29 14:06 UTCEPSS rescore
  64. 2026-06-29 08:14 UTCVendor advisory
  65. 2026-06-29 08:14 UTCGHSA enrichment
  66. 2026-06-28 19:50 UTCVendor advisory
  67. 2026-06-28 19:50 UTCGHSA enrichment
  68. 2026-06-28 14:07 UTCEPSS rescore
  69. 2026-06-28 08:52 UTCVendor advisory
  70. 2026-06-28 08:52 UTCGHSA enrichment
  71. 2026-06-28 04:56 UTCEPSS rescore
  72. 2026-06-28 04:56 UTCEPSS rescore
  73. 2026-06-27 21:55 UTCVendor advisory
  74. 2026-06-27 21:55 UTCGHSA enrichment
  75. 2026-06-27 10:57 UTCVendor advisory

Frequently asked(5)

What is CVE-2026-46275?
CVE-2026-46275 is a high vulnerability published on June 8, 2026. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_uart: fix UAFs and race conditions in close and init paths Vulnerabilities leading to Use-After-Free (UAF) and Null Pointer Dereference (NPD) conditions were observed in the lifecycle management of hci_uart. The…
When was CVE-2026-46275 disclosed?
CVE-2026-46275 was first published in the National Vulnerability Database on June 8, 2026, with the most recent update on July 23, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-46275 actively exploited?
CVE-2026-46275 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 91.5% of all scored CVEs.
What is the CVSS score of CVE-2026-46275?
CVE-2026-46275 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-46275?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-46275, 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

Explore the affected products and dependency analysis for CVE-2026-46275

Explore →

Is Your Infrastructure Affected by CVE-2026-46275?

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