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
7.8
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 7.8Exploit: NoneExposed: 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:

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
8.4%
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.

Weakness Classification(1)

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

Data Freshness Timeline

(refreshed 9× in last 7d / 90× 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 136 total refreshes for this CVE.

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

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 8.4% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
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.