CVE-2026-80693
Last modified
CVE-2026-80693 is a critical-severity vulnerability rated 9.3/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: idpf: bound interrupt-vector register fill to the allocated array idpf_get_reg_intr_vecs() fills the caller-allocated reg_vals[] array from the VIRTCHNL2_OP_ALLOC_VECTORS reply in adapter->req_vec_chunks, bounding its inner loop only by the per-chunk num_vectors. The array is sized separately: idpf_intr_reg_init() allocates kzalloc_objs(struct idpf_vec_regs, total_vecs) from caps.num_allocated_vectors and only checks the returned count after the fill. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: idpf: bound interrupt-vector register fill to the allocated array idpf_get_reg_intr_vecs() fills the caller-allocated reg_vals[] array from the VIRTCHNL2_OP_ALLOC_VECTORS reply in adapter->req_vec_chunks, bounding its inner loop only by the per-chunk num_vectors. The array is sized separately: idpf_intr_reg_init() allocates kzalloc_objs(struct idpf_vec_regs, total_vecs) from caps.num_allocated_vectors and only checks the returned count after the fill. The sum of per-chunk num_vectors is never reconciled against total_vecs, so a reply with a small num_allocated_vectors but chunks summing higher writes past the end of reg_vals[]. Impact: a control plane (a PF or hypervisor device model) that returns a VIRTCHNL2_OP_ALLOC_VECTORS reply whose per-chunk num_vectors sum exceeds num_allocated_vectors writes struct idpf_vec_regs entries past the end of the reg_vals kmalloc allocation (KASAN slab-out-of-bounds write). Bound the fill loop to the array capacity passed in by the callers, mirroring the sibling idpf_vport_get_q_reg(). The existing num_regs < num_vecs check then rejects an undersized reply without the out-of-bounds write happening first.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d4d5587182664b0c4ab6d3556ce881cb975507c2, < 41bb8748124d0d8ee5d8e1eace9dfbc874bc9564; >= d4d5587182664b0c4ab6d3556ce881cb975507c2, < 9f7007ee9858c99aa43101bc8352c672fee85644 |
| Linux | Linux | 6.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80693?
How severe is CVE-2026-80693?
How do I fix CVE-2026-80693?
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-80688In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80689In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8069PredatorSense version 3.00.3136 to 3.00.3196 contain Local P…7.8
- CVE-2026-80690In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80691In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80692In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80694In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80695In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80696In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80697In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80698In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80699In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80693?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
