CVE-2026-89842: scsi: qla2xxx: Skip NVMe LS reject IOCB when FW not started

Published Sep 16, 2026
·
Updated

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

scsi: qla2xxx: Skip NVMe LS reject IOCB when FW not started

qlanvmexmtlsrsp() bails out to the out: label when firmware is not started (!ha->flags.fwstarted), but the out: path unconditionally calls qlanvmelsrejectiocb(), which ends in qla2x00startiocbs() and an unconditional doorbell write to the request queue in-pointer register. This rings the firmware doorbell and queues an IOCB that stopped or resetting firmware cannot consume, and touches MMIO during the reset/EEH window where fwstarted is also clear.

Only emit the LS reject IOCB (and ring the doorbell) when fwstarted is set; otherwise just clean up and return. The post-allocation failure cases (SRB alloc / qla2x00startsp() failure) run with firmware started and still send the reject. Apply the same guard to the reject emission in qla2xxxprocesspurlspkt().

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

When can this issue be triggered?

It occurs when the qla2xxx driver handles an NVMe LS response or PURLs packet while adapter firmware is stopped, resetting, or in an EEH window, as indicated by fw_started being clear. In that state, the affected paths can still issue a reject IOCB and ring the firmware doorbell.

2

What is the practical impact during a firmware reset or EEH event?

The driver can queue an IOCB for firmware that cannot consume it and perform an MMIO doorbell write during the reset or EEH window. The fix avoids both actions when firmware has not started, while preserving reject handling for allocation and start failures that occur with firmware running.

3

How can I determine whether the fix is present?

Check whether the qla2xxx driver guards reject IOCB emission in both qla_nvme_xmt_ls_rsp() and qla2xxx_process_purls_pkt() so that qla_nvme_ls_reject_iocb() is called only when fw_started is set. The listed kernel stable references contain the corresponding changes.

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