CVE-2026-64319: nvmet-auth: validate reply message payload bounds against transfer length

Published Jul 25, 2026
·
Updated

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

nvmet-auth: validate reply message payload bounds against transfer length

nvmetauthreply() 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 DHCHAPREPLY 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 + 2hl) or performs the host response memcmp.

With DH authentication configured, the OOB pointer is passed directly to sginitone() and read by cryptokppcomputesharedsecret(), reaching up to 526 bytes past the buffer. This is exploitable pre-authentication.

Add bounds validation ensuring sizeof(data) + 2hl + dhvlen <= tl before any access to the variable-length fields.

Discovered by Atuin - Automated Vulnerability Discovery Engine.

Affected Software

5 affected components
Linux Linux kernel
Linux Linux kernel>=6.0<6.6.145
Linux Linux kernel>=6.7<6.12.96
Linux Linux kernel>=6.13<6.18.39
Linux Linux kernel>=6.19<7.1.4

Event History

Jul 25, 2026
CVE Published
via MITRE·08:49 AM
Data Sourced
via MITRE·08:49 AM
DescriptionSeverity
Data Sourced
via NVD·10:17 AM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-64319?

The severity of CVE-2026-64319 is critical with a CVSS score of 9.1.

2

How do I fix CVE-2026-64319?

To fix CVE-2026-64319, update the Linux kernel to a version that addresses this vulnerability.

3

What impact does CVE-2026-64319 have on system security?

CVE-2026-64319 can allow an attacker to exploit the nvmet-auth component leading to potential data exposure.

4

Which versions of the Linux kernel are affected by CVE-2026-64319?

CVE-2026-64319 affects specific versions of the Linux kernel that do not validate reply message payload bounds.

5

Is there a workaround for CVE-2026-64319?

Currently, the recommended response to CVE-2026-64319 is to apply the available kernel updates rather than relying on a workaround.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203