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

7.3 · HIGH
Published Jul 19, 2026 linux CWE-125 EPSS 0.14% (3th pctl)

Overview

CVE-2026-64126 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 19, 2026 and has a CVSS 3.1 base score of 7.3 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.3, 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: MGMT: validate Add Extended Advertising Data length

MGMT_OP_ADD_EXT_ADV_DATA is registered as a variable-length command,

with MGMT_ADD_EXT_ADV_DATA_SIZE as the fixed header size. The handler

then uses cp->adv_data_len and cp->scan_rsp_len to validate and copy

cp->data, but it never checks that those bytes are part of the mgmt

command payload.

A short command can therefore make add_ext_adv_data() pass an

out-of-bounds pointer into tlv_data_is_valid(). If the bytes beyond

the command buffer are addressable, they can also be copied into the

advertising instance as scan response data, where the caller can read

them back via MGMT_OP_GET_ADV_INSTANCE. The trigger requires

CAP_NET_ADMIN in the initial user namespace; KASAN reports an 8-byte

slab-out-of-bounds read.

Reject commands whose length does not match the fixed header plus both

advertising data lengths before parsing cp->data.

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 >= 5.11, < 5.15.210 Affected

Frequently Asked Questions

What is CVE-2026-64126?

CVE-2026-64126 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 19, 2026 and has a CVSS 3.1 base score of 7.3 (HIGH).

How severe is CVE-2026-64126?

This vulnerability has a CVSS 3.1 base score of 7.3, 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-64126?

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

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