CVE-2022-48878: Bluetooth: hci_qca: Fix driver shutdown on closed serdev
In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: hci_qca: Fix driver shutdown on closed serdev
The driver shutdown callback (which sends EDL_SOC_RESET to the device
over serdev) should not be invoked when HCI device is not open (e.g. if
hci_dev_open_sync() failed), because the serdev and its TTY are not open
either. Also skip this step if device is powered off
(qca_power_shutdown()).
The shutdown callback causes use-after-free during system reboot with
Qualcomm Atheros Bluetooth:
Unable to handle kernel paging request at virtual address
0072662f67726fd7
...
CPU: 6 PID: 1 Comm: systemd-shutdow Tainted: G W
6.1.0-rt5-00325-g8a5f56bcfcca #8
Hardware name: Qualcomm Technologies, Inc. Robotics RB5 (DT)
Call trace:
tty_driver_flush_buffer+0x4/0x30
serdev_device_write_flush+0x24/0x34
qca_serdev_shutdown+0x80/0x130 [hci_uart]
device_shutdown+0x15c/0x260
kernel_restart+0x48/0xac
KASAN report:
BUG: KASAN: use-after-free in tty_driver_flush_buffer+0x1c/0x50
Read of size 8 at addr ffff16270c2e0018 by task systemd-shutdow/1
CPU: 7 PID: 1 Comm: systemd-shutdow Not tainted
6.1.0-next-20221220-00014-gb85aaf97fb01-dirty #28
Hardware name: Qualcomm Technologies, Inc. Robotics RB5 (DT)
Call trace:
dump_backtrace.part.0+0xdc/0xf0
show_stack+0x18/0x30
dump_stack_lvl+0x68/0x84
print_report+0x188/0x488
kasan_report+0xa4/0xf0
__asan_load8+0x80/0xac
tty_driver_flush_buffer+0x1c/0x50
ttyport_write_flush+0x34/0x44
serdev_device_write_flush+0x48/0x60
qca_serdev_shutdown+0x124/0x274
device_shutdown+0x1e8/0x350
kernel_restart+0x48/0xb0
__do_sys_reboot+0x244/0x2d0
__arm64_sys_reboot+0x54/0x70
invoke_syscall+0x60/0x190
el0_svc_common.constprop.0+0x7c/0x160
do_el0_svc+0x44/0xf0
el0_svc+0x2c/0x6c
el0t_64_sync_handler+0xbc/0x140
el0t_64_sync+0x190/0x194
Security readout for executives and security teams
Plain-English summary
CVE-2022-48878 is a Linux kernel Bluetooth driver flaw affecting the Qualcomm Atheros hci_qca shutdown path. On some systems, reboot can trigger a use-after-free when the driver talks to a serial device that is not open. The clearest business risk is device instability or reboot failure on affected Linux systems with this Bluetooth hardware.
Executive priority
Treat this as a targeted stability and safety issue rather than a broad internet-exposed emergency. Patch affected Linux fleets through normal kernel maintenance, with higher priority for embedded or operational devices where reboot reliability matters.
Technical view
The hci_qca serdev shutdown callback could send EDL_SOC_RESET when the HCI device was not open, leaving serdev and its TTY closed. Kernel reports show a use-after-free in tty_driver_flush_buffer during reboot on Qualcomm Robotics RB5 hardware. Stable kernel commits add checks to skip shutdown when the device is closed or powered off.
Likely exposure
Exposure appears limited to Linux systems using the Qualcomm Atheros Bluetooth hci_qca serdev driver. The source lists Linux as affected and includes versions around 5.8, 5.10.165, 5.15.90, 6.1.8, and 6.2, but distro-specific package exposure must be verified against vendor kernel advisories.
Exploitation context
The supplied sources do not show active exploitation, and KEV is false. The observed trigger is system reboot or shutdown on affected hardware after an HCI open failure or powered-off device state. No remote attack path, privilege boundary impact, or weaponized exploit is established in the provided evidence.
Researcher notes
Evidence is strong for the root cause and fix direction because kernel traces and stable commits are provided. Evidence is incomplete for exploitability, CVSS severity, distro package ranges, and impact beyond reboot-time memory safety on affected Qualcomm Atheros Bluetooth configurations.
Mitigation direction
Update to a vendor kernel containing the referenced stable hci_qca fixes.
Prioritize affected embedded, robotics, and appliance Linux devices using Qualcomm Atheros Bluetooth.
Check distribution advisories for exact fixed package versions.
If patching is delayed, assess whether affected Bluetooth hardware or driver use can be reduced.
Monitor reboot stability after kernel updates on representative hardware.
Validation and detection
Inventory Linux assets for Qualcomm Atheros Bluetooth using the hci_qca driver.
Map running kernel versions to vendor advisories and stable fix commits.
Review shutdown or reboot logs for hci_qca, serdev, TTY, or KASAN use-after-free traces.
Confirm patched systems no longer show the described reboot-time driver fault.
Track exceptions where embedded vendors ship custom or backported kernels.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2022-48878 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.