{"id":"CVE-2026-64407","summary":"Bluetooth: btnxpuart: Fix out-of-bounds firmware read in nxp_recv_fw_req_v3()","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: btnxpuart: Fix out-of-bounds firmware read in nxp_recv_fw_req_v3()\n\nDuring the v3 firmware download the controller sends a v3_data_req with a\n32 bit offset and a 16 bit len. nxp_recv_fw_req_v3() checks only the lower\nbound of the offset and then sends firmware from that offset.\n\n  nxpdev-\u003efw_dnld_v3_offset = offset - nxpdev-\u003efw_v3_offset_correction;\n  serdev_device_write_buf(nxpdev-\u003eserdev, nxpdev-\u003efw-\u003edata +\n                          nxpdev-\u003efw_dnld_v3_offset, len);\n\nNothing checks that fw_dnld_v3_offset + len stays within nxpdev-\u003efw-\u003esize,\nso a controller that asks for an offset or length past the firmware image\nmakes the driver read past the end of nxpdev-\u003efw-\u003edata and send that\nmemory back over UART.\n\nnxp_recv_fw_req_v1() already bounds the same write. Add the equivalent\ncheck to the v3 path, reject the request when it falls outside the firmware\nimage, and zero len on the error path so the fw_v3_prev_sent bookkeeping at\nfree_skb stays consistent.","modified":"2026-07-27T04:03:21.881008825Z","published":"2026-07-25T08:50:48.912Z","database_specific":{"osv_generated_from":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64407.json","cna_assigner":"Linux"},"references":[{"type":"WEB","url":"https://git.kernel.org/stable/c/21e60eb4d95854196e7c0e77383f35e7ac95df61"},{"type":"WEB","url":"https://git.kernel.org/stable/c/2a68a773089204af1c8581dc79668b775418c5ee"},{"type":"WEB","url":"https://git.kernel.org/stable/c/441088792ffec3ca01f4efe2934060570eb11eb8"},{"type":"WEB","url":"https://git.kernel.org/stable/c/49bcb39e3a041ce26021f77971eaccb49a275118"},{"type":"WEB","url":"https://git.kernel.org/stable/c/badff6c3bed8923a1257a853f137d447976eec30"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64407.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-64407"},{"type":"PACKAGE","url":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"}],"affected":[{"ranges":[{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"689ca16e523278470c38832a3010645a78c544d8"},{"fixed":"21e60eb4d95854196e7c0e77383f35e7ac95df61"},{"fixed":"441088792ffec3ca01f4efe2934060570eb11eb8"},{"fixed":"2a68a773089204af1c8581dc79668b775418c5ee"},{"fixed":"49bcb39e3a041ce26021f77971eaccb49a275118"},{"fixed":"badff6c3bed8923a1257a853f137d447976eec30"}]}],"database_specific":{"source":"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64407.json"}},{"package":{"name":"Kernel","ecosystem":"Linux"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"6.4.0"},{"fixed":"6.6.145"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.7.0"},{"fixed":"6.12.96"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.13.0"},{"fixed":"6.18.39"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.19.0"},{"fixed":"7.1.4"}]}],"database_specific":{"source":"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64407.json"}}],"schema_version":"1.7.5"}