CVE-2026-90227
Published Sep 17, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: nvme/ioctl: check SUBMIT_IO with nvme_cmd_allowed() Unlike IO_CMD / IO64_CMD, NVME_IOCTL_SUBMIT_IO never calls nvme_cmd_allowed(). Unprivileged callers can thus issue I/O on a partition device or write through a read-only file descriptor. Pass flags and open_for_write through and reject disallowed commands with -EACCES.
Is your site exposed to CVE-2026-90227?
Run a free security scan — no signup, results in seconds.
References
Other References
https://git.kernel.org/stable/c/736b7c6adc7a65c4411beff197b6a634f7a6ca27
https://git.kernel.org/stable/c/95b0591d51dbf9e618d7845883d535e88ad7c8af
https://git.kernel.org/stable/c/b116e9dae433ff631f94c36c61a7a78fe400ed1e
https://git.kernel.org/stable/c/b53d495c7f0db46b6748b5ade48371a10dd5d3bc
https://git.kernel.org/stable/c/c35cd98eed1a863e8dd51073953563cd8c907f68
Frequently Asked Questions
What is CVE-2026-90227? +
In the Linux kernel, the following vulnerability has been resolved:
nvme/ioctl: check SUBMIT_IO with nvme_cmd_allowed()
Unlike IO_CMD / IO64_CMD, NVME_IOCTL_SUBMIT_IO never calls
nvme_cmd_allowed(). Unprivileged callers can thus issue I/O on a
partition device or write through a read-only file descriptor.
Pass flags and open_for_write through and reject disallowed commands
with -EACCES.
How do I check if I'm vulnerable to CVE-2026-90227? +
You can use Secably's free Website Scanner to check your website for known vulnerabilities. For infrastructure scanning, use the Port Scanner to identify exposed services that may be affected. Check the vendor advisories linked above for specific patch and version information.