CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-64319

criticalCVSS 9.1covered by 2 sourcesfirst seen 2026-07-14
In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: validate reply message payload bounds against transfer length nvmet_auth_reply() accesses the variable-length rval[] array using attacker-controlled hl (hash length) and dhvlen (DH value length) fields without verifying they fit within the allocated buffer of tl bytes. A malicious NVMe-oF initiator can craft a DHCHAP_REPLY message with a small transfer length but large hl/dhvlen values, causing out-of-bounds heap reads when the target processes the DH public key (rval + 2*hl) or performs the host response memcmp. With DH authentication configured, the OOB pointer is passed directly to sg_init_one() and read by crypto_kpp_compute_shared_secret(), reaching up to 526 bytes past the buffer. This is exploitable pre-authentication. Add bounds validation ensuring sizeof(*data) + 2*hl + dhvlen <= tl before any access to the variable-length fields. Discovered by Atuin - Automated Vulnerability Discovery Engine.

CSIRTS triage

Other
What
This vulnerability involves improper validation of reply message payload bounds in nvmet-auth.
Who is affected
Deployments using nvmet-auth.
Urgency
Remediation is necessary to ensure proper authentication, with no current exploitation reported.
Action
Apply the patch for CVE-2026-64319.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-64319

Get an email if CVE-2026-64319 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-64319

CVE.org record

Embed the live status

CVE-2026-64319 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-64319 status](https://www.csirts.com/badge/CVE-2026-64319)](https://www.csirts.com/cve/CVE-2026-64319)