CVE-2026-97908
Last modified
CVE-2026-97908 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btqcomsmd: destroy RPMsg endpoints before freeing hci_dev The command and ACL RPMsg endpoints store struct btqcomsmd as their callback private data. The receive callbacks dereference btq->hdev without taking an hci_dev reference. The current teardown order frees the hci_dev before destroying the RPMsg endpoints in both the hci_register_dev() error path and the driver remove path.
Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btqcomsmd: destroy RPMsg endpoints before freeing hci_dev The command and ACL RPMsg endpoints store struct btqcomsmd as their callback private data. The receive callbacks dereference btq->hdev without taking an hci_dev reference. The current teardown order frees the hci_dev before destroying the RPMsg endpoints in both the hci_register_dev() error path and the driver remove path. If WCNSS delivers data in that window, the endpoint callback can run with an already freed hci_dev and pass it to the Bluetooth core. For qcom_smd endpoints, rpmsg_destroy_ept() closes the channel and clears the callback under the channel recv_lock. The receive path holds the same lock while invoking the callback, so destroying the endpoints first both prevents new callbacks and serializes with any callback already running. Destroy the command and ACL endpoints before hci_free_dev(). Keep hci_unregister_dev() first during remove so the HCI core stops issuing operations before the transport endpoints are shut down. In the full registration-error cleanup path, return directly after freeing the hci_dev to avoid falling through to the partial-construction labels and destroying the endpoints twice.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5052de8deff5619a9b7071f00084fd0264b58e17, < 962dcc1d8a52e64428cae07806e7f6b8d3ec6ac0; >= 5052de8deff5619a9b7071f00084fd0264b58e17, < 2dcc2240b4e5f6e5dce1736f82666aba40eb3b13; >= 5052de8deff5619a9b7071f00084fd0264b58e17, < 2d016208a011558f211ec9687889df8318654730; >= 5052de8deff5619a9b7071f00084fd0264b58e17, < f5a427b16e45210dee656b0860728f3d496dee85 |
| Linux | Linux | 4.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97908?
How severe is CVE-2026-97908?
How do I fix CVE-2026-97908?
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-97902In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97903In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97904In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97905In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97906In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97907In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97909In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9791A flaw was found in Keycloak. An authenticated user with exi…4.3
- CVE-2026-97910In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97911In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97912In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97913In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97908?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
