CVE-2026-89842
Last modified
CVE-2026-89842 is a vulnerability of currently unknown severity. 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.
Description
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().
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 875386b98857822b77ac7f95bdf367b70af5b78c, < 2935b730211c5c1433aa6101fa3b55df2b63869a; >= 875386b98857822b77ac7f95bdf367b70af5b78c, < 7c1fc75dd3fb6b6414508fbdf7aeed0d757c9120; >= 875386b98857822b77ac7f95bdf367b70af5b78c, < ac4b019ac07844d3f67ea5e48b1d982b2170d1a7; >= 875386b98857822b77ac7f95bdf367b70af5b78c, < e9bfb56e2c1bda49d3c5442d824569d71eec07e2; >= 875386b98857822b77ac7f95bdf367b70af5b78c, < f7e46ebffc5781aab3f1f5a5d4350addbb5833f4 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89842?
How severe is CVE-2026-89842?
How do I fix CVE-2026-89842?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89837In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89838In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89839In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8984Autel Maxi Charger Single firmware through V1.03.51 allows u…9.8
- CVE-2026-89840In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89841In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89843In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89844In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89845In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89846In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89847In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89848In the Linux kernel, the following vulnerability has been re…8.1
Are you affected by CVE-2026-89842?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
