NONE · 0

CVE-2026-74303

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_qca: fix NULL pointer dereference in qca_dmp_hdr() for non-serdev device hu->serdev is NULL for hci_uart attached v...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_qca: fix NULL pointer dereference in qca_dmp_hdr() for non-serdev device hu->serdev is NULL for hci_uart attached via non-serdev paths, but qca_dmp_hdr() unconditionally dereferences hu->serdev->dev.driver->name, causing a NULL pointer dereference. Fix by guarding the dereference with a NULL check and falling back to "hci_ldisc_qca" for the non-serdev case.

References

FAQ

What is CVE-2026-74303?

CVE-2026-74303 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_qca: fix NULL pointer dereference in qca_dmp_hdr() for non-serdev device hu->serdev is NULL for hci_uart attached v...

How severe is CVE-2026-74303?

CVSS scoring is not yet available for CVE-2026-74303. Check NVD for updates.

Is there a patch for CVE-2026-74303?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.