CVE-2026-64407
Last modified
CVE-2026-64407 is a vulnerability of currently unknown severity. 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. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 689ca16e523278470c38832a3010645a78c544d8, < 21e60eb4d95854196e7c0e77383f35e7ac95df61; >= 689ca16e523278470c38832a3010645a78c544d8, < 441088792ffec3ca01f4efe2934060570eb11eb8; >= 689ca16e523278470c38832a3010645a78c544d8, < 2a68a773089204af1c8581dc79668b775418c5ee; >= 689ca16e523278470c38832a3010645a78c544d8, < 49bcb39e3a041ce26021f77971eaccb49a275118; >= 689ca16e523278470c38832a3010645a78c544d8, < badff6c3bed8923a1257a853f137d447976eec30 |
| Linux | Linux | 6.4 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64407?
How severe is CVE-2026-64407?
How do I fix CVE-2026-64407?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64401In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64402In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64403In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64404In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64405In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64406In the Linux kernel, the following vulnerability has been re…8
- CVE-2026-64408In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64409In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6441The Canto plugin for WordPress is vulnerable to Missing Auth…4.3
- CVE-2026-64410In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64411In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64412In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2026-64407?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
