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

Published Jul 25, 2026 EPSS 0.17% (7th pctl)

Overview

CVE-2026-64405 is a known-severity vulnerability. It was published on July 25, 2026.

Technical Description

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

Bluetooth: hci_conn: Fix null ptr deref in hci_abort_conn()

hci_abort_conn() read hci_skb_event(hdev->sent_cmd) when a connection

was pending, but hdev->sent_cmd can be NULL while req_status is still

HCI_REQ_PEND, leading to a NULL pointer dereference and a general

protection fault from the hci_rx_work() receive path.

Instead of inspecting hdev->sent_cmd, track the in-flight create

connection command with a new per-connection HCI_CONN_CREATE flag and

route all cancellation through hci_cancel_connect_sync(), which

dispatches to a dedicated per-type cancel function. The create command

is in exactly one of two states: still queued, or in flight. The cancel

function holds cmd_sync_work_lock across the whole decision: the worker

takes this lock to dequeue every entry, so while it is held a queued

command cannot start running and an in-flight command cannot complete

and let the next command become pending. This keeps the

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

CVE-2026-64405 is a known-severity vulnerability. It was published on July 25, 2026.

How severe is CVE-2026-64405?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

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

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

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