CVE-2026-89863

Source
https://cve.org/CVERecord?id=CVE-2026-89863
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89863.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89863
Downstream
Published
2026-09-16T10:31:34Z
Modified
2026-09-18T03:48:33Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
scsi: qla2xxx: edif: Fix NULL pointer deref in RX SA delete check
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89863.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
dd30706e73b70d67e88fdaca688db7a3374fd5de
Fixed
e479e9b148456905d12711411484b94083c8ff58
Fixed
2191b0034a2f1307d421782e6eceddf8eec9e7f6
Fixed
de0c8ef3b900c5e971c82ef38c6f5c22c5f3d8c1
Fixed
96eb8a3fc9f7fe7ba32679fcf1d2fd7d251e7a8b
Fixed
94bfb61478bcb207d27f8cd24fd231421059519f
Fixed
75fd6d041c4a325ae37f4683e6678d3015988bb0
Fixed
c20ee380ca59c5a8646750c4849969a815924e2e

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.15.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-89863.json"