CVE-2026-89852

Source
https://cve.org/CVERecord?id=CVE-2026-89852
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89852.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89852
Downstream
Published
2026-09-16T10:31:26Z
Modified
2026-09-18T03:48:33Z
Summary
scsi: qla2xxx: Zero mailbox struct in qla2x00_get_firmware_state()
Details

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

scsi: qla2xxx: Zero mailbox struct in qla2x00_get_firmware_state()

The mbx_cmd_t is allocated on the stack but left uninitialized. qla2x00_mailbox_command() has several early-return paths (PCI permanent failure, device failed, EEH busy, ISP abort pending, mailbox access timeout, purge mbox) that return without writing the input mailbox registers back into mcp->mb[]. qla2x00_get_firmware_state() then unconditionally copies mcp->mb[1..6] (and mb[12]) into the caller's states[] array regardless of the return value.

On such a failure the copied values are uninitialized kernel stack memory, which is then exposed to userspace via the fw_state and mpi_fw_state sysfs handlers. Zero the mailbox struct so a failed query yields deterministic zeroed state instead of leaking stack contents.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89852.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
4d4df1932b6b116aecc81039066fec27f2050762
Fixed
f8fc5cc6b3284506c6ab83c822c48133377668bb
Fixed
f29695b1138ae2539c5cd6cdaba9b1b072aaa81a
Fixed
13d645a2cdb224d27205368f3e3c68bb160daf97
Fixed
2f847f06bb223aa895eea91fc9e5e2d6314038eb
Fixed
1f49e861c18caf8eef7f0ad9a2c5034f88a6ba79
Fixed
e6cfb1ee18336aab41a0941d6d3ea5009aaafc05
Fixed
9f31de4d07e4cde91dfc24522993a5fbb4d67083
Fixed
9efaa782845b4d5fb3e01242be0d06ebc7428d8f

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.26
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-89852.json"