CVE-2026-46275

HIGHPre-NVD 7.87.8
EchelonGraph scoreMEDIUM 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.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

August 5, 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(22)

Vendor / EcosystemFixed in / PatchReleasedSource
ubuntulinux-virtual-hwe-26.04-edge (7.0.0-28.28) @ resolute2026-09-14ubuntu
ubuntulinux-tools-oem-7.0 (7.0.0-1009.9) @ resolute2026-09-14ubuntu
ubuntulinux-virtual-hwe-24.04-edge (7.0.0-28.28~24.04.1) @ noble2026-09-14ubuntu
ubuntulinux-xilinx-zynqmp-tools-5.15.0-1075 (5.15.0-1075.79) @ jammy2026-09-14ubuntu
ubuntulinux-tools-nvidia-tegra-rt-5.15 (5.15.0.1064.66~20.04.1) @ focal2026-09-14ubuntu
ubuntulinux-tools-oracle-7.0 (7.0.0-1008.8) @ resolute2026-09-14ubuntu
ubuntulinux-tools-nvidia-lowlatency-5.15 (5.15.0.1107.107) @ jammy2026-09-14ubuntu
ubuntulinux-tools-nvidia-tegra-rt-5.15 (5.15.0.1064.64) @ jammy2026-09-14ubuntu
ubuntulinux-tools-azure-fde-7.0 (7.0.0-1009.9) @ resolute2026-09-14ubuntu
ubuntulinux-tools-oracle-lts-22.04 (5.15.0.1109.105) @ jammy2026-09-14ubuntu
ubuntulinux-tools-azure-fde-lts-22.04 (5.15.0.1117.126) @ jammy2026-09-14ubuntu
ubuntulinux-tools-raspi-realtime-7.0 (7.0.0-1015.15) @ resolute2026-09-14ubuntu
ubuntulinux-tools-oracle-edge (5.15.0.1109.115~20.04.1) @ focal2026-09-14ubuntu
ubuntulinux-tools-azure-fips-5.15 (5.15.0.1117.102) @ jammy2026-09-14ubuntu
ubuntulinux-tools-intel-iotg-edge (5.15.0.1107.113~20.04.1) @ focal2026-09-14ubuntu
ubuntulinux-tools-intel-iotg-5.15 (5.15.0.1107.106) @ jammy2026-09-14ubuntu
ubuntulinux-tools-gcp-edge (5.15.0.1112.122~20.04.1) @ focal2026-09-14ubuntu
ubuntulinux-tools-nvidia-hwe-24.04-edge (7.0.0-1016.16) @ resolute2026-09-14ubuntu
ubuntulinux-tools-nvidia-hwe-26.04 (7.0.0-2016.16) @ resolute2026-09-14ubuntu
ubuntulinux-virtual-6.8 (6.8.0-139.139) @ noble2026-09-14ubuntu
ubuntulinux-tools-gcp-edge (7.0.0-1011.11~24.04.1) @ noble2026-09-14ubuntu
ubuntulinux-tools-ibm-edge (5.15.0.1106.110~20.04.1) @ focal2026-09-14ubuntu

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.

Affected Packages

(5 across 4 ecosystems)
Debian:11(2)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 5.10.92-2 (54 versions)5.10.259-1
linux-6.16.1.106-3~deb11u1 ... 6.1.174-1~deb11u1 (20 versions)6.1.176-1~deb11u1
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (53 versions)6.1.176-1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.94-1~bpo12+1 (27 versions)6.12.94-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.0.9-1~bpo13+1 (141 versions)7.0.12-1

Weakness Classification(1)

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

Additional Vendor Advisories

(22)

Data Freshness Timeline

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

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

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 August 5, 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.6% of all scored CVEs.
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

See which npm, PyPI, Go, and Maven packages are affected by 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.