CVE-2022-49474
Published: Feb 26, 2025
Modified: May 23, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeout Connecting the same socket twice consecutively in sco_sock_connect() could lead to a race condition where two sco_conn objects are created but only one is associated with the socket. If the socket is closed before the SCO connection is established, the timer associated with the dangling sco_conn object won't be canceled. As the sock object is being freed, the use-after-free problem happens when the timer callback function sco_sock_timeout() accesses the socket. Here's the call trace: dump_stack+0x107/0x163 ? refcount_inc+0x1c/ print_address_description.constprop.0+0x1c/0x47e ? refcount_inc+0x1c/0x7b kasan_report+0x13a/0x173 ? refcount_inc+0x1c/0x7b check_memory_region+0x132/0x139 refcount_inc+0x1c/0x7b sco_sock_timeout+0xb2/0x1ba process_one_work+0x739/0xbd1 ? cancel_delayed_work+0x13f/0x13f ? __raw_spin_lock_init+0xf0/0xf0 ? to_kthread+0x59/0x85 worker_thread+0x593/0x70e kthread+0x346/0x35a ? drain_workqueue+0x31a/0x31a ? kthread_bind+0x4b/0x4b ret_from_fork+0x1f/0x30
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 22c66af08230a7030bdb88accffaec3424695631 - < 9de3dc09e56f8deacd2bdbf4cecb71e11a312405affected 0115a66ebb44bd9127ccb58cf43ed23c795eb1f0 - < 7d61dbd7311ab978d8ddac1749a758de4de00374affected bc4b08383046f3282b6fa58cfcef05bd13e52b93 - < 390d82733a953c1fabf3de9c9618091a7a9c90a6affected 5ccb04c6e1fb7b97fa2e1785b67c3a1cb3527ef7 - < 6f55fac0af3531cf60d11369454c41f5fc81ab3faffected 059c2c09f4b7f97711d0d8eaa0b9877f5e7d0a75 - < 36c644c63bfcaee2d3a426f45e89a9cd09799318+15 more versions |
Linux | Linux | affected 5.15unaffected 0 - < 5.15unaffected 4.9.318 - <= 4.9.*unaffected 4.14.283 - <= 4.14.*unaffected 4.19.247 - <= 4.19.*+6 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now