CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-64407

highCVSS 7.1covered by 2 sourcesfirst seen 2026-07-14
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btnxpuart: Fix out-of-bounds firmware read in nxp_recv_fw_req_v3() During the v3 firmware download the controller sends a v3_data_req with a 32 bit offset and a 16 bit len. nxp_recv_fw_req_v3() checks only the lower bound of the offset and then sends firmware from that offset. nxpdev->fw_dnld_v3_offset = offset - nxpdev->fw_v3_offset_correction; serdev_device_write_buf(nxpdev->serdev, nxpdev->fw->data + nxpdev->fw_dnld_v3_offset, len); Nothing checks that fw_dnld_v3_offset + len stays within nxpdev->fw->size, so a controller that asks for an offset or length past the firmware image makes the driver read past the end of nxpdev->fw->data and send that memory back over UART. nxp_recv_fw_req_v1() already bounds the same write. Add the equivalent check to the v3 path, reject the request when it falls outside the firmware image, and zero len on the error path so the fw_v3_prev_sent bookkeeping at free_skb stays consistent.

CSIRTS triage

Other
What
An out-of-bounds firmware read occurs in the function nxp_recv_fw_req_v3().
Who is affected
Deployments using Bluetooth with the btnxpuart driver.
Urgency
Remediation is important to avoid potential vulnerabilities, but there are no known exploits.
Action
Update the Bluetooth driver to the patched version.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-64407

Get an email if CVE-2026-64407 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-64407

CVE.org record

Embed the live status

CVE-2026-64407 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-64407 status](https://www.csirts.com/badge/CVE-2026-64407)](https://www.csirts.com/cve/CVE-2026-64407)