CVE-2026-89845

Source
https://cve.org/CVERecord?id=CVE-2026-89845
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89845.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89845
Downstream
Published
2026-09-16T10:31:19Z
Modified
2026-09-18T03:48:33Z
Summary
scsi: qla2xxx: Avoid req_q_map double-read in qla2x00_error_entry()
Details

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

scsi: qla2xxx: Avoid req_q_map double-read in qla2x00_error_entry()

qla2x00_error_entry() reads ha->req_q_map[que] twice: once for the NULL check and again when assigning it to req. The map slot is cleared by qla25xx_free_req_que() (ha->req_q_map[que_id] = NULL under mq_lock) during queue teardown, while the response-queue interrupt that drives qla2x00_error_entry() is still registered (the IRQ is released later in qla25xx_free_rsp_que()). If the slot is set to NULL between the two reads, req becomes NULL and is dereferenced.

Read the slot once into req and NULL-check the local before use. mq_lock is a mutex and cannot be taken from interrupt context, so the single read plus local check is the appropriate fix for the reported NULL dereference.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89845.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
a6fe35c052c4fdd1e8e21251f14eea0bd4bbd25b
Fixed
c845f2597787ef70159a32566669e308b2807a56
Fixed
fe04b31e386aee4cc3a18f07462af146037dc389
Fixed
1b995cf4157465357d66ba096e7cdaafab9972e7
Fixed
d79376fbd2a076de82c1cd8aa0b600b300c75a44
Fixed
1c90b74e484ba48f31944fe04963d99e01ac3767
Fixed
5dd9bec8004ba93cee8b689bf54ce294f59e5e3c
Fixed
35124cfa9898b2088ee72859e573e0876aff66fc
Fixed
deb8abde83a799d2501f3977f6d6051000253f5e

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.4.0
Fixed
5.10.270
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.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-89845.json"