CVE-2026-72295
HighCVSS 8.8Exploitation Probability (EPSS)
Low risk6th percentile - higher than 6% of all known CVEs
Summary
In the Linux kernel for LoongArch, KVM lacks validation of the irqchip index in irqfd routing, which can lead to out-of-bounds access past the routing table's chip array.
Risk Assessment
An attacker could exploit this to read out-of-bounds memory, potentially disclosing sensitive data or causing a system crash.
Recommendation
Apply the kernel patch that adds validation of the irqchip index and rejects out-of-range values.
Original NVD description (English source)
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.

