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

5.5 · MEDIUM
Published Jul 19, 2026 linux EPSS 0.13% (3th pctl)

Overview

CVE-2026-64127 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 19, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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: L2CAP: ecred_reconfigure: send packed pdu, not stack pointer

Commit 1c08108f3014 ("Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end

warnings") converted the on-stack request PDU in l2cap_ecred_reconfigure()

from an explicit packed struct to DEFINE_RAW_FLEX(), but did not adjust the

size and source-pointer arguments to l2cap_send_cmd():

- struct {

- struct l2cap_ecred_reconf_req req;

- __le16 scid;

- } pdu;

+ DEFINE_RAW_FLEX(struct l2cap_ecred_reconf_req, pdu, scid, 1);

...

l2cap_send_cmd(conn, chan->ident, L2CAP_ECRED_RECONF_REQ,

sizeof(pdu), &pdu);

After the conversion, DEFINE_RAW_FLEX() expands to declare an anonymous

union pdu_u plus a local pointer "pdu" pointing at it. Therefore:

- sizeof(pdu) is now sizeof(struct l2cap_ecred_reconf_req *) = 8 on

64-bit (4 on 32-bit), not the 6 bytes of (mtu, mps, scid[1]).

-

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.10, < 6.12.92 Affected

Frequently Asked Questions

What is CVE-2026-64127?

CVE-2026-64127 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 19, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-64127?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-64127?

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

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