CVE-2026-89569
Last modified
CVE-2026-89569 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: serialize security confirmation handling rfcomm_security_cfm() looks up a session on session_list and then walks its DLC list without holding rfcomm_mutex. Since RFCOMM session teardown uses rfcomm_mutex, krfcommd can close and free the same session and DLCs concurrently: hci_rx_work krfcommd ----------- --------- rfcomm_session_get() rfcomm_lock() rfcomm_session_close() rfcomm_dlc_unlink() rfcomm_session_del() kfree(s) rfcomm_unlock() walk s->dlcs The callback can then read a freed session list head and touch freed DLCs while updating their flags or timers. Serialize the session lookup and DLC traversal in rfcomm_security_cfm() with rfcomm_mutex. EPSS estimates a 0.31% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: serialize security confirmation handling rfcomm_security_cfm() looks up a session on session_list and then walks its DLC list without holding rfcomm_mutex. Since RFCOMM session teardown uses rfcomm_mutex, krfcommd can close and free the same session and DLCs concurrently: hci_rx_work krfcommd ----------- --------- rfcomm_session_get() rfcomm_lock() rfcomm_session_close() rfcomm_dlc_unlink() rfcomm_session_del() kfree(s) rfcomm_unlock() walk s->dlcs The callback can then read a freed session list head and touch freed DLCs while updating their flags or timers. Serialize the session lookup and DLC traversal in rfcomm_security_cfm() with rfcomm_mutex. This matches the existing RFCOMM session lifetime rules and prevents concurrent rfcomm_session_del() / rfcomm_dlc_unlink() from tearing the objects down while the callback is using them. KASAN reported: BUG: KASAN: slab-use-after-free in rfcomm_security_cfm+0x41c/0x440 Read of size 8 at addr ffff888111fb3960 by task kworker/u17:1/89 Workqueue: hci0 hci_rx_work Call Trace: rfcomm_security_cfm+0x41c/0x440 hci_encrypt_cfm+0x139/0x590 hci_encrypt_change_evt+0x37b/0xc40 hci_event_packet+0x71b/0xb20 hci_rx_work+0x293/0x730 Allocated by task 69: rfcomm_session_add+0x9e/0x2f0 rfcomm_run+0x44b/0x41e0 Freed by task 69: kfree+0x131/0x3c0 rfcomm_session_del+0x188/0x220 rfcomm_run+0x1985/0x41e0
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 08c30aca9e698faddebd34f81e1196295f9dc063, < 62ce8b33eb238cf18c15207332fbdc26d858f592; >= 08c30aca9e698faddebd34f81e1196295f9dc063, < 3873f3449701b3dc98cba577923be6493598e7a1; >= 08c30aca9e698faddebd34f81e1196295f9dc063, < 7ded3264106418c6456ccceaafd9fda596ce12c3; >= 08c30aca9e698faddebd34f81e1196295f9dc063, < 82425b14f0fb22e46cfddc56d6465570f5ed0ce6; >= 08c30aca9e698faddebd34f81e1196295f9dc063, < 1b7841ffad08e911e8c4b9470f3fa08423568940; >= 08c30aca9e698faddebd34f81e1196295f9dc063, < 946d76db77ee5f922968ce558629ae47b381e3fc; >= 08c30aca9e698faddebd34f81e1196295f9dc063, < fbf7961964a6e93360179f64712320ae9a1e9577; >= 08c30aca9e698faddebd34f81e1196295f9dc063, < 759c185d0bbdb131357408f50b8735e04ed3caff |
| Linux | Linux | 3.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89569?
How severe is CVE-2026-89569?
How do I fix CVE-2026-89569?
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-89563In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89564In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89565In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89566In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89567In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89568In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8957Privilege escalation in the Enterprise Policies component. T…8.8
- CVE-2026-89570In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89571In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89572In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89573In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89574In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-89569?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
