PT-2026-85654 · Linux · Linux

CVE-2026-80813

·

Published

2026-09-04

·

Updated

2026-09-04

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
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.
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-80813

Affected Products

Linux