CVE-2026-64460

Source
https://cve.org/CVERecord?id=CVE-2026-64460
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64460.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64460
Downstream
Published
2026-07-25T08:51:27.568Z
Modified
2026-07-26T05:17:35.992425611Z
Summary
PCI/IOV: Skip VF Resizable BAR restore on read error
Details

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

PCI/IOV: Skip VF Resizable BAR restore on read error

sriovrestorevfrebarstate() uses the VF Resizable BAR Control register to decide how many VF BARs to restore (nbars) and which VF BAR each iteration addresses (baridx). baridx indexes into dev->sriov->barsz[], which has only PCISRIOVNUM_BARS (6) entries.

When a device does not respond, config reads typically return PCIERRORRESPONSE (~0). Both fields are 3 bits wide, so nbars and bar_idx both evaluate to 7. The barsz[] access then goes out of bounds. UBSAN reports this as:

UBSAN: array-index-out-of-bounds in drivers/pci/iov.c:948:51 index 7 is out of range for type 'resourcesizet [6]'

Observed on an NVIDIA RTX PRO 1000 GPU (GB207GLM) that stopped responding during a failed GC6 power state exit. The subsequent pcirestorestate() invoked sriovrestorevfrebarstate() while config reads returned 0xffffffff, triggering the splat.

Bail out if any VF Resizable BAR Control read returns PCIERRORRESPONSE. No further VF BARs are touched, which is safe because a config read that returns PCIERRORRESPONSE indicates the device is unreachable and restoration is pointless. This mirrors the guard in pcirestorerebar_state().

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64460.json",
    "cna_assigner": "Linux"
}
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
5a8f77e24a30bbce2fa57926f3dede84894fd10a
Fixed
b77524621250407386f44c6eea7e5e4619ada1ce
Fixed
55fd485e66d0ad5c762c23dba1461fe9c741cd96
Fixed
f34f1712229d71ce4286440fef12526fd4590b37

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.17.0
Fixed
6.18.39
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.4

Database specific

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