CVE Catalog

CVE-2026-80763

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the Bluetooth hci_event handler lacks validation of the LE Set CIG Parameters response. The function hci_cc_le_set_cig_params() trusts the num_handles value and reads entries from the array without checking that the response contains enough data.

Risk Assessment

A malfunctioning controller can send a truncated response, leading to an out-of-bounds read of the skb buffer and potentially a system crash.

Recommendation

Apply the Linux kernel update containing the fix that validates that the remaining skb data contains all advertised handles.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

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