CVE-2026-80693

Source
https://cve.org/CVERecord?id=CVE-2026-80693
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80693.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80693
Downstream
Published
2026-08-28T06:52:56.131Z
Modified
2026-08-29T03:47:17.233371285Z
Summary
idpf: bound interrupt-vector register fill to the allocated array
Details

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

idpf: bound interrupt-vector register fill to the allocated array

idpfgetregintrvecs() fills the caller-allocated regvals[] array from the VIRTCHNL2OPALLOCVECTORS reply in adapter->reqvecchunks, bounding its inner loop only by the per-chunk numvectors. The array is sized separately: idpfintrreginit() allocates kzallocobjs(struct idpfvecregs, totalvecs) from caps.numallocatedvectors and only checks the returned count after the fill. The sum of per-chunk numvectors is never reconciled against totalvecs, so a reply with a small numallocatedvectors but chunks summing higher writes past the end of reg_vals[].

Impact: a control plane (a PF or hypervisor device model) that returns a VIRTCHNL2OPALLOCVECTORS reply whose per-chunk numvectors sum exceeds numallocatedvectors writes struct idpfvecregs 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 idpfvportgetqreg(). The existing numregs < numvecs check then rejects an undersized reply without the out-of-bounds write happening first.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80693.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
d4d5587182664b0c4ab6d3556ce881cb975507c2
Fixed
41bb8748124d0d8ee5d8e1eace9dfbc874bc9564
Fixed
9f7007ee9858c99aa43101bc8352c672fee85644

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
7.1.8

Database specific

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