Description
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.
Published: 2026-09-25
Score: n/a
EPSS: n/a
KEV: No
Impact: Out-of-bounds Read
Action: Apply Patch
AI Analysis

Impact

The Linux kernel’s btintel driver fails to verify the length of the value portion of a Bluetooth TLV when processing a version response. If the value is shorter than required, the driver performs an out‑of‑bounds read via get_unaligned_le16, get_unaligned_le32, or memcpy, exposing kernel memory. This OOB read (CWE‑125) can leak sensitive data and may enable privilege escalation or service disruption.

Affected Systems

Any Linux distribution running a kernel with the btintel driver that has not incorporated the patch commit referenced in the provided URLs is potentially vulnerable. The vendor is Linux and the product is the Linux kernel. No explicit kernel version range is given, so any kernel prior to the commit is at risk.

Risk and Exploitability

The CVSS score is not supplied, and the EPSS score is unavailable; however, the flaw could be exploited by an attacker who can send crafted Bluetooth responses to the btintel driver. The likely attack vector is local or compromised access to the Bluetooth subsystem that allows malicious TLV payloads. Although the vulnerability is not listed in CISA KEV and no public exploit is known, the risk of leaking kernel memory warrants prompt mitigation.

Generated by OpenCVE AI on September 25, 2026 at 12:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a version that includes the btintel patch commit referenced in the commit URLs.
  • If an update cannot be performed immediately, disable the btintel Bluetooth driver by removing it from the initramfs or blacklisting it in /etc/modprobe.d/blacklist.conf.
  • As a temporary safeguard, restrict access to the Bluetooth subsystem so that only trusted users can send commands, or block devices capable of sending malformed version TLVs.

Generated by OpenCVE AI on September 25, 2026 at 12:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 13:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125

Fri, 25 Sep 2026 10:45:00 +0000

Type Values Removed Values Added
Description 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.
Title Bluetooth: btintel: validate version TLV value lengths
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-25T10:35:58.728Z

Reserved: 2026-09-25T10:25:14.316Z

Link: CVE-2026-98111

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T11:17:42.223

Modified: 2026-09-25T11:17:42.223

Link: CVE-2026-98111

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T12:45:17Z

Weaknesses