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

9.1 · CRITICAL
Published Jul 25, 2026 EPSS 0.75% (52th pctl)

Overview

CVE-2026-64320 is a critical-severity vulnerability. It was published on July 25, 2026 and has a CVSS 3.1 base score of 9.1 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.1, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log Page

nvmet_execute_disc_get_log_page() validates only the dword alignment

of the host-supplied Log Page Offset (lpo). The 64-bit offset is then

added to a small kzalloc'd buffer that holds the discovery log page

and the result is passed straight to nvmet_copy_to_sgl(), which

memcpy()s data_len bytes out to the host with no source-side bound

check:

u64 offset = nvmet_get_log_page_offset(req->cmd); /* 64-bit host */

size_t data_len = nvmet_get_log_page_len(req->cmd); /* 32-bit host */

...

if (offset & 0x3) { ... } /* only check */

...

alloc_len = sizeof(*hdr) + entry_size * discovery_log_entries(req);

buffer = kzalloc(alloc_len, GFP_KERNEL);

...

status = nvmet_copy_to_sgl(req, 0, buffer + offset, data_len);

The Discovery controller is unauthenticated -- nvmet_host_allowed()

ret

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

CVE-2026-64320 is a critical-severity vulnerability. It was published on July 25, 2026 and has a CVSS 3.1 base score of 9.1 (CRITICAL).

How severe is CVE-2026-64320?

This vulnerability has a CVSS 3.1 base score of 9.1, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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

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