9138 matches found
CVE-2026-72294
The CVE-2026-72294 case affects the Linux kernel on LoongArch under KVM. The vulnerable component is kvm_vcpu_ioctl_interrupt() where irq validity checking was previously missing, allowing potential misvalidation when called from userspace. The root cause is insufficient validation of IRQs in the...
EUVD-2026-59193
In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Check irq validity in kvmvcpuioctlinterrupt Function kvmvcpuioctlinterrupt can be called from userspace, here add irq validility cheking in kvmvcpuioctlinterrupt...
CVE-2026-72294 LoongArch: KVM: Check irq validity in kvm_vcpu_ioctl_interrupt()
In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Check irq validity in kvmvcpuioctlinterrupt Function kvmvcpuioctlinterrupt can be called from userspace, here add irq validility cheking in kvmvcpuioctlinterrupt...
EUVD-2026-59192
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: vsie: Add missing radixtreepreload in gaccessshadowfault Add missing radixtreepreload in gaccessshadowfault to guarantee forward progress. The core of gaccessshadowfault has been split into gaccessshadowfault in order ...
CVE-2026-72292 KVM: s390: Initialize KVM_S390_GET_CMMA_BITS memory
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Initialize KVMS390GETCMMABITS memory kvms390getcmmabits allocates its output buffer with vmalloc, which does not zero the returned pages: values = vmallocargs-count; In the non-peek migration path, datgetcmma reports a...
CVE-2026-72293 KVM: s390: vsie: Add missing radix_tree_preload() in _gaccess_shadow_fault()
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: vsie: Add missing radixtreepreload in gaccessshadowfault Add missing radixtreepreload in gaccessshadowfault to guarantee forward progress. The core of gaccessshadowfault has been split into gaccessshadowfault in order ...
CVE-2026-72293
In the Linux kernel CVE-2026-72293, the KVM s390 vsie path is affected: missing radix_tree_preload() in _gaccess_shadow_fault() could stall forward progress. The core of _gaccess_shadow_fault() has been split into ___gaccess_shadow_fault() to simplify locking. The fix adds the missing radix_tree_...
EUVD-2026-59191
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Initialize KVMS390GETCMMABITS memory kvms390getcmmabits allocates its output buffer with vmalloc, which does not zero the returned pages: values = vmallocargs-count; In the non-peek migration path, datgetcmma reports a...
CVE-2026-72292
The CVE-2026-72292 issue in the Linux kernel affects KVM on s390 where kvm_s390_get_cmma_bits() allocates its output with vmalloc(), which does not zero pages. In the non-peek migration path, dat_get_cmma() reports a byte span from the first to the last dirty page, but __dat_get_cmma_pte() only w...
CVE-2026-72293 KVM: s390: vsie: Add missing radix_tree_preload() in _gaccess_shadow_fault()
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: vsie: Add missing radixtreepreload in gaccessshadowfault Add missing radixtreepreload in gaccessshadowfault to guarantee forward progress. The core of gaccessshadowfault has been split into gaccessshadowfault in order ...
CVE-2026-72291 KVM: s390: Fix unlikely race in try_get_locked_pte()
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix unlikely race in trygetlockedpte Fix an unlikely race in trygetlockedpte, which could have happened if puds or pmds get unmapped between the p?dpget and p?doffset functions...
CVE-2026-72291
CVE-2026-72291 : In the Linux kernel (KVM for s390), a fix was applied for an unlikely race in try_get_locked_pte() that could occur if puds or pmds are unmapped between p?dp_get() and p?d_offset() calls. The issue affects the page-table handling path and is mitigated by the update; affected comp...
EUVD-2026-59190
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix unlikely race in trygetlockedpte Fix an unlikely race in trygetlockedpte, which could have happened if puds or pmds get unmapped between the p?dpget and p?doffset functions...
CVE-2026-72291 KVM: s390: Fix unlikely race in try_get_locked_pte()
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix unlikely race in trygetlockedpte Fix an unlikely race in trygetlockedpte, which could have happened if puds or pmds get unmapped between the p?dpget and p?doffset functions...
CVE-2026-72290
CVE-2026-72290 affects the Linux kernel KVM when running on s390. The issue is a GISC (guest ISC) refcount leak that occurs because kvm_s390_gisc_register() registers the GISC before pinning guest interrupt forwarding pages and allocating the AISB bit; on error, the unwind path did not unregister...
CVE-2026-72290 KVM: s390: pci: Fix GISC refcount leak on AIF enable failure
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix GISC refcount leak on AIF enable failure kvms390giscregister registers the guest ISC before pinning the guest interrupt forwarding pages and allocating the AISB bit. If any of the later setup steps fails, the...
EUVD-2026-59189
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix GISC refcount leak on AIF enable failure kvms390giscregister registers the guest ISC before pinning the guest interrupt forwarding pages and allocating the AISB bit. If any of the later setup steps fails, the...
EUVD-2026-59188
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic: Check the interrupt is still ours before migrating it vgicpruneaplist drops both aplistlock and irqlock while migrating an interrupt to another vCPU. After reacquiring the locks it only checks that the affinity ...
CVE-2026-72288 KVM: arm64: vgic: Handle race between interrupt affinity change and LPI disabling
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic: Handle race between interrupt affinity change and LPI disabling Hyunwoo Kim reports some really bad races should the following situation occur: - LPI-I is pending in vcpu-B's AP list - vcpu-A writes to vcpu-B's ...
EUVD-2026-59187
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic: Handle race between interrupt affinity change and LPI disabling Hyunwoo Kim reports some really bad races should the following situation occur: - LPI-I is pending in vcpu-B's AP list - vcpu-A writes to vcpu-B's ...