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

LoongArch: KVM: Check irq validity in kvm_vcpu_ioctl_interrupt()

Function kvm_vcpu_ioctl_interrupt() can be called from userspace, here
add irq validility cheking in kvm_vcpu_ioctl_interrupt().
Published: 2026-08-15
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw arises in the Linux kernel’s KVM module for the LoongArch architecture, where the syscall kvm_vcpu_ioctl_interrupt() can be invoked from userspace without verifying the validity of the supplied IRQ number. This missing validation represents a weakness classified as CWE‑1287. An attacker could trigger arbitrary interrupts on a virtual CPU, potentially disrupting the guest operating system or, if privilege concerns arise, affecting host stability. The absence of validation could lead to denial of service or other unintended kernel behavior.

Affected Systems

All builds of the Linux kernel that compile the KVM module for LoongArch hardware are potentially affected until the patch that adds IRQ validity checks is applied. No specific kernel version numbers are cited, so the vulnerability applies broadly to unpatched LoongArch KVM configurations.

Risk and Exploitability

The CVSS score of 8.8 classifies the weakness as high severity. The EPSS score of less than 1% indicates a low probability of exploitation as of this analysis, and the vulnerability is not listed in the CISA KEV catalog. Based on the description, an attacker would need a user‑level process on the host that has access to the KVM device; when kvm_vcpu_ioctl_interrupt() is invoked with an arbitrary IRQ number, the kernel may perform unintended actions, potentially leading to service disruption or kernel instability.

Generated by OpenCVE AI on August 22, 2026 at 08:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that incorporates the irq validity check for kvm_vcpu_ioctl_interrupt()
  • If a patch is not yet available, restrict access to the /dev/kvm device by enforcing SELinux, AppArmor, or device cgroup policies so that only trusted processes can invoke KVM syscalls
  • Reboot the system after applying the patch or after modifying device access controls to ensure the kernel is running the corrected code

Generated by OpenCVE AI on August 22, 2026 at 08:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

Wed, 19 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-1287
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

Mon, 17 Aug 2026 09:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H'}


Sat, 15 Aug 2026 11:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Check irq validity in kvm_vcpu_ioctl_interrupt() Function kvm_vcpu_ioctl_interrupt() can be called from userspace, here add irq validility cheking in kvm_vcpu_ioctl_interrupt().
Title LoongArch: KVM: Check irq validity in kvm_vcpu_ioctl_interrupt()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:42:26.951Z

Reserved: 2026-08-09T03:40:39.917Z

Link: CVE-2026-72294

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:01.783

Modified: 2026-08-17T06:18:32.193

Link: CVE-2026-72294

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72294 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T09:00:10Z

Weaknesses
  • CWE-1287

    Improper Validation of Specified Type of Input