CVE-2026-89850
Last modified
CVE-2026-89850 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Don't query firmware state while chip is down qla2x00_fw_state_show() initializes rval to QLA_FUNCTION_FAILED and jumps to the out: label when the chip is down or EEH is busy. The out: block then re-issued qla2x00_get_firmware_state() because rval != QLA_SUCCESS, defeating the chip-down/EEH-busy guards and issuing a mailbox command (outside optrom_mutex) during ISP reset or PCI error recovery, which can hang the adapter.
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Don't query firmware state while chip is down qla2x00_fw_state_show() initializes rval to QLA_FUNCTION_FAILED and jumps to the out: label when the chip is down or EEH is busy. The out: block then re-issued qla2x00_get_firmware_state() because rval != QLA_SUCCESS, defeating the chip-down/EEH-busy guards and issuing a mailbox command (outside optrom_mutex) during ISP reset or PCI error recovery, which can hang the adapter. It also turned a normal in-lock mailbox failure into a second unsynchronized mailbox attempt. Make the out: fallback only mark the firmware state as unknown. The mailbox is now issued at most once, inside optrom_mutex, and only when the chip is up and not EEH-busy.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b6faaaf796d7bfb00e32ca5c905d55cc43e89448, < 178d984e8875292582e4295cf559b2b11d3c9325; >= b6faaaf796d7bfb00e32ca5c905d55cc43e89448, < cba780c01f72f8585ca81ad7304097f8b12ef339; >= b6faaaf796d7bfb00e32ca5c905d55cc43e89448, < 22f44f77da496bc355479c08a0a9dbc9ad42ba42; >= b6faaaf796d7bfb00e32ca5c905d55cc43e89448, < b6a30baa29695fa0eaba4a3a04435a3c1a5cb63d; >= b6faaaf796d7bfb00e32ca5c905d55cc43e89448, < 7bc2baed8a3d6a1e2a3f6b78d245f25d1e18a749; >= b6faaaf796d7bfb00e32ca5c905d55cc43e89448, < a194684853dceaa1d6b7a9a02bc12f479232ad9b; >= b6faaaf796d7bfb00e32ca5c905d55cc43e89448, < a6374b508893de15fee78583a95f5099d7812e85; >= b6faaaf796d7bfb00e32ca5c905d55cc43e89448, < e0cebe20dcffbed9c078fe30e2d18cd5046d9eff |
| Linux | Linux | 4.20 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89850?
How severe is CVE-2026-89850?
How do I fix CVE-2026-89850?
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-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
- 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-89851In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89852In 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
Are you affected by CVE-2026-89850?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
