Answer in brief
CVE-2026-90285 records a Unknown severity vulnerability in scsi: qla2xxx: Remove redundant VPD flash read in sysfs read path. 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 | >=5fa8774c7f38c79f38b672c1a0db0c049da477d6 <ea79c01ef23c2ec3ace8a98ada517d56763814c2 || >=5fa8774c7f38c79f38b672c1a0db0c049da477d6 <beaf45d9a10e7c1de86dcd1cbc8dc17f930444f7 || >=5fa8774c7f38c79f38b672c1a0db0c049da477d6 <abe224e7077ae5d47f1208430ede4d99ae310627 || >=5fa8774c7f38c79f38b672c1a0db0c049da477d6 <9b6325fc58ab877ecb97fc5642a39e071c343315 || >=5fa8774c7f38c79f38b672c1a0db0c049da477d6 <95e1ad3f19dfec09eb4f4273cf7079fd9b35cee6 || >=5fa8774c7f38c79f38b672c1a0db0c049da477d6 <067504c00fe175864652764308922d99e199828f || >=5fa8774c7f38c79f38b672c1a0db0c049da477d6 <0e4b5f8cad67eabf98da3f90b6443dcea5783ff3 || >=5fa8774c7f38c79f38b672c1a0db0c049da477d6 <5cbc49d5c4cd20c18041e86958103045216d2190 | ea79c01ef23c2ec3ace8a98ada517d56763814c2, beaf45d9a10e7c1de86dcd1cbc8dc17f930444f7, abe224e7077ae5d47f1208430ede4d99ae310627, 9b6325fc58ab877ecb97fc5642a39e071c343315, 95e1ad3f19dfec09eb4f4273cf7079fd9b35cee6, 067504c00fe175864652764308922d99e199828f, 0e4b5f8cad67eabf98da3f90b6443dcea5783ff3, 5cbc49d5c4cd20c18041e86958103045216d2190 |
| Linux/Linuxgeneric | 5.2 | 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: qla2xxx: Remove redundant VPD flash read in sysfs read path qla2x00_sysfs_read_vpd() called ha->isp_ops->read_optrom() a second time after releasing optrom_mutex. The repeated read is redundant and, unlike the first, runs without optrom_mutex held, exposing flash access to concurrent optrom operations. Drop the duplicate call.
Quoted source text, attributed separately from HOL analysis.