CVE Catalog

CVE-2026-80759

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the Bluetooth hci_aml driver's aml_download_firmware() function reads two lengths from the firmware header and uses them to build pointers before checking that the header and segment data are present. A truncated or inconsistent firmware image can cause the driver to read past firmware->data while constructing TCI commands. The fix rejects images shorter than the header and ensures that the ICCM and DCCM ranges fit within the loaded firmware.

Risk Assessment

The risk involves potential out-of-bounds memory read, which could lead to information disclosure or system instability. An attacker with access to the Bluetooth interface could exploit this vulnerability to disrupt the driver.

Recommendation

It is recommended to immediately update the Linux kernel to a version containing the fix for CVE-2026-80759. Also, restrict access to Bluetooth interfaces to trusted devices only.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_aml: validate firmware segment lengths aml_download_firmware() reads two lengths from the firmware header and uses them to build pointers before checking that the header and segment data are present. A truncated or inconsistent firmware image can make the driver read past firmware->data while constructing TCI commands. Reject images shorter than the header and ensure that the ICCM and DCCM ranges fit within the loaded firmware before downloading either segment.

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