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

7.8 · HIGH
Published May 1, 2026 linux CWE-787 EPSS 0.14% (4th pctl)

Overview

CVE-2026-31772 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 1, 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_sync: fix stack buffer overflow in hci_le_big_create_sync

hci_le_big_create_sync() uses DEFINE_FLEX to allocate a

struct hci_cp_le_big_create_sync on the stack with room for 0x11 (17)

BIS entries. However, conn->num_bis can hold up to HCI_MAX_ISO_BIS (31)

entries — validated against ISO_MAX_NUM_BIS (0x1f) in the caller

hci_conn_big_create_sync(). When conn->num_bis is between 18 and 31,

the memcpy that copies conn->bis into cp->bis writes up to 14 bytes

past the stack buffer, corrupting adjacent stack memory.

This is trivially reproducible: binding an ISO socket with

bc_num_bis = ISO_MAX_NUM_BIS (31) and calling listen() will

eventually trigger hci_le_big_create_sync() from the HCI command

sync worker, causing a KASAN-detectable stack-out-of-bounds write:

BUG: KASAN: stack-out-of-bounds in hci_le_big_create_sync+0x256/0x3b0

Write of size 31 at addr ffffc90000487b48 by task kworker/u9:0/71

Fix

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.11.11, < 6.12 Affected

Frequently Asked Questions

What is CVE-2026-31772?

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

How severe is CVE-2026-31772?

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

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

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