CVE-2026-74302
7.8
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Summary
In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: hci_core: Fix UAF in hci_unregister_dev()
hci_unregister_dev() does not disable cmd_timer and ncmd_timer before the hci_dev structure is freed. If a timeout fires during device teardown, the callback dereferences freed memory (including the hdev->reset function pointer), leading to a use-after-free.
Add disable_delayed_work_sync() calls alongside the existing disable_work_sync() calls to ensure both timers are fully quiesced before teardown proceeds.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 0d151a103775dd9645c78c97f77d6e2a5298d913 < 48c7ad6afcc58c2cda11fed39791708103b6a644 | affected |
| Linux | Linux | 0d151a103775dd9645c78c97f77d6e2a5298d913 < a0fd1086a57b982f8c24ae4ab165c2af39fe1735 | affected |
| Linux | Linux | 0d151a103775dd9645c78c97f77d6e2a5298d913 < 672d52d9412252e61b8de8d773ccdf5a277cf540 | affected |
| Linux | Linux | 0d151a103775dd9645c78c97f77d6e2a5298d913 < 5edcc018fa6e80b2c478454a4a8229c23d67c181 | affected |
| Linux | Linux | 48542881997e17b49dc16b93fe910e0cfcf7a9f9 | affected |
| Linux | Linux | 9cfc84b1d464cc024286f42a090718f9067b80ed | affected |
| Linux | Linux | ddeda6ca5f218b668b560d90fc31ae469adbfd92 | affected |
| Linux | Linux | d2ce562a5aff1dcd0c50d9808ea825ef90da909f | affected |
| Linux | Linux | 96600c2e5ee8213dbab5df1617293d8e847bb4fa | affected |
| Linux | Linux | d6cbce18370641a21dd889e8613d8153df15eb39 | affected |
| Linux | Linux | 3f939bd73fed12dddc2a32a76116c19ca47c7678 | affected |
| Linux | Linux | 4.19.319 < 4.20 | affected |
| Linux | Linux | 5.4.281 < 5.5 | affected |
| Linux | Linux | 5.10.223 < 5.11 | affected |
| Linux | Linux | 5.15.164 < 5.16 | affected |
| Linux | Linux | 6.1.101 < 6.2 | affected |
| Linux | Linux | 6.6.42 < 6.7 | affected |
| Linux | Linux | 6.9.11 < 6.10 | affected |
| Linux | Linux | 6.10 | affected |
| Linux | Linux | 0 < 6.10 | unaffected |
| Linux | Linux | 6.12.97 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.40 <= 6.18.* | unaffected |
| Linux | Linux | 7.1.5 <= 7.1.* | unaffected |
| Linux | Linux | 7.2 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/48c7ad6afcc58c2cda11fed39791708103b6a644
- https://git.kernel.org/stable/c/a0fd1086a57b982f8c24ae4ab165c2af39fe1735
- https://git.kernel.org/stable/c/672d52d9412252e61b8de8d773ccdf5a277cf540
- https://git.kernel.org/stable/c/5edcc018fa6e80b2c478454a4a8229c23d67c181
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.