CVE-2026-80791

Source
https://cve.org/CVERecord?id=CVE-2026-80791
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80791.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80791
Downstream
Published
2026-09-04T15:13:03.204Z
Modified
2026-09-06T03:46:39.618962058Z
Summary
nvmet-auth: zero the AUTH_RECEIVE response buffer
Details

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

nvmet-auth: zero the AUTH_RECEIVE response buffer

nvmetexecuteauthreceive() allocates the response buffer with kmalloc() sized by the host-supplied AUTHRECEIVE 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 nvmetcopyto_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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80791.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
db1312dd95488b5e6ff362ff66fcf953a46b1821
Fixed
447b668faa14710f611e714031e3739ac3ec3a4f
Fixed
8f6363c8d54dde95982f0ab45e77cf57ec0efd62
Fixed
dfcf013f77709ebdb282767edc2795a37cab5b57
Fixed
b26189d28442183a8b5edb754f4a6918f77ca84e
Fixed
2dcc9226203da7275a9c29d20007da278d73d5e9
Fixed
1d6837d98bf966a041af65de5f78de7409ff83bc
Fixed
3ddcfb013322aa37eaa7a0d344b73079c38dfa21

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80791.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.0.0
Fixed
6.1.185
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.154
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.106
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.47
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.11
Type
ECOSYSTEM
Events
Introduced
7.2.0
Fixed
7.2.1

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80791.json"