CVE Catalog

CVE-2026-98110

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the Bluetooth btintel driver treats the firmware ID 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. The fix limits the conversion to the advertised TLV value length.

Risk Assessment

Out-of-bounds read could lead to kernel memory disclosure or system crash while processing responses from a Bluetooth controller.

Recommendation

Install the kernel patch to limit firmware ID reading to TLV length and prevent out-of-bounds access.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

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