CVE-2026-97908

Source
https://cve.org/CVERecord?id=CVE-2026-97908
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97908.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-97908
Downstream
Published
2026-09-25T10:22:32Z
Modified
2026-09-26T03:48:41Z
Summary
Bluetooth: btqcomsmd: destroy RPMsg endpoints before freeing hci_dev
Details

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.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/97xxx/CVE-2026-97908.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
5052de8deff5619a9b7071f00084fd0264b58e17
Fixed
962dcc1d8a52e64428cae07806e7f6b8d3ec6ac0
Fixed
2dcc2240b4e5f6e5dce1736f82666aba40eb3b13
Fixed
2d016208a011558f211ec9687889df8318654730
Fixed
f5a427b16e45210dee656b0860728f3d496dee85

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97908.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.12.0
Fixed
6.12.111
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97908.json"