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-46111

7.8 · HIGH
Published May 28, 2026 linux CWE-416 EPSS 0.13% (3th pctl)

Overview

CVE-2026-46111 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 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

Bluetooth: hci_conn: fix potential UAF in create_big_sync

Add hci_conn_valid() check in create_big_sync() to detect stale

connections before proceeding with BIG creation. Handle the

resulting -ECANCELED in create_big_complete() and re-validate the

connection under hci_dev_lock() before dereferencing, matching the

pattern used by create_le_conn_complete() and create_pa_complete().

Keep the hci_conn object alive across the async boundary by taking

a reference via hci_conn_get() when queueing create_big_sync(), and

dropping it in the completion callback. The refcount and the lock

are complementary: the refcount keeps the object allocated, while

hci_dev_lock() serializes hci_conn_hash_del()'s list_del_rcu() on

hdev->conn_hash, as required by hci_conn_del().

hci_conn_put() is called outside hci_dev_unlock() so the final put

(which resolves to kfree() via bt_link_release) does not run under

hdev->lock, though the release

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.0, < 6.6.140 Affected

Frequently Asked Questions

What is CVE-2026-46111?

CVE-2026-46111 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 7.8 (HIGH).

How severe is CVE-2026-46111?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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-46111?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-46111 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.