CVE-2026-74580
Last modified
CVE-2026-74580 is a vulnerability of currently unknown severity. 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.
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f889491380582b4ba2981cf0b0d7d6a40fb30ab7, < 5224bd37e37d36076a550d99b2aebba33939fd95; >= f889491380582b4ba2981cf0b0d7d6a40fb30ab7, < 54617e9119be2eb728ecdd8d977b99c99d4c498a; >= f889491380582b4ba2981cf0b0d7d6a40fb30ab7, < 13fa6f32a56a386a82bd7451644c494beed034af; >= f889491380582b4ba2981cf0b0d7d6a40fb30ab7, < cf363a7a02ce132ef1f58084fdb13e1a3b7da7e7; >= f889491380582b4ba2981cf0b0d7d6a40fb30ab7, < 6fa3e9b1fe856259555a7e22f3f3082e7827fd9b; >= f889491380582b4ba2981cf0b0d7d6a40fb30ab7, < f1e21108e3ddfcce62f6cad4ebd7b5674543c9e6; >= f889491380582b4ba2981cf0b0d7d6a40fb30ab7, < b70ebe0bba254e093dd5fd4c0c170941ce83eb85; >= f889491380582b4ba2981cf0b0d7d6a40fb30ab7, < de845981da67a6b049080c87e605130b0c30adc5 |
| Linux | Linux | 4.11 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74580?
How severe is CVE-2026-74580?
How do I fix CVE-2026-74580?
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-74575In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74576In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-74577In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74578In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-74579In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7458The User Verification by PickPlugins plugin for WordPress is…9.8
- CVE-2026-74581In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74582In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74583In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74584In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74585In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74586In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74580?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
