SEPTEMBER 23, 2026
Live Feed
Back to database
Case File

CVE-2026-74532

UNKNOWN · CVSS N/A EPSS 0.17%

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-09-14

CyberRota Analysis

AI-Generated

The vulnerability in the Linux kernel affects the Bluetooth btintel component, where the function btintel_diagnostics() fails to validate the length of the diagnostics TLV before accessing its data. This oversight could lead to potential out-of-bounds reads, which may expose sensitive information or cause instability in the system. Organizations using Linux-based systems with Bluetooth capabilities should prioritize applying the patch to mitigate any risks associated with this vulnerability.

CVE
CVE-2026-74532
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

Original NVD 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.