CVE-2026-90228
Last modified
CVE-2026-90228 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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..
Description
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= aaf2e048af2704da5869f27b508b288f36d5c7b7, < 1ce8faf90eb0bf5599b90db38500aefea9426485; >= aaf2e048af2704da5869f27b508b288f36d5c7b7, < b873099944dae5702b4b6db6814d1f1e8d4cfb00; >= aaf2e048af2704da5869f27b508b288f36d5c7b7, < ff28a93a895912010a7827a0e1445ebe8be53b4d; >= aaf2e048af2704da5869f27b508b288f36d5c7b7, < cc29f7082b7ab5e0337f27d1fef16359f05fcffa; >= aaf2e048af2704da5869f27b508b288f36d5c7b7, < 1fb1236312ee1a600de6b3ca560f0b3fd5a50471; >= aaf2e048af2704da5869f27b508b288f36d5c7b7, < 0b4cf43f9ca7118590a338de900edbd6047cd89f; >= aaf2e048af2704da5869f27b508b288f36d5c7b7, < f594863967d87b7fcbff6e724d51135fd701a13d |
| Linux | Linux | 5.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90228?
How severe is CVE-2026-90228?
How do I fix CVE-2026-90228?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-90222In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90223In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90224In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-90225In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90226In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90227In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90229In the Linux kernel, the following vulnerability has been re…7.4
- CVE-2026-90230In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-90231In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-90232In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90233In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90234In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-90228?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
