CVE-2026-97535

Source
https://cve.org/CVERecord?id=CVE-2026-97535
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97535.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-97535
Downstream
Published
2026-09-25T10:21:34Z
Modified
2026-09-26T03:48:29Z
Summary
scsi: qla2xxx: Bound VP index against VP_CTRL IOCB bitmap size
Details

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

scsi: qla2xxx: Bound VP index against VP_CTRL IOCB bitmap size

The VP control IOCB selects its target virtual port by setting one bit in vp_idx_map, a fixed 16-byte (128-bit) array in both vp_ctrl_entry_24xx and vp_ctrl_entry_24xx_ext. qla25xx_ctrlvp_iocb() computes map = (vp_index - 1) / 8 and writes vce->vp_idx_map[map] without checking that map stays within the array.

max_npiv_vports is taken from firmware and only sanitized to a MIN_MULTI_ID_FABRIC-aligned boundary, so it can legitimately be 191 or 255, and qla24xx_control_vp() only rejects vp_index >= max_npiv_vports. A vp_index above 128 therefore yields map >= 16 and an out-of-bounds write of up to 16 bytes past vp_idx_map, corrupting the trailing IOCB fields (or the adjacent request-ring slot on the 64-byte layout).

Reject a vp_index that cannot be represented in the IOCB bitmap in qla24xx_control_vp(), and add a defensive ARRAY_SIZE() guard in qla25xx_ctrlvp_iocb() before the write. Adapters that report the usual 63 or 127 NPIV vports are unaffected.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/97xxx/CVE-2026-97535.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
2853192e154b813fe34a6cbee5e34dfef50d29d0
Fixed
48a44e19746eaa70320a3c2571dcb345192fca72
Fixed
13354ad251ab009102597a791bc7c4d2265229e1
Fixed
878613ecb5a36db26859c4fd83daf9283a334fa2

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.16.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

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