Skip to main content

Linux Kernel EUVDEUVD-2026-59503

| CVE-2026-74356 HIGH
2026-08-15 Linux GHSA-pp6m-qvmq-968c
7.4
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
7.4 HIGH
AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H
vuln.today AI
6.1 MEDIUM

Mergeable buffer feature must be negotiated and guest must be stalling concurrently, warranting AC:H; S:C retained as host thread is impacted by guest-side ring state.

3.1 AV:A/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H
4.0 AV:A/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H
Red Hat
5.5 MEDIUM
qualitative

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H
Attack Vector
Adjacent
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 17, 2026 - 10:45 vuln.today
CVSS changed
Aug 17, 2026 - 06:22 NVD
7.4 (HIGH)
Patch available
Aug 15, 2026 - 07:19 EUVD
CVE Published
Aug 15, 2026 - 05:58 cve.org
HIGH 7.4
CVE Published
Aug 15, 2026 - 05:58 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

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

vhost: fix vhost_get_avail_idx for a non empty ring

vhost_get_avail_idx is supposed to report whether it has updated vq->avail_idx. Instead, it returns whether all entries have been consumed, which is usually the same. But not always - in drivers/vhost/net.c and when mergeable buffers have been enabled, the driver checks whether the combined entries are big enough to store an incoming packet. If not, the driver re-enables notifications with available entries still in the ring. The incorrect return value from vhost_get_avail_idx propagates through vhost_enable_notify and causes the host to livelock if the guest is not making progress, as vhost will immediately disable notifications and retry using the available entries.

This goes back to commit d3bb267bbdcb ("vhost: cache avail index in vhost_enable_notify()") which changed vhost_enable_notify() to compare the freshly read avail index against vq->last_avail_idx instead of the previously cached vq->avail_idx. Commit 7ad472397667 ("vhost: move smp_rmb() into vhost_get_avail_idx()") then carried over the same comparison when refactoring vhost_enable_notify() to call the unified vhost_get_avail_idx().

The obvious fix is to make vhost_get_avail_idx do what the comment says it does and report whether new entries have been added.

AnalysisAI

Livelock in the Linux kernel's vhost-net subsystem can cause a host denial-of-service against KVM virtualization environments when mergeable receive buffers (VIRTIO_NET_F_MRG_RXBUF) are negotiated between host and guest. The defect in vhost_get_avail_idx propagates an incorrect return value through vhost_enable_notify, causing the host vhost kernel thread to spin in an immediate disable-then-retry notification loop when the guest is not consuming virtio ring entries fast enough. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Recon
Gain access to guest VM or adjacent network
Delivery
Send packets exceeding virtio ring buffer capacity
Exploit
Stall or slow guest ring consumption
Install
vhost-net re-enables notifications with ring entries remaining
C2
vhost_get_avail_idx returns incorrect 'no new entries' value
Execute
vhost_enable_notify immediately disables and retries in tight loop
Impact
Host vhost thread livelocks, denying network service to affected guest

Vulnerability AssessmentAI

Exploitation Exploitation requires the Linux kernel vhost-net subsystem to be actively in use - specifically KVM or QEMU-KVM virtualization with a virtio-net device using the in-kernel vhost backend. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The official CVSS 7.4 vector (AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H) accurately conveys the cross-boundary availability impact but the AC:L rating may overstate exploitability: triggering the livelock requires mergeable receive buffers to be negotiated and the guest to be in a stalled state, conditions that together argue for AC:H rather than AC:L. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker operating a guest VM - or influencing one via adjacent network access - sends a stream of packets whose combined size exceeds available virtio ring buffer entries while the guest process is slow or stalled in consuming those entries. With mergeable buffers negotiated, vhost-net attempts to re-enable guest notifications, but `vhost_get_avail_idx` returns the wrong value, causing `vhost_enable_notify` to immediately disable notifications and retry in a tight loop, livelocking the host CPU thread servicing that guest's network I/O. …
Remediation Upgrade to a patched stable kernel version: 6.12.97, 6.18.40, or 7.1.5 for production stable series, or 7.2-rc1 for mainline tracking; apply the appropriate patch from the kernel.org stable commits listed in the affected products section. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, identify all Linux hypervisor hosts in your environment running KVM with vhost-net enabled and cross-reference against vendor security bulletins to determine affected kernel versions. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Vendor StatusVendor

Share

EUVD-2026-59503 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy