CVE-2026-89849
Last modified
CVE-2026-89849 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Reject non-SCSI SRB on status IOCB fast path qla2x00_status_entry() filters out non-TYPE_SRB entries and the SRB_NVME_CMD, SRB_BIDI_CMD and SRB_TM_CMD types, then falls through to a SCSI fast path that assumes the command is an SRB_SCSI_CMD. The first thing on that path, qla_chk_edif_rx_sa_delete_pending(), and the subsequent handling both evaluate GET_CMD_SP(sp), i.e.
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Reject non-SCSI SRB on status IOCB fast path qla2x00_status_entry() filters out non-TYPE_SRB entries and the SRB_NVME_CMD, SRB_BIDI_CMD and SRB_TM_CMD types, then falls through to a SCSI fast path that assumes the command is an SRB_SCSI_CMD. The first thing on that path, qla_chk_edif_rx_sa_delete_pending(), and the subsequent handling both evaluate GET_CMD_SP(sp), i.e. sp->u.scmd.cmd. The srb u union overlays the SCSI command pointer with other command layouts (bsg_job, iocb_cmd). If firmware delivers an unexpected STATUS_TYPE IOCB for a non-SCSI handle, sp->u.scmd.cmd can read as a non-NULL garbage pointer, bypassing the NULL checks in qla_chk_edif_rx_sa_delete_pending() and at the cp == NULL test, and leading to a wild pointer dereference. Reject any SRB whose type is not SRB_SCSI_CMD before entering the fast path. The outstanding_cmds slot is left untouched so a genuinely non-SCSI command still completes through its proper handler.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= dd30706e73b70d67e88fdaca688db7a3374fd5de, < 9204fb0888374083be74f799049649a17eab4191; >= dd30706e73b70d67e88fdaca688db7a3374fd5de, < b7418198b45b327194b97f856fe8ea8daa91f3fd; >= dd30706e73b70d67e88fdaca688db7a3374fd5de, < 8f0e31e7a41376abe7d6ca7cbee07fcf9de071e6; >= dd30706e73b70d67e88fdaca688db7a3374fd5de, < e38041b47c29316ba79b645e2ae0b713d216b1db; >= dd30706e73b70d67e88fdaca688db7a3374fd5de, < e93aa3c5125d9a4352ac0fa8ba4a7f8f87881805; >= dd30706e73b70d67e88fdaca688db7a3374fd5de, < 29f1f9ad9e354cd0b6e4f6fc75ba09162d6a04d9; >= dd30706e73b70d67e88fdaca688db7a3374fd5de, < 0f41d07d72f2245208c45374ca8d0a1846cad667 |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89849?
How severe is CVE-2026-89849?
How do I fix CVE-2026-89849?
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-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
- 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-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
Are you affected by CVE-2026-89849?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
