AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72295

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

A vulnerability exists in the Linux kernel affecting the LoongArch architecture, where the irqchip index is not properly validated during irqfd routing. This oversight could allow an attacker to exploit out-of-range irqchip indexes, potentially leading to system instability or unauthorized access. Linux system administrators and developers working with LoongArch should prioritize addressing this issue to mitigate risks associated with improper irqchip handling.

CVE
CVE-2026-72295
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD 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.