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

Bluetooth: btintel: Validate length before parsing diagnostics TLV

btintel_diagnostics() accesses tlv->val[0] without first validating
that the diagnostics VSE is long enough to contain that field, so
may cause reading data beyond the received frame.

Fix by validating the length before access.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A defect in the btintel driver causes the diagnostics handler to read the first byte of a TLV value without verifying that the payload is large enough. This out‑of‑bounds read can leak kernel data and may crash the process handling the frame, potentially leading to a denial‑of‑service. The weakness stems from insufficient input validation when parsing Bluetooth diagnostic frames.

Affected Systems

The vulnerability exists in the Linux kernel’s btintel module. Affected releases are all kernel versions that contain the unpatched implementation. No specific minor or patch releases are listed in the CVE data, so any kernel installing that code path without the patch is at risk.

Risk and Exploitability

The CVSS score is 5.5, and the EPSS score is <1%, indicating a moderate severity and a low probability of exploitation. Because the flaw is in kernel space, a local attacker who can influence the Bluetooth stack may trigger it, or an attacker could force the kernel to read from an attacker‑controlled buffer to expose sensitive memory. The lack of an official KEV listing suggests that active exploitation is not widespread at this time, but the kernel context and lack of input validation give this vulnerability a moderate to high likelihood of serious impact if exploited.

Generated by OpenCVE AI on August 21, 2026 at 21:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest kernel update that includes the btintel length‑check fix.
  • If Bluetooth is not required, disable the btintel module or turn off Bluetooth functionality entirely.
  • Restrict the system to trusted Bluetooth devices and monitor diagnostics traffic for anomalous frames.
  • Consider applying local kernel hardening options such as CONFIG_STRICT_MEMORY_RWX to reduce the impact of related memory errors.

Generated by OpenCVE AI on August 21, 2026 at 21:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Fri, 21 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Thu, 20 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Sat, 15 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-125

Sat, 15 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel: Validate length before parsing diagnostics TLV btintel_diagnostics() accesses tlv->val[0] without first validating that the diagnostics VSE is long enough to contain that field, so may cause reading data beyond the received frame. Fix by validating the length before access.
Title Bluetooth: btintel: Validate length before parsing diagnostics TLV
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-08-17T05:21:15.978Z

Reserved: 2026-08-15T05:44:03.912Z

Link: CVE-2026-74532

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T13:17:58.500

Modified: 2026-08-17T06:19:50.120

Link: CVE-2026-74532

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74532 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T22:00:15Z

Weaknesses