CVE-2026-80791
Last modified
CVE-2026-80791 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: zero the AUTH_RECEIVE response buffer nvmet_execute_auth_receive() allocates the response buffer with kmalloc() sized by the host-supplied AUTH_RECEIVE allocation length, but the DH-HMAC-CHAP builders write only a fixed-size message into it. The full allocation length is then copied to the wire by nvmet_copy_to_sgl(), so a remote initiator receives the bytes past the built message -- up to nearly a page of uninitialized slab -- during the pre-authentication handshake. Allocate the buffer with kzalloc() so the unwritten tail is zeroed before it is sent; conforming responses are unaffected..
Description
In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: zero the AUTH_RECEIVE response buffer nvmet_execute_auth_receive() allocates the response buffer with kmalloc() sized by the host-supplied AUTH_RECEIVE allocation length, but the DH-HMAC-CHAP builders write only a fixed-size message into it. The full allocation length is then copied to the wire by nvmet_copy_to_sgl(), so a remote initiator receives the bytes past the built message -- up to nearly a page of uninitialized slab -- during the pre-authentication handshake. Allocate the buffer with kzalloc() so the unwritten tail is zeroed before it is sent; conforming responses are unaffected.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= db1312dd95488b5e6ff362ff66fcf953a46b1821, < 447b668faa14710f611e714031e3739ac3ec3a4f; >= db1312dd95488b5e6ff362ff66fcf953a46b1821, < 8f6363c8d54dde95982f0ab45e77cf57ec0efd62; >= db1312dd95488b5e6ff362ff66fcf953a46b1821, < dfcf013f77709ebdb282767edc2795a37cab5b57; >= db1312dd95488b5e6ff362ff66fcf953a46b1821, < b26189d28442183a8b5edb754f4a6918f77ca84e; >= db1312dd95488b5e6ff362ff66fcf953a46b1821, < 2dcc9226203da7275a9c29d20007da278d73d5e9; >= db1312dd95488b5e6ff362ff66fcf953a46b1821, < 1d6837d98bf966a041af65de5f78de7409ff83bc; >= db1312dd95488b5e6ff362ff66fcf953a46b1821, < 3ddcfb013322aa37eaa7a0d344b73079c38dfa21 |
| Linux | Linux | 6.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80791?
How severe is CVE-2026-80791?
How do I fix CVE-2026-80791?
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-80786In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80787In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80788In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80789In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8079In Progress Flowmon versions prior to 12.5.9 and 13.0.11, a …7.3
- CVE-2026-80790In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80792In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80793In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80794In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80795In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80796In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80797In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80791?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
