CVE-2026-72283
Received Received - Intake

KVM x86 Nullify irqfd producer on IRTE bypass failure

Vulnerability report for CVE-2026-72283, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Nullify irqfd->producer if updating IRTE for bypass fails Nullify irqfd->producer if updating the IRTE for bypass fails, as leaving a dangling pointer will result in a use-after-free if the irqfd is reachable through KVM's routing, but the producer is freed separately. E.g. for VFIO PCI, the producer is embedded in struct "vfio_pci_irq_ctx" and freed when the vector is disabled, which can happen independent of routing updates. [sean: drop PPC change, massage changelog]

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a use-after-free vulnerability in the Linux kernel's KVM (Kernel-based Virtual Machine) x86 component. It occurs when updating the IRTE (Interrupt Remapping Table Entry) for bypass fails, leaving a dangling pointer in irqfd->producer. This can lead to a use-after-free if the irqfd remains reachable through KVM's routing while the producer is freed separately.

Detection Guidance

This vulnerability is specific to the Linux kernel's KVM (Kernel-based Virtual Machine) x86 component. Detection requires checking the kernel version and KVM module for the affected code. Use commands like 'uname -a' to check the kernel version and 'lsmod | grep kvm' to verify KVM modules. If your kernel version is vulnerable, update it immediately.

Impact Analysis

This vulnerability could allow an attacker with local access to a virtual machine to cause a denial-of-service (DoS) or potentially execute arbitrary code with kernel privileges. It may lead to system crashes or unauthorized access depending on the kernel's memory state after exploitation.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it is a low-level kernel issue related to memory management in KVM's x86 virtualization. Compliance impacts would only occur if exploitation led to data breaches or unauthorized access, which is not specified in the provided context.

Mitigation Strategies

Immediately update your Linux kernel to the latest stable version provided by your distribution. If you are using a vulnerable kernel, avoid using KVM virtualization until patched. Monitor vendor advisories for kernel updates addressing this issue.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72283. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart