CVE Catalog

CVE-2026-98111

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the Bluetooth btintel driver's btintel_parse_version_tlv() does not ensure the TLV value is long enough for the specific type, potentially causing an out-of-bounds read via get_unaligned_le16(), get_unaligned_le32(), or memcpy(). The fix rejects values shorter than the minimum required by each known TLV type and also rejects responses without the Command Complete Status field.

Risk Assessment

Out-of-bounds read could lead to information disclosure from kernel memory or system crash while handling responses from a Bluetooth controller.

Recommendation

Apply the kernel update containing the btintel fix to avoid out-of-bounds read issues.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel: validate version TLV value lengths btintel_parse_version_tlv() 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 get_unaligned_le16(), get_unaligned_le32(), 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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS