CVE-2026-74312: vhost/vdpa: validate virtqueue index in mmap and fault paths

Published Aug 15, 2026
·
Updated

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

vhost/vdpa: validate virtqueue index in mmap and fault paths

vhostvdpammap() and vhostvdpafault() use vma->vmpgoff as a virtqueue index for getvqnotification(), but they do not validate that the index is smaller than v->nvqs.

The ioctl path already performs both a bounds check and arrayindexnospec(), but the mmap/fault path only checks that the index fits in u16. This allows an out-of-range queue index to reach driver-specific getvqnotification() callbacks.

Fix this by extracting a unified vhostvdpagetvqnotification() helper that validates the queue index against v->nvqs and applies arrayindexnospec() before calling the driver callback. Both the mmap and fault paths use this helper, and the bounds checking is consolidated into a single location.

From source inspection, the most defensible impact is out-of-bounds access in the callback path, potentially leading to invalid PFN remaps and crash/DoS.

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Apply the kernel vhost/vdpa fix that validates the virtqueue index in the mmap and fault paths (the resolution is to consolidate this into unified vhost_vdpa_get_vq_notification() that checks the index against v->nvqs and ensures it fits in u16), to prevent out-of-bounds access in the callback path that can lead to remaps and crash/DoS.

Event History

Aug 15, 2026
CVE Published
via MITRE·05:58 AM
Data Sourced
via MITRE·05:58 AM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203