Skip to main content

Linux Kernel CVE-2026-74516

| EUVDEUVD-2026-59709 HIGH
2026-08-15 Linux GHSA-p473-wqx8-95rq
8.2
CVSS 3.1 · Vendor: Linux
Share

Severity by source

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

Local vector with high privileges in L1 guest required; conditions are low-complexity once nested virt is available; scope changes to host with full C/I/A impact.

3.1 AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
4.0 AV:L/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
SUSE
7.3 HIGH
AV:L/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:H
Red Hat
7.0 HIGH
qualitative

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

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

Lifecycle Timeline

5
Analysis Generated
Aug 17, 2026 - 12:02 vuln.today
CVSS changed
Aug 17, 2026 - 06:22 NVD
8.2 (HIGH)
Patch available
Aug 15, 2026 - 13:04 EUVD
CVE Published
Aug 15, 2026 - 12:27 cve.org
UNKNOWN (no severity yet)
CVE Published
Aug 15, 2026 - 12:27 cve.org
HIGH 8.2

DescriptionCVE.org

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

KVM: SVM: Update x2APIC MSR intercepts if AVIC is inhibited while L2 is active

Always update x2APIC MSR intercepts for L1 when AVIC is deactivated, even if L2 is active and KVM is using a separate MSR bitmap to run L2. If AVIC is fully enabled prior to running L2, and is then inhibited while L2 is active (for a VM-scoped inhibit), then KVM will run L1 with AVIC disabled, but with x2APIC MSR intercepts disabled, i.e. will allow L1 to read most of the host's APIC state, send arbitrary interrupts, change task priority, and ultimately trivially DoS the host.

E.g. sending a self-IPI in L1 on HYPERV_REENLIGHTENMENT_VECTOR, 0xee, with CONFIG_HYPERV=n in the host kernel as a "safe" PoC, yields:

Spurious interrupt (vector 0xee) on CPU#425. Acked

And hacking KVM to abuse kvm_set_posted_intr_wakeup_handler() to register a handler and WARN on POSTED_INTR_WAKEUP_VECTOR yields:

------------[ cut here ]------------ WARNING: arch/x86/kvm/svm/svm.c:5594 at pi_wakeup_handler+0x9/0x10 [kvm_amd], CPU#156: nested_x2apic_t/316940 CPU: 156 UID: 0 PID: 316940 Comm: nested_x2apic_t Tainted: G S U Tainted: [S]=CPU_OUT_OF_SPEC, [U]=USER Hardware name: Google Astoria-Turin/astoria, BIOS 0.20260209.0-0 02/09/2026 RIP: 0010:pi_wakeup_handler+0x9/0x10 [kvm_amd] Call Trace: <IRQ> sysvec_kvm_posted_intr_wakeup_ipi+0x64/0x80 </IRQ> <TASK> asm_sysvec_kvm_posted_intr_wakeup_ipi+0x1a/0x20 RIP: 0010:vcpu_run+0x1430/0x1e40 [kvm] kvm_arch_vcpu_ioctl_run+0x2c1/0x600 [kvm] kvm_vcpu_ioctl+0x580/0x6b0 [kvm] __se_sys_ioctl+0x6d/0xb0 do_syscall_64+0x10a/0x480 entry_SYSCALL_64_after_hwframe+0x4b/0x53 RIP: 0033:0x46ff4b </TASK> ---[ end trace 0000000000000000 ]---

AnalysisAI

KVM on AMD SVM-enabled hosts fails to update x2APIC MSR intercepts when AVIC is inhibited while a nested guest (L2) is running, allowing an L1 guest with root-level privileges to directly access the host's APIC state, send arbitrary interrupts, and crash the host kernel. Affected Linux kernels from 6.0 through multiple stable branches expose the host to interrupt manipulation, task priority changes, and denial-of-service. …

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
Obtain root access in L1 guest VM
Delivery
Launch nested L2 VM via KVM ioctl
Exploit
Trigger VM-scoped AVIC inhibition during L2 execution
Install
Issue x2APIC RDMSR/WRMSR bypassing KVM intercepts
C2
Read host APIC state and inject arbitrary interrupt vectors
Execute
Deliver spurious or malformed interrupt to host kernel
Impact
Crash host kernel (denial of service)

Vulnerability AssessmentAI

Exploitation Exploitation requires four simultaneous conditions: (1) the physical host CPU must be AMD with AVIC (Advanced Virtual Interrupt Controller) support - this vulnerability does not affect Intel VT-x based KVM deployments; (2) the kvm_amd kernel module must be loaded with AVIC enabled, which is the default on AVIC-capable AMD processors; (3) the attacker must hold root or hypervisor-equivalent privileges within an L1 KVM guest in order to create and control a nested L2 VM; and (4) a VM-scoped AVIC inhibition event must be triggered while the L2 VM is actively running, opening the window where KVM's software APIC mode is active but x2APIC MSR intercepts remain cleared. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 8.2 score (AV:L/AC:L/PR:H/S:C/C:H/I:H/A:H) accurately reflects a high-privilege local vector with scope change reaching the host kernel, and the C:H/I:H/A:H triad means successful exploitation achieves full host compromise. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker with root access inside an L1 KVM guest on an AMD AVIC-capable host creates and runs a nested L2 VM, then triggers a VM-scoped AVIC inhibition event - causing KVM to disable AVIC hardware assistance without refreshing x2APIC MSR intercepts. The attacker issues x2APIC MSR reads from L1 that bypass KVM, directly inspecting the host's APIC register state, then sends a self-IPI on vector 0xee (HYPERV_REENLIGHTENMENT_VECTOR, shown as safe PoC in the CVE) to inject a spurious interrupt into the host kernel. …
Remediation Upgrade to a patched Linux kernel stable release: 6.6.151, 6.12.103, 6.18.44, 7.1.8, or 7.2-rc6 depending on which stable branch your distribution tracks. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, identify all AMD-based hypervisor hosts running Linux kernel versions 6.0 through current stable branches, noting systems with nested virtualization enabled. …

Sign in for detailed remediation steps and compensating controls.

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

Vendor StatusVendor

SUSE

Severity: Important
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Not-Affected

Share

CVE-2026-74516 vulnerability details – vuln.today

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