CVE-2026-89583: Bluetooth: eir: Fix OOB read in eir_get_service_data()

Published Sep 11, 2026
·
Updated

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

Bluetooth: eir: Fix OOB read in eirgetservicedata()

eirgetservicedata() walks the advertising data for a Service Data field with a matching UUID. On a mismatch it advances:

eir += dlen; eirlen -= dlen;

eirgetdata() reports dlen as the field's data length, but the field spans dlen + 2 bytes once its length and type bytes count, and more when non-Service-Data fields were skipped to reach it. The pointer lands correctly on the next field. eirlen does not, and the shortfall compounds across fields until eirgetdata() reads the length and type bytes of a "field" past the end of the buffer.

For an ISO broadcast sink that buffer is hcon->leperadvdata[], filled from the periodic advertising reports of a remote broadcaster. A PA payload packed with mismatching Service Data fields walks off the array into the rest of struct hciconn. A drifted field that matches the BAA UUID puts those bytes in isopi(sk)->base, where user space reads them back with getsockopt(BTISOBASE).

Recompute eirlen from the end of the buffer each iteration.

Affected Software

1 affected component
Linux kernel Bluetooth subsystem (eir_get_service_data / eir)

Event History

Sep 11, 2026
CVE Published
via MITRE·07:44 PM
Data Sourced
via MITRE·07:44 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

The affected path is an ISO broadcast sink processing periodic advertising data from a remote Bluetooth broadcaster. Exposure therefore requires use of Bluetooth ISO broadcast reception and receipt of periodic advertising reports.

2

What does an attacker need to exploit it?

An attacker needs to act as a remote broadcaster and provide a periodic advertising payload containing mismatching Service Data fields. The malformed field layout causes the advertising-data parser's remaining-length tracking to drift past the buffer.

3

What is the impact of successful exploitation?

The parser can read beyond the periodic advertising data array and into adjacent hci_conn memory. If the drifted field matches the BAA UUID, those bytes can be placed in the ISO socket base value and read by user space through getsockopt(BT_ISO_BASE).

4

How can exposure be reduced before applying the fix?

Avoid using ISO broadcast sink functionality or processing periodic advertising data from untrusted remote broadcasters until the fix is available. The supplied fix recomputes the remaining buffer length from the buffer end on every parsing iteration.

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