CVE-2026-89583
Last modified
CVE-2026-89583 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. 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. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8f9ae5b3ae80f168a6224529e3787f4fb27f299a, < b6902adf81ea2ce14b1040dd97b6980050a8125a; >= 8f9ae5b3ae80f168a6224529e3787f4fb27f299a, < 1a28aae7f1fc8c06c0d02f153541be4fc7bacb74; >= 8f9ae5b3ae80f168a6224529e3787f4fb27f299a, < 815fc98c227a78cbd93d4c29f2833705b7c2bc0f; >= 8f9ae5b3ae80f168a6224529e3787f4fb27f299a, < c21fa79301d7d6ac0a4ec6c51e8ba10beaa08c50; >= 8f9ae5b3ae80f168a6224529e3787f4fb27f299a, < bb56e97bd67614238c1c0a4084704ccadbb875b4; >= 8f9ae5b3ae80f168a6224529e3787f4fb27f299a, < 4beb198bc59b242404a47c21990bc84165052c8a |
| Linux | Linux | 5.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89583?
How severe is CVE-2026-89583?
How do I fix CVE-2026-89583?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89578In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89579In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8958Information disclosure, sandbox escape in the Security: Proc…8.6
- CVE-2026-89580In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89581In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89582In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89584In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89585In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89586In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-89587In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89588In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89589In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89583?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
