CVE-2026-46123

HIGHPre-NVD 7.77.7
EchelonGraph scoreMEDIUM confidence

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

Triggered by: GitHub Security Advisory CVSS
Sources: cna:linux, epss, ghsa
Trending — 5 sources updated this week
7.7EG
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.7Exploit: None knownExposed: 0

A fix is available — apply it.

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)
EG Risk
39(Track)
EG Risk 39/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
Severity77% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
4%
KEV
Not listed

Published

May 28, 2026

Last Modified

August 5, 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

Patch Availability(31)

Vendor / EcosystemFixed in / PatchReleasedSource
ubuntulinux-virtual-hwe-26.04-edge (7.0.0-28.28) @ resolute2026-09-14ubuntu
ubuntulinux-tools-aws-fips-6.8 (6.8.0-1061.64+fips1) @ noble2026-09-14ubuntu
ubuntulinux-tools-azure-lts-24.04 (6.8.0-1063.71) @ noble2026-09-14ubuntu
ubuntulinux-tools-azure-fde-6.8 (6.8.0-1062.69~22.04.1) @ jammy2026-09-14ubuntu
ubuntulinux-tools-gcp-edge (7.0.0-1011.11~24.04.1) @ noble2026-09-14ubuntu
ubuntulinux-virtual-hwe-20.04-edge (5.15.0.186.196~20.04.1) @ focal2026-09-14ubuntu
ubuntulinux-tools-oracle-edge (6.8.0-1058.61~22.04.1) @ jammy2026-09-14ubuntu
ubuntulinux-tools-nvidia-lowlatency-64k-6.8 (6.8.0-1059.62.1) @ noble2026-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-aws-lts-24.04 (6.8.0-1061.64+1) @ noble2026-09-14ubuntu
ubuntulinux-tools-nvidia-hwe-26.04 (7.0.0-2016.16) @ resolute2026-09-14ubuntu
ubuntulinux-tools-azure-fips-6.8 (6.8.0-1063.71+fips2) @ noble2026-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-6.8 (6.8.0-2050.52) @ noble2026-09-14ubuntu
ubuntulinux-tools-raspi-realtime-7.0 (7.0.0-1015.15) @ resolute2026-09-14ubuntu
ubuntulinux-xilinx-zynqmp (6.8.0.1033.34) @ noble2026-09-14ubuntu
ubuntulinux-tools-intel-iot-realtime-5.15 (5.15.0.1104.108) @ jammy2026-09-14ubuntu
ubuntulinux-tools-realtime-hwe-22.04 (6.8.1-1056.57~22.04.2) @ jammy2026-09-14ubuntu
ubuntulinux-tools-nvidia-hwe-24.04-edge (7.0.0-1016.16) @ resolute2026-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-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-tools-gcp-fips-6.8 (6.8.0-1064.72+fips1) @ noble2026-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
redhatkernel-0:6.12.0-211.53.1.el10_22026-09-08redhat
linuxKernel @ 5.15.209osv

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

(4 across 4 ecosystems)
Debian:11(1)
PackageVulnerable rangeFixed inDependents
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.88-1~bpo12+1 (21 versions)6.12.88-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.0.7-1~bpo13+1 (136 versions)7.0.7-1

Weakness Classification(1)

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

Additional Vendor Advisories

(23)

Data Freshness Timeline

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

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

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 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-46123 actively exploited?
CVE-2026-46123 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 96.1% of all scored CVEs.
What is the CVSS score of CVE-2026-46123?
CVE-2026-46123 has a CVSS v4.0 base score of 7.7 (CNA self-assessment; NVD's own analysis pending).
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

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