CVE-2026-80813

Source
https://cve.org/CVERecord?id=CVE-2026-80813
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80813.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80813
Downstream
Published
2026-09-04T15:13:33.761Z
Modified
2026-09-06T03:46:39.282779636Z
Summary
nvmet: fix NULL pointer dereference in nvmet_execute_identify_nslist()
Details

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

nvmet: fix NULL pointer dereference in nvmetexecuteidentify_nslist()

When a host issues an Identify command with CNS 07h (Active Namespace ID List for a specific I/O Command Set), nvmetexecuteidentifynslist() is called with matchcss set. The command-set filter dereferences req->ns, but this handler never calls nvmetreqfindns(), so req->ns is always NULL (nvmetreq_init() resets it to NULL). As soon as an enabled namespace with an NSID greater than the requested value exists, req->ns->csi dereferences a NULL pointer and oopses.

Besides the crash, the comparison is logically wrong: to filter the list by command set it must test the command set of the namespace being iterated, not a single fixed value. Use the loop variable ns->csi.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80813.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
61c9967cd63448292a64f9ee9aeb6e2053e3a624
Fixed
61dc1a37e04d4003a19095f54883358330034a39
Fixed
2bc1e33ff6a558c8ceef7c0077f3ef70a15fcba2
Fixed
123d664ac98d6f3464462ad4a530474b91ba9890
Fixed
79aba4c9403419d822972d2851f2a96a2c0531cf

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

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-80813.json"