CVE-2026-90257: Bluetooth: virtio_bt: avoid OOB read of build info string

Published Sep 17, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: virtiobt: avoid OOB read of build info string

The virtbtsetupzephyr() sends the Zephyr vendor command 0xfc08 (Read Build Information) and hands the response to btdevinfo() and hcisetfwinfo() as a "%s" string starting at skb->data + 1, without checking the length. A backend that answers with status only leaves that pointer past the end of the received data, so the walk reads adjacent slab memory until it meets a NUL. Those bytes reach the kernel log and the firmware-info debugfs file.

To fix this, print the string with a bounded "%.s" limited to skb->len - 1. A short or unterminated response then prints as much as arrived instead of failing setup.

This mirrors commit dd068ef04412 ("Bluetooth: bpa10x: avoid OOB read of revision string in bpa10xsetup()"), which fixed the identical pattern.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:07 PM
Data Sourced
via MITRE·04:07 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel's virtio_bt Bluetooth backend are exposed when that backend processes the Zephyr Read Build Information vendor-command response. The issue depends on the response lacking the expected build-information string.

2

What must happen for the out-of-bounds read to occur?

The virtio Bluetooth backend must receive a status-only response to Zephyr vendor command 0xfc08, or another response too short to contain the expected string. The kernel then treats data past the received buffer as a NUL-terminated string.

3

What information can be exposed if the issue is triggered?

Adjacent slab-memory bytes may be read until a NUL byte is encountered. Those bytes can be written to the kernel log and exposed through the firmware-info debugfs file.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203