CVE-2026-89583

Source
https://cve.org/CVERecord?id=CVE-2026-89583
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89583.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89583
Downstream
Published
2026-09-11T19:44:49Z
Modified
2026-09-13T03:47:19Z
Summary
Bluetooth: eir: Fix OOB read in eir_get_service_data()
Details

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

Bluetooth: eir: Fix OOB read in eir_get_service_data()

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

eir += dlen;
eir_len -= dlen;

eir_get_data() 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. eir_len does not, and the shortfall compounds across fields until eir_get_data() reads the length and type bytes of a "field" past the end of the buffer.

For an ISO broadcast sink that buffer is hcon->le_per_adv_data[], 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 hci_conn. A drifted field that matches the BAA UUID puts those bytes in iso_pi(sk)->base, where user space reads them back with getsockopt(BT_ISO_BASE).

Recompute eir_len from the end of the buffer each iteration.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89583.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
8f9ae5b3ae80f168a6224529e3787f4fb27f299a
Fixed
815fc98c227a78cbd93d4c29f2833705b7c2bc0f
Fixed
c21fa79301d7d6ac0a4ec6c51e8ba10beaa08c50
Fixed
bb56e97bd67614238c1c0a4084704ccadbb875b4
Fixed
4beb198bc59b242404a47c21990bc84165052c8a

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89583.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.19.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89583.json"