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

Bluetooth: hci_event: validate LE Set CIG Parameters response

The Command Complete dispatch validates only the fixed part of the LE Set
CIG Parameters response. After that part is pulled from the skb,
hci_cc_le_set_cig_params() trusts num_handles and reads each entry in the
trailing handle array.

Matching num_handles against the command's num_cis does not guarantee
that the response contains the advertised handles. A truncated response
from a malfunctioning controller can therefore make the handler read
beyond the skb data.

Validate that the remaining skb data contains all advertised handles.
Include this in the existing response validation so malformed responses
also follow the established CIG failure handling.
Published: 2026-09-04
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In Linux kernel Bluetooth code, the handler for the LE Set CIG Parameters response trusts the num_handles field without validating that the accompanying handle array fully exists in the received packet. If a controller returns a truncated response, the code reads beyond the supplied socket buffer, which can trigger a buffer overread. This uncontrolled read can lead to kernel crashes or leakage of kernel memory contents, effectively providing a denial‑of‑service mechanism for a malicious Bluetooth controller.

Affected Systems

This flaw exists in the Linux kernel Bluetooth subsystem; any kernel version that contains the vulnerable hci_event handling code is impacted. No specific kernel version range is listed, so all kernels not yet patched must be considered at risk.

Risk and Exploitability

The EPSS score is unavailable and the vulnerability is not listed in the KEV catalog, yet the potential for a kernel crash or information leak remains serious. Attack execution requires a malicious or compromised Bluetooth controller that can send a malformed LE Set CIG Parameters response, which is feasible with a nearby device or an untrusted controller.

Generated by OpenCVE AI on September 4, 2026 at 16:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy a Linux kernel update that contains the patch for hci_event LE Set CIG Parameters validation.
  • If the system does not require Bluetooth functionality, disable the Bluetooth subsystem to eliminate the attack surface.
  • Continuously monitor system logs and crash dumps for indications of buffer overreads or kernel panics, and adjust security controls accordingly.

Generated by OpenCVE AI on September 4, 2026 at 16:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 17:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Fri, 04 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: validate LE Set CIG Parameters response The Command Complete dispatch validates only the fixed part of the LE Set CIG Parameters response. After that part is pulled from the skb, hci_cc_le_set_cig_params() trusts num_handles and reads each entry in the trailing handle array. Matching num_handles against the command's num_cis does not guarantee that the response contains the advertised handles. A truncated response from a malfunctioning controller can therefore make the handler read beyond the skb data. Validate that the remaining skb data contains all advertised handles. Include this in the existing response validation so malformed responses also follow the established CIG failure handling.
Title Bluetooth: hci_event: validate LE Set CIG Parameters response
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-04T15:12:35.652Z

Reserved: 2026-08-26T14:34:25.791Z

Link: CVE-2026-80763

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T16:18:01.487

Modified: 2026-09-04T16:18:01.487

Link: CVE-2026-80763

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T16:45:05Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer