CyberRota Analysis
AI-GeneratedThe vulnerability in the Linux kernel affects the KVM (Kernel-based Virtual Machine) component, specifically within the kvm_vcpu_ioctl_interrupt() function, which can be invoked from userspace. This flaw allows for the potential manipulation of interrupt requests (IRQs), which could lead to unauthorized access or system instability. Organizations utilizing Linux systems with KVM should prioritize addressing this vulnerability to maintain the integrity and security of their virtualized environments.
Original NVD 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().