CVE-2026-89842

Source
https://cve.org/CVERecord?id=CVE-2026-89842
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89842.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89842
Downstream
Published
2026-09-16T10:31:16Z
Modified
2026-09-18T03:48:33Z
Summary
scsi: qla2xxx: Skip NVMe LS reject IOCB when FW not started
Details

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

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

qla_nvme_xmt_ls_rsp() bails out to the out: label when firmware is not started (!ha->flags.fw_started), but the out: path unconditionally calls qla_nvme_ls_reject_iocb(), which ends in qla2x00_start_iocbs() 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 fw_started is also clear.

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

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89842.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
875386b98857822b77ac7f95bdf367b70af5b78c
Fixed
2935b730211c5c1433aa6101fa3b55df2b63869a
Fixed
7c1fc75dd3fb6b6414508fbdf7aeed0d757c9120
Fixed
ac4b019ac07844d3f67ea5e48b1d982b2170d1a7
Fixed
e9bfb56e2c1bda49d3c5442d824569d71eec07e2
Fixed
f7e46ebffc5781aab3f1f5a5d4350addbb5833f4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89842.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.6.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89842.json"