CVE-2026-89861

Source
https://cve.org/CVERecord?id=CVE-2026-89861
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89861.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89861
Downstream
Published
2026-09-16T10:31:32Z
Modified
2026-09-18T03:48:33Z
Severity
  • 8.1 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
scsi: qla2xxx: Hold vport reference in qla24xx_report_id_acquisition()
Details

In the Linux kernel, the following vulnerability has been resolved:

scsi: qla2xxx: Hold vport reference in qla24xx_report_id_acquisition()

In the format 1 path, the virtual port is located on ha->vp_list while holding vport_slock, but the lock is dropped before vp is used: qla_update_host_map() is called and VP_IDX_ACQUIRED/REGISTER_FC4_NEEDED/ REGISTER_FDMI_NEEDED are set on vp. No reference is taken across that window, so a concurrent qla24xx_deallocate_vp_id() can tear the vport down and free it, leading to a use-after-free.

Take a vport reference (vref_count) under vport_slock when the matching vp is found, and drop it after the last use of vp. qla24xx_deallocate_vp_id() waits for vref_count to reach zero before unlinking and freeing the vport, so the pointer stays valid. This matches the reference idiom already used by the other ha->vp_list traversals.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89861.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
2c3dfe3f6ad8daff5acdb01713e4f2b116e78136
Fixed
d09ef32af1e05d79f29b460521a20bc4e6fd2ecf
Fixed
4b7f0a95bfeb1d3673da4c29bbe9872a61bc1a69
Fixed
267533b28ddf2c9223d30ad7e6960fa9e936428e
Fixed
f8d2eb510c063a8ca79a5dc766a4303d3925fe83
Fixed
f6b3bcc7cb2f4c37464958b9fd97dc7f185ea297
Fixed
47272152a13d202d98496208f9bf382c1cf4d4fb
Fixed
d556f899964d184e6cb788f3fa9dcddcafe1ab2d
Fixed
793cedee296fd819bfadc2a7ec4d52faf9c09a0a

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.23
Fixed
5.10.270
Type
ECOSYSTEM
Events
Introduced
5.11.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-89861.json"