CVE-2026-90227: nvme/ioctl: check SUBMIT_IO with nvme_cmd_allowed()

Published Sep 17, 2026
·
Updated

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

nvme/ioctl: check SUBMITIO with nvmecmdallowed()

Unlike IOCMD / IO64CMD, NVMEIOCTLSUBMITIO never calls nvmecmdallowed(). Unprivileged callers can thus issue I/O on a partition device or write through a read-only file descriptor.

Pass flags and openforwrite through and reject disallowed commands with -EACCES.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:07 PM
Data Sourced
via MITRE·04:07 PM
Description

Frequently Asked Questions

1

What level of access does an attacker need?

An attacker does not need elevated privileges. The issue is reachable by unprivileged callers able to use NVME_IOCTL_SUBMIT_IO against an NVMe device.

2

What unauthorized operations are possible?

An unprivileged caller can issue I/O to a partition device and can perform writes even when the file descriptor was opened read-only.

3

How does the fix prevent exploitation?

The fix applies nvme_cmd_allowed() checks to NVME_IOCTL_SUBMIT_IO, passing the command flags and whether the device was opened for writing. Commands that are not permitted are rejected with -EACCES.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203