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

7.1 · HIGH
Published Jul 25, 2026 EPSS 0.27% (18th pctl)

Overview

CVE-2026-64403 is a high-severity vulnerability. It was published on July 25, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.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: L2CAP: validate option length before reading conf opt value

l2cap_get_conf_opt() derives the option length from the

attacker-controlled opt->len field and immediately dereferences

opt->val (as u8, get_unaligned_le16() or get_unaligned_le32(), or a

raw pointer for the default case) before any caller has confirmed

that opt->len bytes are present in the buffer. The callers

(l2cap_parse_conf_req(), l2cap_parse_conf_rsp() and

l2cap_conf_rfc_get()) only detect a malformed option afterwards, once

the running length has gone negative, by which point the

out-of-bounds read has already executed.

An existing post-hoc length check keeps the garbage value from being

consumed, so this is not a data leak in the current control flow. It

is still a validate-after-use ordering bug: up to 4 bytes are read

past the end of the buffer before it is known to contain them, and it

is fragile to future changes in the callers.

Fix

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2026-64403?

CVE-2026-64403 is a high-severity vulnerability. It was published on July 25, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2026-64403?

This vulnerability has a CVSS 3.1 base score of 7.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-64403?

Check the references section for vendor advisories, patches, and mitigation guidance. 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-64403?

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