HOMEVULNERABILITIESCVE-2026-46138
HIGH

CVE-2026-46138

Published: May 28, 2026· Updated: May 30, 2026

8.1
CVSS v3.1
EPSS:0.02%probability of exploitation in 30 daysPercentile:5.2th

Official Description

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

Bluetooth: hci_event: Fix OOB read and infinite loop in hci_le_create_big_complete_evt

hci_le_create_big_complete_evt() iterates over BT_BOUND connections for

a BIG handle using a while loop, accessing ev->bis_handle[i++] on each

iteration. However, there is no check that i stays within ev->num_bis

before the array access.

When a controller sends a LE_Create_BIG_Complete event with fewer

bis_handle entries than there are BT_BOUND connections for that BIG,

or with num_bis=0, the loop reads beyond the valid bis_handle[] flex

array into adjacent heap memory. Since the out-of-bounds values

typically exceed HCI_CONN_HANDLE_MAX (0x0EFF), hci_conn_set_handle()

rejects them and the connection remains in BT_BOUND state. The same

connection is then found again by hci_conn_hash_lookup_big_state(),

creating an infinite loop with hci_dev_lock held.

Fix this by terminating the BIG if in case not all BIS could be setup

properly.

NVD Source

Technical Analysis

CVE-2026-46138 requires adjacent network access, limiting remote exploitation but still posing risk in shared or local network environments.

The vulnerability requires no privileges and no user interaction, making it a prime target for automated exploitation campaigns and worm-like propagation.

A successful exploit results in complete confidentiality breach (data exposure), availability disruption (denial of service), with a CVSS base score of 8.1.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorAdjacent
Attack ComplexityLow
Privileges Req.None
User InteractionNone
ScopeUnchanged
Impact
ConfidentialityHigh
IntegrityNone
AvailabilityHigh
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (5)

Quick Facts

CVE IDCVE-2026-46138
CVSS Score8.1 / 10
SeverityHIGH
CISA KEVNo
EPSS (30d)0.02%
PublishedMay 28, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-46138 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.