CVE-2026-89855: scsi: qla2xxx: Serialize flash version read in reset handler

Published Sep 16, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

scsi: qla2xxx: Serialize flash version read in reset handler

The "update cache versions without reset" sysfs reset operation (0x20261) calls getflashversion(), which reads hardware flash registers, without holding ha->optrommutex. The VPD update path serializes the same call under optrommutex, so this reset path can interleave its flash register accesses with a concurrent VPD or optrom flash operation and corrupt the reads.

Hold ha->optrommutex across the getflashversion() call to match the VPD update path.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 16, 2026
CVE Published
via MITRE·10:31 AM
Data Sourced
via MITRE·10:31 AM
Description

Frequently Asked Questions

1

What conditions are required to trigger the issue?

The qla2xxx driver's “update cache versions without reset” sysfs reset operation (0x20261) must run concurrently with a VPD update or optrom flash operation. The race occurs because both paths access hardware flash registers, but the reset path does not serialize its get_flash_version() call with ha->optrom_mutex.

2

Which systems are exposed?

Systems using the Linux kernel qla2xxx SCSI driver are relevant. Exposure specifically depends on use of the affected sysfs reset operation together with concurrent VPD or optrom flash activity.

3

What can be done if the fix cannot be deployed immediately?

Avoid running the “update cache versions without reset” sysfs reset operation while VPD updates or optrom flash operations are in progress. Serializing those administrative operations prevents the conflicting flash-register accesses described in the vulnerability.

4

How can administrators determine whether the vulnerable path is being used?

Review whether the qla2xxx sysfs reset operation value 0x20261 is invoked and whether VPD update or optrom flash operations can occur at the same time. The issue is tied to concurrent use of those paths rather than to a standalone flash-version read.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203