CVE-2026-90230
Last modified
CVE-2026-90230 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nvmet: fix heap out-of-bounds read in nvmet_auth_negotiate() nvmet_execute_auth_send() allocates the DH-HMAC-CHAP message buffer with the host-supplied transfer length (tl) and hands it to nvmet_auth_negotiate() without passing tl along. nvmet_auth_negotiate() then reads the negotiate header and, for each of the halen hash identifiers and dhlen DH group identifiers, indexes into the fixed idlist[60] array (hashes at idlist[0..halen), groups at idlist[30..]). Neither the transfer length nor halen/dhlen is validated.
Description
In the Linux kernel, the following vulnerability has been resolved: nvmet: fix heap out-of-bounds read in nvmet_auth_negotiate() nvmet_execute_auth_send() allocates the DH-HMAC-CHAP message buffer with the host-supplied transfer length (tl) and hands it to nvmet_auth_negotiate() without passing tl along. nvmet_auth_negotiate() then reads the negotiate header and, for each of the halen hash identifiers and dhlen DH group identifiers, indexes into the fixed idlist[60] array (hashes at idlist[0..halen), groups at idlist[30..]). Neither the transfer length nor halen/dhlen is validated. A malicious or non-conformant host can report a tl smaller than the negotiate structure, or a halen/dhlen larger than the array (both are u8, up to 255), making the loops read past the end of the allocated buffer (heap out-of-bounds read). The sibling nvmet_auth_reply() already validates tl against the structure size; the negotiate path did not. Pass tl into nvmet_auth_negotiate(), reject a tl that does not cover the negotiate data plus one full protocol descriptor, and reject halen/dhlen larger than NVME_AUTH_DHCHAP_MAX_DH_IDS.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= db1312dd95488b5e6ff362ff66fcf953a46b1821, < 89ff11b72f38976f3b5aea23a5228ee05e277209; >= db1312dd95488b5e6ff362ff66fcf953a46b1821, < aaac783950b17c57df9b6f7344747cacb1a407ed; >= db1312dd95488b5e6ff362ff66fcf953a46b1821, < c38a8186326799957d293d370136c128cd113916; >= db1312dd95488b5e6ff362ff66fcf953a46b1821, < 7b81e4d2230e3d2d372c826180c4ef0efc244f31; >= db1312dd95488b5e6ff362ff66fcf953a46b1821, < 5bb96cc218835769ab74ec7f3ea2bf81fbffe955 |
| Linux | Linux | 6.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90230?
How severe is CVE-2026-90230?
How do I fix CVE-2026-90230?
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-90224In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-90225In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90226In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90227In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90228In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-90229In the Linux kernel, the following vulnerability has been re…7.4
- CVE-2026-90231In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-90232In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90233In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90234In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-90235In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-90236In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90230?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
