Answer in brief
CVE-2026-90267 records a Unknown severity vulnerability in scsi: sd: Fix special_vec mempool leak when scsi_alloc_sgtables() fails. 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 | >=81d926e8b5520e38f1f72dd7bb7cfc81c1a69d87 <5d7d1b8b525e5eff33a01d07dfcf7bdd3b6d790d || >=81d926e8b5520e38f1f72dd7bb7cfc81c1a69d87 <bb31844d88b77138b67aa20c3600203baff40140 | 5d7d1b8b525e5eff33a01d07dfcf7bdd3b6d790d, bb31844d88b77138b67aa20c3600203baff40140 |
| Linux/Linuxgeneric | 4.12 | 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: scsi: sd: Fix special_vec mempool leak when scsi_alloc_sgtables() fails sd_set_special_bvec() allocates a special payload page for UNMAP and WRITE SAME commands. If scsi_alloc_sgtables() fails afterward in sd_setup_unmap_cmnd() or sd_setup_write_same{10,16}_cmnd(), the SCSI midlayer does not call uninit_command() because RQF_DONTPREP is not set yet, leaking the page. Call sd_uninit_command() on error, and clear RQF_SPECIAL_PAYLOAD after freeing the page.
Quoted source text, attributed separately from HOL analysis.