In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: hciqca: fix NULL pointer dereference in qcasetup() for non-serdev device
hu->serdev is NULL for hciuart attached via non-serdev paths, but qcasetup() unconditionally calls serdevdeviceget_drvdata(hu->serdev) and dereferences the result, causing a NULL pointer dereference.
Fix by guarding the dereference with a NULL check, consistent with the rest of qca_setup().
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74304.json",
"cna_assigner": "Linux"
}