CVE-2026-90254

Source
https://cve.org/CVERecord?id=CVE-2026-90254
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90254.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90254
Downstream
Published
2026-09-17T16:07:54Z
Modified
2026-09-19T03:47:25Z
Summary
Bluetooth: hci_sync: free the advertising instance on the failure and cancel paths
Details

In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: hci_sync: free the advertising instance on the failure and cancel paths

adv_timeout_expire() hands a kmalloc()ed instance byte to hci_cmd_sync_queue() with a NULL destroy callback, and only adv_timeout_expire_sync() frees it. That leaks on two paths:

  • the return value is not checked, and hci_cmd_sync_queue() does not take ownership when it fails (-ENETDOWN, -ENODEV, -ENOMEM);

  • a cancelled entry is not released, as _hci_cmd_sync_cancel_entry() does not free entry->data when there is no destroy callback. hci_cmd_sync_clear() cancels every pending entry when the controller is unregistered.

Free the buffer from a destroy callback, and in the caller when the entry could not be queued at all.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90254.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
c249ea9b4309cf3250c5bbb42a05d38d0ed9071c
Fixed
c2019224a766245b7db39d87fdfe84c3fdc879d9
Fixed
193182c6467f508a8a61d5db506d796ffed6eee6
Fixed
2e3d827cd56865c14f6ca118bbccd7801091fb21
Fixed
9c3b6c1413bd0b4993642d987616331f84d9b7f5
Fixed
bb5ca1cc7744c41c59002bd6523714a685ae6595
Fixed
120d8dc042e3d45073bb6e50ee7b058a0b182627

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.1.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

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