Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-46138

8.1 · HIGH
Published May 28, 2026 linux CWE-125 EPSS 0.28% (20th pctl)

Overview

CVE-2026-46138 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 28, 2026 and has a CVSS 3.1 base score of 8.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.1, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical 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

properl

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.4.16, < 6.5 Affected

Frequently Asked Questions

What is CVE-2026-46138?

CVE-2026-46138 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 28, 2026 and has a CVSS 3.1 base score of 8.1 (HIGH).

How severe is CVE-2026-46138?

This vulnerability has a CVSS 3.1 base score of 8.1, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-46138?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-46138?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-46138 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.