CVE-2026-74580
vhost: reset the vring metadata cache on vring reconfiguration
Description
In the Linux kernel, the following vulnerability has been resolved: vhost: reset the vring metadata cache on vring reconfiguration vq->meta_iotlb[] caches the vhost_iotlb_map that backs each vring metadata region, and iotlb_access_ok() returns early on a cache hit, taking the hit as proof that the region has already been validated: if (vhost_vq_meta_fetch(vq, addr, len, type)) return true; The cache is reset on VHOST_IOTLB_UPDATE and VHOST_IOTLB_INVALIDATE, on device IOTLB (re)initialisation and on vq reset, but not when VHOST_SET_VRING_ADDR replaces vq->desc, vq->avail and vq->used, nor when VHOST_SET_VRING_NUM changes the region sizes. With a device IOTLB attached both ioctls are accepted while the vq is live, and neither validates the addresses at ioctl time: vq_access_ok() and vq_log_used_access_ok() return true early because the addresses are GIOVAs, deferring validation to prefetch time. Once the cache has been populated that deferred validation no longer runs -- vq_meta_prefetch() hits the stale entry and returns true -- and vhost_vq_meta_fetch() keeps translating through the old mapping as map->addr + addr - map->start for an address the mapping no longer covers. vhost_copy_to_user() and vhost_copy_from_user() consume the result with __copy_to_user() and __copy_from_user(), which do not check it either, so a subsequent used ring update or descriptor fetch accesses memory outside the region the IOTLB actually maps. Reset the metadata cache whenever the vring is reconfigured, so the new addresses are pushed back through iotlb_access_ok()'s slow path.
INFO
Published Date :
Aug. 21, 2026, 5:16 p.m.
Last Modified :
Aug. 21, 2026, 5:16 p.m.
Remotely Exploit :
No
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products
The following products are affected by CVE-2026-74580
vulnerability.
Even if cvefeed.io is aware of the exact versions of the
products
that
are
affected, the information is not represented in the table below.
No affected product recoded yet
Solution
- Apply the Linux kernel patch for vhost vulnerability.
- Reset the metadata cache on vring reconfiguration.
- Ensure new addresses are validated through the slow path.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2026-74580.
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2026-74580 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2026-74580
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-74580 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2026-74580 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Aug. 21, 2026
Action Type Old Value New Value Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'f889491380582b4ba2981cf0b0d7d6a40fb30ab7', 'lessThan': '5224bd37e37d36076a550d99b2aebba33939fd95', 'versionType': 'git'}, {'status': 'affected', 'version': 'f889491380582b4ba2981cf0b0d7d6a40fb30ab7', 'lessThan': '54617e9119be2eb728ecdd8d977b99c99d4c498a', 'versionType': 'git'}, {'status': 'affected', 'version': 'f889491380582b4ba2981cf0b0d7d6a40fb30ab7', 'lessThan': '13fa6f32a56a386a82bd7451644c494beed034af', 'versionType': 'git'}, {'status': 'affected', 'version': 'f889491380582b4ba2981cf0b0d7d6a40fb30ab7', 'lessThan': 'cf363a7a02ce132ef1f58084fdb13e1a3b7da7e7', 'versionType': 'git'}, {'status': 'affected', 'version': 'f889491380582b4ba2981cf0b0d7d6a40fb30ab7', 'lessThan': '6fa3e9b1fe856259555a7e22f3f3082e7827fd9b', 'versionType': 'git'}, {'status': 'affected', 'version': 'f889491380582b4ba2981cf0b0d7d6a40fb30ab7', 'lessThan': 'f1e21108e3ddfcce62f6cad4ebd7b5674543c9e6', 'versionType': 'git'}, {'status': 'affected', 'version': 'f889491380582b4ba2981cf0b0d7d6a40fb30ab7', 'lessThan': 'b70ebe0bba254e093dd5fd4c0c170941ce83eb85', 'versionType': 'git'}, {'status': 'affected', 'version': 'f889491380582b4ba2981cf0b0d7d6a40fb30ab7', 'lessThan': 'de845981da67a6b049080c87e605130b0c30adc5', 'versionType': 'git'}], 'programFiles': ['drivers/vhost/vhost.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.11'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.11', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.265', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.216', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.183', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.152', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.104', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.45', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.9', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/vhost/vhost.c'], 'defaultStatus': 'affected'}] Added Description In the Linux kernel, the following vulnerability has been resolved: vhost: reset the vring metadata cache on vring reconfiguration vq->meta_iotlb[] caches the vhost_iotlb_map that backs each vring metadata region, and iotlb_access_ok() returns early on a cache hit, taking the hit as proof that the region has already been validated: if (vhost_vq_meta_fetch(vq, addr, len, type)) return true; The cache is reset on VHOST_IOTLB_UPDATE and VHOST_IOTLB_INVALIDATE, on device IOTLB (re)initialisation and on vq reset, but not when VHOST_SET_VRING_ADDR replaces vq->desc, vq->avail and vq->used, nor when VHOST_SET_VRING_NUM changes the region sizes. With a device IOTLB attached both ioctls are accepted while the vq is live, and neither validates the addresses at ioctl time: vq_access_ok() and vq_log_used_access_ok() return true early because the addresses are GIOVAs, deferring validation to prefetch time. Once the cache has been populated that deferred validation no longer runs -- vq_meta_prefetch() hits the stale entry and returns true -- and vhost_vq_meta_fetch() keeps translating through the old mapping as map->addr + addr - map->start for an address the mapping no longer covers. vhost_copy_to_user() and vhost_copy_from_user() consume the result with __copy_to_user() and __copy_from_user(), which do not check it either, so a subsequent used ring update or descriptor fetch accesses memory outside the region the IOTLB actually maps. Reset the metadata cache whenever the vring is reconfigured, so the new addresses are pushed back through iotlb_access_ok()'s slow path. Added Reference https://git.kernel.org/stable/c/13fa6f32a56a386a82bd7451644c494beed034af Added Reference https://git.kernel.org/stable/c/5224bd37e37d36076a550d99b2aebba33939fd95 Added Reference https://git.kernel.org/stable/c/54617e9119be2eb728ecdd8d977b99c99d4c498a Added Reference https://git.kernel.org/stable/c/6fa3e9b1fe856259555a7e22f3f3082e7827fd9b Added Reference https://git.kernel.org/stable/c/b70ebe0bba254e093dd5fd4c0c170941ce83eb85 Added Reference https://git.kernel.org/stable/c/cf363a7a02ce132ef1f58084fdb13e1a3b7da7e7 Added Reference https://git.kernel.org/stable/c/de845981da67a6b049080c87e605130b0c30adc5 Added Reference https://git.kernel.org/stable/c/f1e21108e3ddfcce62f6cad4ebd7b5674543c9e6