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

Bluetooth: btintel: bound firmware ID by TLV length

The firmware ID is treated as a NUL-terminated string even though the
TLV length is its only boundary. If the value does not contain a NUL
terminator, snprintf() can read beyond the received response.

Limit the conversion to the advertised TLV value length.
Published: 2026-09-25
Score: n/a
EPSS: n/a
KEV: No
Impact: Information Disclosure from a buffer overread
Action: Apply patch
AI Analysis

Impact

The Linux kernel Bluetooth Intel driver interprets the firmware ID in a TLV as a NUL-terminated string even though no NUL terminator is required. If the TLV payload does not contain a NUL byte, the snprintf call used to copy the ID can read past the advertised TLV length and leak data from kernel memory. An attacker who can send a crafted Bluetooth firmware request could trigger this out‑of‑bounds read, potentially accessing confidential data stored adjacent to the firmware ID string. The flaw does not directly allow code execution but it can enable sensitive information disclosure and may crash the driver during normal operation.

Affected Systems

Vulnerable systems are Linux distributions that ship the Linux kernel with the btintel Bluetooth Intel driver. No specific kernel release numbers are provided in the public advisory, so any kernel version containing this driver prior to the fix is at risk. The issue is specific to the driver code handling the firmware response, not to user space applications.

Risk and Exploitability

The CVE does not list a CVSS score or EPSS, and it is not in the CISA KEV catalog, indicating that the overall risk has been assessed as moderate at this moment. However, the vulnerability is exploitable from an external Bluetooth device, meaning that any client device that can communicate with the kernel’s Bluetooth stack can trigger the read. No public exploit has been reported, so the likelihood of successful exploitation in the wild may be low, but the potential impact of information leakage warrants attention. The threat is most effective against devices that expose Bluetooth services and are reachable by attackers.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel version that includes the fix for the btintel firmware ID handling bug
  • If an immediate kernel upgrade is not possible, disable the btintel driver or suspend Bluetooth services to prevent receiving malformed firmware requests
  • If disabling the driver is not an option, monitor kernel logs and system stability for signs of abnormal reads or crashes that could indicate exploitation

Generated by OpenCVE AI on September 25, 2026 at 12:35 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-682

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: bound firmware ID by TLV length The firmware ID is treated as a NUL-terminated string even though the TLV length is its only boundary. If the value does not contain a NUL terminator, snprintf() can read beyond the received response. Limit the conversion to the advertised TLV value length.
Title Bluetooth: btintel: bound firmware ID by TLV length
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.136Z

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

Link: CVE-2026-98110

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-98110

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses