VDB

CVE-2026-64549

CVE-2026-64549 PUBLISHED

Reported by Linux · Published July 27, 2026

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bpa10x: avoid OOB read of revision string in bpa10x_setup() bpa10x_setup() sends the vendor command 0xfc0e and passes the response to bt_dev_info() and hci_set_fw_info() as a "%s" string starting at skb->data + 1, without checking the length: bt_dev_info(hdev, "%s", (char *)(skb->data + 1)); hci_set_fw_info(hdev, "%s", skb->data + 1); A device that returns a one-byte response (status only) leaves skb->data + 1 past the end of the data, and the %s walk reads adjacent slab memory until it meets a NUL. The same happens when the payload is not NUL-terminated within skb->len. The out-of-bounds bytes end up in the kernel log and the firmware-info debugfs file. Print the revision string with a bounded "%.*s" limited to skb->len - 1 instead. This keeps the string readable for well-behaved devices while never reading past the received data, and does not fail setup, so a device returning a short or unterminated response keeps working.

EPSS 0.18% · 7.7th percentile

Risk Scores

EPSS Score
0.18%
7.7th percentile

Affected Products

VendorProductVersions
LinuxLinuxddd68ec8f4847b460c9f580076eafe13b031a6fd, ddd68ec8f4847b460c9f580076eafe13b031a6fd, ddd68ec8f4847b460c9f580076eafe13b031a6fd
LinuxLinux4.4, 0, 5.10.261
LinuxLinux7.2, ddd68ec8f4847b460c9f580076eafe13b031a6fd, ddd68ec8f4847b460c9f580076eafe13b031a6fd
linuxlinux_kernel4.4, 4.4, 4.4

Timeline

  • Jul 27, 2026 CVE Published
  • Jul 28, 2026 Coalition ESS Score
  • Jul 28, 2026 Security Advisory
  • Aug 7, 2026 EPSS Score

References

Open in Interactive Console →
$ Console Community · 100/wk Open console ›