CVE-2026-90228 PUBLISHED

nvmet: fix NULL pointer dereference in nvmet_execute_identify_ns_zns()

Assigner: Linux
Reserved: 11.09.2026 Published: 17.09.2026 Updated: 17.09.2026

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

nvmet: fix NULL pointer dereference in nvmet_execute_identify_ns_zns()

When a host issues an Identify command with CNS 05h (I/O Command Set specific Identify Namespace) and CSI 02h (ZNS) targeting a file-backed namespace, nvmet_execute_identify_ns_zns() calls bdev_is_zoned() on req->ns->bdev. A file-backed namespace has no block device, so req->ns->bdev is NULL and bdev_is_zoned() dereferences it, oopsing.

The I/O command set is selected by the host-supplied CSI field and the command is routed here whenever CONFIG_BLK_DEV_ZONED is enabled, independent of the namespace backing type, so any file-backed namespace is exposed.

Reject the command with Invalid Field when the namespace is not backed by a block device.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from aaf2e048af2704da5869f27b508b288f36d5c7b7 to 1ce8faf90eb0bf5599b90db38500aefea9426485 (excl.)
  • affected from aaf2e048af2704da5869f27b508b288f36d5c7b7 to b873099944dae5702b4b6db6814d1f1e8d4cfb00 (excl.)
  • affected from aaf2e048af2704da5869f27b508b288f36d5c7b7 to ff28a93a895912010a7827a0e1445ebe8be53b4d (excl.)
  • affected from aaf2e048af2704da5869f27b508b288f36d5c7b7 to cc29f7082b7ab5e0337f27d1fef16359f05fcffa (excl.)
  • affected from aaf2e048af2704da5869f27b508b288f36d5c7b7 to 1fb1236312ee1a600de6b3ca560f0b3fd5a50471 (excl.)
  • affected from aaf2e048af2704da5869f27b508b288f36d5c7b7 to 0b4cf43f9ca7118590a338de900edbd6047cd89f (excl.)
  • affected from aaf2e048af2704da5869f27b508b288f36d5c7b7 to f594863967d87b7fcbff6e724d51135fd701a13d (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 5.14 is affected
  • unaffected from 0 to 5.14 (excl.)
  • unaffected from 5.15.221 to 5.15.* (incl.)
  • unaffected from 6.1.188 to 6.1.* (incl.)
  • unaffected from 6.6.157 to 6.6.* (incl.)
  • unaffected from 6.12.110 to 6.12.* (incl.)
  • unaffected from 6.18.52 to 6.18.* (incl.)
  • unaffected from 7.2.6 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References