CVE-2026-46123

HIGHPre-NVD 7.77.7
EchelonGraph scoreMEDIUM confidence

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

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
7.7
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 7.7Exploit: 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: virtio_bt: clamp rx length before skb_put

virtbt_rx_work() calls skb_put(skb, len) where len comes directly from virtqueue_get_buf() with no validation against the buffer we posted to the device. The RX skb is allocated in virtbt_add_inbuf() and exposed to virtio as exactly 1000 bytes via sg_init_one().

Checking len against skb_tailroom(skb) is not sufficient because alloc_skb() can leave more tailroom than the 1000 bytes actually handed to the device. A malicious or buggy backend can therefore report used.len between 1001 and skb_tailroom(skb), causing skb_put() to include uninitialized kernel heap bytes that were never written by the device.

The same path also accepts len == 0, in which case skb_put(skb, 0) leaves the skb empty but virtbt_rx_handle() still reads the pkt_type byte from skb->data, consuming uninitialized memory.

Define VIRTBT_RX_BUF_SIZE once and reuse it in alloc_skb() and sg_init_one(), and gate virtbt_rx_work() on that same constant so the bound checked matches the buffer actually exposed to the device. Reject used.len == 0 in the same gate so an empty completion can no longer reach virtbt_rx_handle().

Use bt_dev_err_ratelimited() because the length value comes from an untrusted backend that can otherwise flood the kernel log.

Same class of bug as commit c04db81cd028 ("net/9p: Fix buffer overflow in USB transport layer"), which hardened the USB 9p transport against unchecked device-reported length.

CVSS v3
7.7
EG Score
7.7(medium)
EPSS
3.9%
KEV
Not listed

Published

May 28, 2026

Last Modified

June 24, 2026

Advisory Details (7)

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

Bluetooth: virtio_bt: clamp rx length before skb_put - kernel/git/stable/linux.git - Linux kernel stable tree

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

Bluetooth: virtio_bt: clamp rx length before skb_put - kernel/git/stable/linux.git - Linux kernel stable tree

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

Bluetooth: virtio_bt: clamp rx length before skb_put - kernel/git/stable/linux.git - Linux kernel stable tree

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

Bluetooth: virtio_bt: clamp rx length before skb_put - kernel/git/stable/linux.git - Linux kernel stable tree

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

Bluetooth: virtio_bt: clamp rx length before skb_put - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/6c1730099a6fc18b183bd6c1adad3b54adcaeda9
generic

Bluetooth: virtio_bt: clamp rx length before skb_put - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/4236e55b2d9d1ffd3b4bdf8ebbb86e5a0a526b4a
generic

Bluetooth: virtio_bt: clamp rx length before skb_put - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/21bd244b6de5d2fe1063c23acc93fbdd2b20d112

Vendor Advisories for CVE-2026-46123(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 13× 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 191 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-46123?
CVE-2026-46123 is a high vulnerability published on May 28, 2026. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: virtiobt: clamp rx length before skbput virtbtrxwork() calls skb_put(skb, len) where len comes directly from virtqueuegetbuf() with no validation against the buffer we posted to the device. The RX skb is allocated in…
When was CVE-2026-46123 disclosed?
CVE-2026-46123 was first published in the National Vulnerability Database on May 28, 2026, with the most recent update on June 24, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-46123 actively exploited?
CVE-2026-46123 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 3.9% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-46123?
CVE-2026-46123 has a CVSS v3 base score of 7.7 (NVD).
How do I remediate CVE-2026-46123?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-46123, 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-46123

Explore →

Is Your Infrastructure Affected by CVE-2026-46123?

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