Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-74580

8.8 · HIGH
Published Aug 21, 2026 EPSS 0.12% (2th pctl)

Overview

CVE-2026-74580 is a high-severity vulnerability. It was published on August 21, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-74580?

CVE-2026-74580 is a high-severity vulnerability. It was published on August 21, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2026-74580?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-74580?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-74580?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-74580 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.