Answer in brief
CVE-2026-90227 records a Unknown severity vulnerability in nvme/ioctl: check SUBMIT_IO with nvme_cmd_allowed(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <c35cd98eed1a863e8dd51073953563cd8c907f68 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <95b0591d51dbf9e618d7845883d535e88ad7c8af || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <736b7c6adc7a65c4411beff197b6a634f7a6ca27 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <b116e9dae433ff631f94c36c61a7a78fe400ed1e || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <b53d495c7f0db46b6748b5ade48371a10dd5d3bc || >=0 <6.6.157 || >=0 <6.12.110 || >=0 <6.18.52 || >=0 <7.2.6 | c35cd98eed1a863e8dd51073953563cd8c907f68, 95b0591d51dbf9e618d7845883d535e88ad7c8af, 736b7c6adc7a65c4411beff197b6a634f7a6ca27, b116e9dae433ff631f94c36c61a7a78fe400ed1e, b53d495c7f0db46b6748b5ade48371a10dd5d3bc, 6.6.157, 6.12.110, 6.18.52, 7.2.6 |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 2026
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.
Quoted source text, attributed separately from HOL analysis.