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

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

Overview

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

Technical Description

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

xhci: sideband: fix ring sg table pages leak

xhci_ring_to_sgtable() allocates a temporary pages array and

uses it to build the returned sg_table with

sg_alloc_table_from_pages().

The error paths free the pages array, but the success path

returns the sg_table without freeing it. This leaks the temporary

array every time a sideband client gets an endpoint or event ring

buffer.

Free the pages array after sg_alloc_table_from_pages() succeeds.

The returned sg_table has its own scatterlist entries and does not

depend on the temporary array after construction.

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

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

How severe is CVE-2026-64464?

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

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

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