CVE-2026-90089: Bluetooth: btnxpuart: Validate the FW dump header length

Published Sep 17, 2026
·
Updated

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

Bluetooth: btnxpuart: Validate the FW dump header length

nxpprocessfwdump() pulls the ACL header off the frame and then reads seqnum and buflen from a struct nxpfwdumphdr placed at skb->data, without checking that the ACL payload is long enough to contain it.

h4recvbuf() collects HCIACLHDRSIZE bytes of header followed by the number of payload bytes named in that header, so skb->len is 4 + dlen with dlen supplied by the controller and possibly smaller than the 8 byte dump header, or zero. A short frame with connection handle 0xfff therefore reads both fields from beyond the received data.

Beyond the read itself, buflen is what terminates a dump: a value of zero makes the driver call hcidevcdcomplete() and reset the controller, so a truncated frame can end a dump early.

Use skbpulldata() to validate and pull the FW dump header before accessing its fields. Warn and reject the chunk if the header is truncated.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:06 PM
Data Sourced
via MITRE·04:06 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel's btnxpuart Bluetooth driver are exposed when the driver processes firmware-dump traffic from its Bluetooth controller.

2

What does an attacker or faulty device need to send to trigger the flaw?

The Bluetooth controller must provide a short ACL frame with connection handle 0xfff whose declared payload is smaller than the 8-byte firmware-dump header, including a zero-length payload.

3

What does the available fix do?

The fix validates and pulls the firmware-dump header with skb_pull_data() before reading its fields. Truncated chunks are warned about and rejected rather than being processed.

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