SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-80699

UNKNOWN · CVSS N/A EPSS 0.15%

Source: NVD + CISA KEV + EPSS · Published 2026-08-28 · Last synced 2026-09-20

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's KVM component on arm64 architectures, specifically in the handling of physical interrupts in nested contexts. If exploited, it can lead to a loss of interrupt pending state on AmpereOne processors, preventing the delivery of future interrupts and potentially disrupting system operations. Organizations utilizing Linux on AmpereOne hardware should prioritize addressing this issue to maintain system reliability and performance.

CVE
CVE-2026-80699
Severity
UNKNOWN
CVSS
N/A
EPSS
0.15%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic: Avoid double-deactivate of IRQs in the nested context In the nested state, the physical interrupt has already been deactivated through the HW bit in the LR. The extra deactivation would be harmless but can hit an errata case on AmpereOne, so avoid it here. On AmpereOne, deactivating a physical interrupt through ICC_DIR_EL1 or ICC_EOIR1_EL1 (depending on EOImode) which is not active, but is the highest priority pending interrupt causes the cpu to lose the interrupt pending state and also prevents the delivery of future interrupts.