CVE-2026-89863
Last modified
CVE-2026-89863 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: edif: Fix NULL pointer deref in RX SA delete check qla_chk_edif_rx_sa_delete_pending() obtains the SCSI command via GET_CMD_SP(sp) and immediately dereferences cmd->sc_data_direction. That command pointer can be NULL: the firmware may post a status completion for a command that has already been returned or aborted. The caller qla2x00_status_entry() acknowledges this on the very same status path, re-fetching GET_CMD_SP(sp) and bailing out with the "Command already returned" message when it is NULL -- but that check runs only after qla_chk_edif_rx_sa_delete_pending() has already dereferenced the pointer, so a NULL cmd crashes the kernel in interrupt context. Return early when cmd is NULL, before touching cmd->sc_data_direction..
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: edif: Fix NULL pointer deref in RX SA delete check qla_chk_edif_rx_sa_delete_pending() obtains the SCSI command via GET_CMD_SP(sp) and immediately dereferences cmd->sc_data_direction. That command pointer can be NULL: the firmware may post a status completion for a command that has already been returned or aborted. The caller qla2x00_status_entry() acknowledges this on the very same status path, re-fetching GET_CMD_SP(sp) and bailing out with the "Command already returned" message when it is NULL -- but that check runs only after qla_chk_edif_rx_sa_delete_pending() has already dereferenced the pointer, so a NULL cmd crashes the kernel in interrupt context. Return early when cmd is NULL, before touching cmd->sc_data_direction.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= dd30706e73b70d67e88fdaca688db7a3374fd5de, < e479e9b148456905d12711411484b94083c8ff58; >= dd30706e73b70d67e88fdaca688db7a3374fd5de, < 2191b0034a2f1307d421782e6eceddf8eec9e7f6; >= dd30706e73b70d67e88fdaca688db7a3374fd5de, < de0c8ef3b900c5e971c82ef38c6f5c22c5f3d8c1; >= dd30706e73b70d67e88fdaca688db7a3374fd5de, < 96eb8a3fc9f7fe7ba32679fcf1d2fd7d251e7a8b; >= dd30706e73b70d67e88fdaca688db7a3374fd5de, < 94bfb61478bcb207d27f8cd24fd231421059519f; >= dd30706e73b70d67e88fdaca688db7a3374fd5de, < 75fd6d041c4a325ae37f4683e6678d3015988bb0; >= dd30706e73b70d67e88fdaca688db7a3374fd5de, < c20ee380ca59c5a8646750c4849969a815924e2e |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89863?
How severe is CVE-2026-89863?
How do I fix CVE-2026-89863?
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-89858In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89859In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8986Autel Maxi Charger Single firmware through V1.03.51 is vulne…9.8
- CVE-2026-89860In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89861In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-89862In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89864In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89865In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89866In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89867In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89868In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89869In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89863?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
