CVE-2026-98111: Bluetooth: btintel: validate version TLV value lengths

Published Sep 25, 2026
·
Updated

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

Bluetooth: btintel: validate version TLV value lengths

btintelparseversiontlv() verifies that a complete TLV is present in the response, but it does not ensure that the value is long enough for the specific TLV type. A short value can therefore cause an out-of-bounds read through getunalignedle16(), getunalignedle32(), or memcpy().

Reject values shorter than the minimum required by each known TLV type. Also reject responses that do not contain the Command Complete Status field.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Update btintel_parse_version_tlv() to reject TLV values shorter than the minimum required for each known TLV type, and reject responses that do not contain the Command Complete Status.

Event History

Sep 25, 2026
CVE Published
via MITRE·10:35 AM
Data Sourced
via MITRE·10:35 AM
Description

Frequently Asked Questions

1

What input is required to trigger the vulnerable parsing path?

The issue is triggered by a Bluetooth response containing a complete TLV whose value is shorter than the minimum length expected for its known TLV type. Responses that omit the Command Complete Status field are also relevant to the corrected validation logic.

2

What is the impact of a malformed short TLV value?

A short value can cause an out-of-bounds read when the kernel parses it using get_unaligned_le16(), get_unaligned_le32(), or memcpy().

3

How can I determine whether the fix is present?

The fix rejects TLV values shorter than the minimum required for each known TLV type and rejects responses without a Command Complete Status field. The provided stable kernel references identify commits containing the correction.

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