CVE-2026-80813
Reported by Linux · Published September 4, 2026
In the Linux kernel, the following vulnerability has been resolved: nvmet: fix NULL pointer dereference in nvmet_execute_identify_nslist() When a host issues an Identify command with CNS 07h (Active Namespace ID List for a specific I/O Command Set), nvmet_execute_identify_nslist() is called with match_css set. The command-set filter dereferences req->ns, but this handler never calls nvmet_req_find_ns(), so req->ns is always NULL (nvmet_req_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.
EPSS 0.17% · 6.4th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 61c9967cd63448292a64f9ee9aeb6e2053e3a624, 61c9967cd63448292a64f9ee9aeb6e2053e3a624, 61c9967cd63448292a64f9ee9aeb6e2053e3a624 |
| Linux | Linux | 6.13, 0, 6.18.47 |
| linux | linux_kernel | 6.13, 6.13, 6.13 |
| Linux | Linux | 61c9967cd63448292a64f9ee9aeb6e2053e3a624, 61c9967cd63448292a64f9ee9aeb6e2053e3a624, 61c9967cd63448292a64f9ee9aeb6e2053e3a624 |
Timeline
- Sep 4, 2026 Coalition ESS Score
- Sep 4, 2026 CVE Published
- Sep 5, 2026 EPSS Score
- Sep 16, 2026 EPSS Score