CVE-2026-89852
Last modified
CVE-2026-89852 is a vulnerability of currently unknown severity. 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.
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4d4df1932b6b116aecc81039066fec27f2050762, < f8fc5cc6b3284506c6ab83c822c48133377668bb; >= 4d4df1932b6b116aecc81039066fec27f2050762, < f29695b1138ae2539c5cd6cdaba9b1b072aaa81a; >= 4d4df1932b6b116aecc81039066fec27f2050762, < 13d645a2cdb224d27205368f3e3c68bb160daf97; >= 4d4df1932b6b116aecc81039066fec27f2050762, < 2f847f06bb223aa895eea91fc9e5e2d6314038eb; >= 4d4df1932b6b116aecc81039066fec27f2050762, < 1f49e861c18caf8eef7f0ad9a2c5034f88a6ba79; >= 4d4df1932b6b116aecc81039066fec27f2050762, < e6cfb1ee18336aab41a0941d6d3ea5009aaafc05; >= 4d4df1932b6b116aecc81039066fec27f2050762, < 9f31de4d07e4cde91dfc24522993a5fbb4d67083; >= 4d4df1932b6b116aecc81039066fec27f2050762, < 9efaa782845b4d5fb3e01242be0d06ebc7428d8f |
| Linux | Linux | 2.6.26 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89852?
How severe is CVE-2026-89852?
How do I fix CVE-2026-89852?
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-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
- CVE-2026-89849In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-8985Autel Maxi Charger Single firmware through V1.03.51 is vulne…9.8
- CVE-2026-89850In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89851In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89853In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89854In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89855In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89856In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89857In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89858In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89852?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
