CVE-2026-64319
Last modified
CVE-2026-64319 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. 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.. EPSS estimates a 0.52% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= db1312dd95488b5e6ff362ff66fcf953a46b1821, < 80cd28b56ab62d3e7ed0a7bf05282e6d3ee5b2a0; >= db1312dd95488b5e6ff362ff66fcf953a46b1821, < 999f6205ede984a786f35f727b01f971b98e215d; >= db1312dd95488b5e6ff362ff66fcf953a46b1821, < 6d7649c1231dac14d906985d2936967e23041c26; >= db1312dd95488b5e6ff362ff66fcf953a46b1821, < caa71b3a43ea5c13fe7141cb019ebcb03b8ac857; >= db1312dd95488b5e6ff362ff66fcf953a46b1821, < 3a413ece2504c70aa34a20be4dafec04e8c741f9 |
| Linux | Linux | 6.0 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64319?
How severe is CVE-2026-64319?
How do I fix CVE-2026-64319?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64313In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64314In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64315In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-64316In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64317In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64318In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-6432Improper bounds validation in EmberZNet SDK versions 9.0.2 a…5.3
- CVE-2026-64320In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-64321In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64322In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64323In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64324In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-64319?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
