CVE-2026-97994

Source
https://cve.org/CVERecord?id=CVE-2026-97994
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97994.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-97994
Downstream
Published
2026-09-25T10:23:25Z
Modified
2026-09-26T03:48:41Z
Summary
vhost/vdpa: reject VRING_NUM larger than device max
Details

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

vhost/vdpa: reject VRING_NUM larger than device max

vhost_vring_set_num() accepts any non-zero power-of-two queue size that fits in 16 bits. vhost-vdpa then passes that value to set_vq_num() without comparing it with get_vq_num_max().

A process with access to /dev/vhost-vdpa-* can therefore configure a queue larger than the device advertises. With vdpa_sim, the worker can walk descriptors beyond the mapped descriptor ring. KASAN reports a 16-byte out-of-bounds read, corresponding to one vring_desc, in the vringh IOTLB path:

BUG: KASAN: out-of-bounds in _copy_from_iter Read of size 16 copy_from_iotlb copydesc_iotlb vringh_getdesc_iotlb vdpasim_net_work

Cache get_vq_num_max() immediately after reset. Some backends derive it from writable queue-size state, so querying it after SET_NUM may return the current size instead of the device capability. Invalidate the cached value before reset so a failed reset leaves SET_NUM disabled.

For VHOST_SET_VRING_NUM, copy the complete vring state once and use the same index and size for validation, vq->num, and set_vq_num(). This ensures that validation and use operate on the same copied values.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/97xxx/CVE-2026-97994.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
4c8cf31885f69e86be0b5b9e6677a26797365e1d
Fixed
1d09201d81b7d3e276860cc7b7dbf6c6cbe8e9b4
Fixed
68232102f20fc961327fb9e0f605a7eaadf030a9
Fixed
59522639a7d71cff4e20d594d0b9ea30dd0c77e0
Fixed
ccb1dc7c527f8c925925cf92afc76ae590dac311

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.7.0
Fixed
6.12.111
Type
ECOSYSTEM
Events
Introduced
6.13.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-97994.json"