CVE-2026-46275

HIGHPre-NVD 7.87.8
EchelonGraph scoreHIGH confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-06-08. the CNA's CVSS baseline 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: cna:linux, epss, ghsa
Trending — 4 sources updated this week
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(high)
EPSS
10.4%
KEV
Not listed

Published

June 8, 2026

Last Modified

June 14, 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.

Data Freshness Timeline

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

  1. 2026-07-06 16:27 UTCEPSS rescore
  2. 2026-07-06 02:23 UTCEPSS rescore
  3. 2026-07-05 17:42 UTCEG score recompute
  4. 2026-07-05 17:42 UTCVendor advisory
  5. 2026-07-05 17:42 UTCGHSA enrichment
  6. 2026-07-05 02:30 UTCEPSS rescore
  7. 2026-07-04 15:06 UTCEG score recompute
  8. 2026-07-04 15:06 UTCVendor advisory
  9. 2026-07-04 15:06 UTCGHSA enrichment
  10. 2026-07-04 06:31 UTCEPSS rescore
  11. 2026-07-03 16:22 UTCEG score recompute
  12. 2026-07-03 16:22 UTCVendor advisory
  13. 2026-07-03 16:22 UTCGHSA enrichment
  14. 2026-07-03 03:19 UTCEG score recompute
  15. 2026-07-03 03:19 UTCVendor advisory
  16. 2026-07-03 03:19 UTCGHSA enrichment
  17. 2026-07-02 16:19 UTCEG score recompute
  18. 2026-07-02 16:19 UTCVendor advisory
  19. 2026-07-02 16:19 UTCGHSA enrichment
  20. 2026-07-02 05:11 UTCEG score recompute
  21. 2026-07-02 05:11 UTCVendor advisory
  22. 2026-07-02 05:11 UTCGHSA enrichment
  23. 2026-07-01 18:09 UTCEG score recompute
  24. 2026-07-01 18:09 UTCVendor advisory
  25. 2026-07-01 18:08 UTCGHSA enrichment
Show 75 more
  1. 2026-07-01 15:07 UTCEPSS rescore
  2. 2026-07-01 06:59 UTCEG score recompute
  3. 2026-07-01 06:59 UTCVendor advisory
  4. 2026-07-01 06:59 UTCGHSA enrichment
  5. 2026-06-30 23:22 UTCEPSS rescore
  6. 2026-06-30 17:54 UTCEG score recompute
  7. 2026-06-30 17:54 UTCVendor advisory
  8. 2026-06-30 17:54 UTCGHSA enrichment
  9. 2026-06-30 06:15 UTCEG score recompute
  10. 2026-06-30 06:15 UTCVendor advisory
  11. 2026-06-30 06:15 UTCGHSA enrichment
  12. 2026-06-29 19:17 UTCEG score recompute
  13. 2026-06-29 19:17 UTCVendor advisory
  14. 2026-06-29 19:17 UTCGHSA enrichment
  15. 2026-06-29 14:06 UTCEPSS rescore
  16. 2026-06-29 14:06 UTCEPSS rescore
  17. 2026-06-29 08:14 UTCEG score recompute
  18. 2026-06-29 08:14 UTCVendor advisory
  19. 2026-06-29 08:14 UTCGHSA enrichment
  20. 2026-06-28 19:50 UTCEG score recompute
  21. 2026-06-28 19:50 UTCVendor advisory
  22. 2026-06-28 19:50 UTCGHSA enrichment
  23. 2026-06-28 14:07 UTCEPSS rescore
  24. 2026-06-28 08:52 UTCEG score recompute
  25. 2026-06-28 08:52 UTCVendor advisory
  26. 2026-06-28 08:52 UTCGHSA enrichment
  27. 2026-06-28 04:56 UTCEPSS rescore
  28. 2026-06-28 04:56 UTCEPSS rescore
  29. 2026-06-27 21:55 UTCEG score recompute
  30. 2026-06-27 21:55 UTCVendor advisory
  31. 2026-06-27 21:55 UTCGHSA enrichment
  32. 2026-06-27 10:57 UTCEG score recompute
  33. 2026-06-27 10:57 UTCVendor advisory
  34. 2026-06-27 10:57 UTCGHSA enrichment
  35. 2026-06-27 03:08 UTCEPSS rescore
  36. 2026-06-26 23:58 UTCEG score recompute
  37. 2026-06-26 23:58 UTCVendor advisory
  38. 2026-06-26 23:58 UTCGHSA enrichment
  39. 2026-06-26 12:51 UTCEG score recompute
  40. 2026-06-26 12:51 UTCVendor advisory
  41. 2026-06-26 12:50 UTCGHSA enrichment
  42. 2026-06-25 23:14 UTCEG score recompute
  43. 2026-06-25 23:14 UTCVendor advisory
  44. 2026-06-25 23:14 UTCGHSA enrichment
  45. 2026-06-25 13:49 UTCEPSS rescore
  46. 2026-06-25 12:17 UTCEG score recompute
  47. 2026-06-25 12:17 UTCVendor advisory
  48. 2026-06-25 12:17 UTCGHSA enrichment
  49. 2026-06-25 01:19 UTCEG score recompute
  50. 2026-06-25 01:19 UTCGHSA enrichment
  51. 2026-06-24 14:21 UTCEG score recompute
  52. 2026-06-24 14:21 UTCGHSA enrichment
  53. 2026-06-24 14:05 UTCEPSS rescore
  54. 2026-06-24 03:24 UTCEG score recompute
  55. 2026-06-24 03:24 UTCGHSA enrichment
  56. 2026-06-23 21:33 UTCEPSS rescore
  57. 2026-06-23 21:33 UTCEPSS rescore
  58. 2026-06-23 16:10 UTCEG score recompute
  59. 2026-06-23 16:09 UTCGHSA enrichment
  60. 2026-06-23 01:19 UTCEG score recompute
  61. 2026-06-23 01:19 UTCGHSA enrichment
  62. 2026-06-22 14:25 UTCEPSS rescore
  63. 2026-06-22 14:25 UTCEPSS rescore
  64. 2026-06-22 14:21 UTCEG score recompute
  65. 2026-06-22 14:20 UTCGHSA enrichment
  66. 2026-06-21 20:20 UTCEG score recompute
  67. 2026-06-21 20:19 UTCGHSA enrichment
  68. 2026-06-21 14:56 UTCEPSS rescore
  69. 2026-06-21 14:56 UTCEPSS rescore
  70. 2026-06-21 02:58 UTCEG score recompute
  71. 2026-06-21 02:57 UTCGHSA enrichment
  72. 2026-06-21 01:59 UTCEPSS rescore
  73. 2026-06-21 01:59 UTCEPSS rescore
  74. 2026-06-20 13:57 UTCEG score recompute
  75. 2026-06-20 13:56 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 June 14, 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 10.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 v4.0 base score of 7.8 (CNA self-assessment; NVD's own analysis pending).
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.