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

LoongArch: KVM: Validate irqchip index in irqfd routing

Sashiko reported that the irqchip index is not validated for LoongArch.
Add validation and reject out-of-range irqchip indexes to avoid indexing
past the routing table's chip array.
Published: 2026-08-15
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel for LoongArch implements a KVM IRQ routing mechanism that lacks a bounds check on the irqchip index supplied by the host. Without validation, an attacker can supply an out‑of‑range index that causes the kernel to read or write past the routing table’s chip array. This can lead to memory corruption or a kernel crash. This scenario is an instance of improper validation of array index (CWE-823).

Affected Systems

Any system running a Linux kernel on a LoongArch processor with KVM enabled is affected until the patch is applied. The advisory does not list specific kernel versions, so users of all supported LoongArch kernel releases should verify whether the validation commit is present. Systems that do not employ KVM or disable irqfd routing are not impacted.

Risk and Exploitability

The CVSS score of 8.8 classifies the issue as high severity. The EPSS of less than 1% indicates a low likelihood of exploitation at this time. The vulnerability resides in privileged kernel code, so if an attacker can supply a crafted irqfd routing request— the likely attack vector inferred from the description— they could potentially corrupt kernel data or cause a denial of service. The flaw is not yet listed in the CISA KEV catalog, and no public exploits are documented.

Generated by OpenCVE AI on August 22, 2026 at 09:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a Linux kernel update that includes the validation patch for LoongArch KVM.
  • If an immediate kernel upgrade is not feasible, restrict KVM usage to trusted guests and disable unnecessary IRQ routing features such as unneeded virtual IRQ chip drivers.
  • Enable auditing of /dev/kvm and review system logs for anomalous IRQ routing operations to detect attempts to trigger the out‑of‑range index behavior.

Generated by OpenCVE AI on August 22, 2026 at 09:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-129

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

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

None

threat_severity

Moderate


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

Type Values Removed Values Added
Weaknesses CWE-129

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

Type Values Removed Values Added
Weaknesses CWE-788

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-788

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: Validate irqchip index in irqfd routing Sashiko reported that the irqchip index is not validated for LoongArch. Add validation and reject out-of-range irqchip indexes to avoid indexing past the routing table's chip array.
Title LoongArch: KVM: Validate irqchip index in irqfd routing
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:28.074Z

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

Link: CVE-2026-72295

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72295

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72295 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T10:00:07Z

Weaknesses
  • CWE-823

    Use of Out-of-range Pointer Offset