CVE-2026-64407: Bluetooth: btnxpuart: Fix out-of-bounds firmware read in nxp_recv_fw_req_v3()

Published Jul 25, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: btnxpuart: Fix out-of-bounds firmware read in nxprecvfwreqv3()

During the v3 firmware download the controller sends a v3datareq with a 32 bit offset and a 16 bit len. nxprecvfwreqv3() checks only the lower bound of the offset and then sends firmware from that offset.

nxpdev->fwdnldv3offset = offset - nxpdev->fwv3offsetcorrection; serdevdevicewritebuf(nxpdev->serdev, nxpdev->fw->data + nxpdev->fwdnldv3offset, len);

Nothing checks that fwdnldv3offset + 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.

nxprecvfwreqv1() 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 fwv3prevsent bookkeeping at freeskb stays consistent.

Affected Software

7 affected components
Linux Linux kernel
Linux Linux kernel>=6.4<6.6.145
Linux Linux kernel>=6.7<6.12.96
Linux Linux kernel>=6.13<6.18.39
Linux Linux kernel>=6.19<7.1.4
Linux Linux kernel=7.2-rc1
Linux Linux kernel=7.2-rc2

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Apply the kernel driver fix for the Bluetooth `btnxpuart` vulnerability by ensuring `nxp_recv_fw_req_v3()` validates that `fw_dnld_v3_offset + len` stays within `nxpdev->fw->size`; reject out-of-range v3 firmware download requests and zero `len` on the error path so firmware read cannot go past the end of `nxpdev->fw->data`.

Event History

Jul 25, 2026
CVE Published
via MITRE·08:50 AM
Data Sourced
via MITRE·08:50 AM
Description
Data Sourced
via NVD·10:17 AM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What access does an attacker need to exploit this issue?

The attacker needs local access and low privileges, as reflected by the CVSS vector AV:L/PR:L/UI:N. Exploitation does not require user interaction.

2

What condition triggers the out-of-bounds read?

A Bluetooth controller must send a v3 firmware-download request with an offset or length that causes the requested range to extend beyond the loaded firmware image. The vulnerable driver then reads past the end of the firmware buffer and transmits the resulting memory contents over UART.

3

What is the impact of a successful exploit?

The issue can disclose memory beyond the firmware image through the UART transfer and can affect availability. The supplied CVSS vector rates confidentiality and availability impact as high, with no integrity impact.

4

What does the fix change?

The fix adds an upper-bound check for the requested firmware offset and length in the v3 download path. Requests outside the firmware image are rejected, and the error path clears the length value to keep download bookkeeping consistent.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203