---
id: CVE-2026-90285
title: |-
  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…
summary: |-
  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…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 5fa8774c7f38c79f38b672c1a0db0c049da477d6 <
    ea79c01ef23c2ec3ace8a98ada517d56763814c2
  - >-
    Linux >= 5fa8774c7f38c79f38b672c1a0db0c049da477d6 <
    beaf45d9a10e7c1de86dcd1cbc8dc17f930444f7
  - >-
    Linux >= 5fa8774c7f38c79f38b672c1a0db0c049da477d6 <
    abe224e7077ae5d47f1208430ede4d99ae310627
  - >-
    Linux >= 5fa8774c7f38c79f38b672c1a0db0c049da477d6 <
    9b6325fc58ab877ecb97fc5642a39e071c343315
  - >-
    Linux >= 5fa8774c7f38c79f38b672c1a0db0c049da477d6 <
    95e1ad3f19dfec09eb4f4273cf7079fd9b35cee6
  - >-
    Linux >= 5fa8774c7f38c79f38b672c1a0db0c049da477d6 <
    067504c00fe175864652764308922d99e199828f
  - >-
    Linux >= 5fa8774c7f38c79f38b672c1a0db0c049da477d6 <
    0e4b5f8cad67eabf98da3f90b6443dcea5783ff3
  - >-
    Linux >= 5fa8774c7f38c79f38b672c1a0db0c049da477d6 <
    5cbc49d5c4cd20c18041e86958103045216d2190
  - Linux 5.2
published: '2026-09-17'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T17:17:25.360'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-90285'
references:
  - url: 'https://git.kernel.org/stable/c/067504c00fe175864652764308922d99e199828f'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/0e4b5f8cad67eabf98da3f90b6443dcea5783ff3'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/5cbc49d5c4cd20c18041e86958103045216d2190'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/95e1ad3f19dfec09eb4f4273cf7079fd9b35cee6'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/9b6325fc58ab877ecb97fc5642a39e071c343315'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/abe224e7077ae5d47f1208430ede4d99ae310627'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/beaf45d9a10e7c1de86dcd1cbc8dc17f930444f7'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/ea79c01ef23c2ec3ace8a98ada517d56763814c2'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-17T16:21:47.834Z'
epss: 0.0021
epssPercentile: 0.11556
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
