Answer in brief
CVE-2026-90233 records a Unknown severity vulnerability in nvme-pci: release descriptor pools on probe failure. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), 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), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=d977506f8863807129d7a11f4057dfb1b38085ea <c25b6b28a35f9e36ce5dd6da5905bcddb2128707 || >=d977506f8863807129d7a11f4057dfb1b38085ea <79fb405966edb5065234440d94cc75bfd7b01f41 || >=d977506f8863807129d7a11f4057dfb1b38085ea <cb144c2f67128abfa5c7ba33318617d19f192156 | c25b6b28a35f9e36ce5dd6da5905bcddb2128707, 79fb405966edb5065234440d94cc75bfd7b01f41, cb144c2f67128abfa5c7ba33318617d19f192156 |
| Linux/Linuxgeneric | 6.16 | Not reported |
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-pci: release descriptor pools on probe failure The per-NUMA-node descriptor DMA pools are created lazily from nvme_init_hctx_common() once the admin tag set is allocated, but they are only destroyed in nvme_remove() via nvme_release_descriptor_pools(). Any probe failure after the admin tag set has been allocated unwinds through the out_disable label and nvme_pci_free_ctrl(), neither of which releases the pools, leaking the dma_pool objects. Release the descriptor pools in the out_disable error path. It must not be added to nvme_pci_free_ctrl(), as that would double-free against nvme_remove() on the normal teardown path.
Quoted source text, attributed separately from HOL analysis.