CVE-2026-64460
Last modified
CVE-2026-64460 is a high-severity vulnerability rated 7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: PCI/IOV: Skip VF Resizable BAR restore on read error sriov_restore_vf_rebar_state() uses the VF Resizable BAR Control register to decide how many VF BARs to restore (nbars) and which VF BAR each iteration addresses (bar_idx). bar_idx indexes into dev->sriov->barsz[], which has only PCI_SRIOV_NUM_BARS (6) entries. When a device does not respond, config reads typically return PCI_ERROR_RESPONSE (~0). EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: PCI/IOV: Skip VF Resizable BAR restore on read error sriov_restore_vf_rebar_state() uses the VF Resizable BAR Control register to decide how many VF BARs to restore (nbars) and which VF BAR each iteration addresses (bar_idx). bar_idx indexes into dev->sriov->barsz[], which has only PCI_SRIOV_NUM_BARS (6) entries. When a device does not respond, config reads typically return PCI_ERROR_RESPONSE (~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 'resource_size_t [6]' Observed on an NVIDIA RTX PRO 1000 GPU (GB207GLM) that stopped responding during a failed GC6 power state exit. The subsequent pci_restore_state() invoked sriov_restore_vf_rebar_state() while config reads returned 0xffffffff, triggering the splat. Bail out if any VF Resizable BAR Control read returns PCI_ERROR_RESPONSE. No further VF BARs are touched, which is safe because a config read that returns PCI_ERROR_RESPONSE indicates the device is unreachable and restoration is pointless. This mirrors the guard in pci_restore_rebar_state().
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5a8f77e24a30bbce2fa57926f3dede84894fd10a, < b77524621250407386f44c6eea7e5e4619ada1ce; >= 5a8f77e24a30bbce2fa57926f3dede84894fd10a, < 55fd485e66d0ad5c762c23dba1461fe9c741cd96; >= 5a8f77e24a30bbce2fa57926f3dede84894fd10a, < f34f1712229d71ce4286440fef12526fd4590b37 |
| Linux | Linux | 6.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64460?
How severe is CVE-2026-64460?
How do I fix CVE-2026-64460?
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-64455In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64456In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-64457In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64458In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64459In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-6446The My Social Feeds – Social Feeds Embedder plugin for WordP…5.4
- CVE-2026-64461In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64462In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64463In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64464In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64465In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64466In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-64460?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
