Lucene search
+L

367169 matches found

CVE
CVE
added 3 days ago14 views

CVE-2026-72289

CVE-2026-72289 affects the Linux kernel (KVM on arm64) where vgic interrupt migration logic can mis-handle pending/active interrupts during lock-protected migrations. Specifically, vgic_prune_ap_list() drops ap_list_lock and irq_lock and rechecks only affinity, which can pass for an interrupt tha...

9.3CVSS5.4AI score0.00182EPSS
SaveExploits0References8
EUVD
EUVD
added 3 days ago4 views

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

5.4AI score0.00178EPSS
SaveExploits0References3
Cvelist
Cvelist
added 3 days ago20 views

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

9.3CVSS0.00178EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 3 days ago3 views

CVE-2026-72288

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

9.3CVSS5.4AI score0.00178EPSS
SaveExploits0
OSV
OSV
added 3 days ago6 views

CVE-2026-72289 KVM: arm64: vgic: Check the interrupt is still ours before migrating it

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

9.3CVSS5.6AI score
SaveExploits0References11
Cvelist
Cvelist
added 3 days ago21 views

CVE-2026-72289 KVM: arm64: vgic: Check the interrupt is still ours before migrating it

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

9.3CVSS0.00182EPSS
SaveExploits0References8
OSV
OSV
added 3 days ago6 views

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

9.3CVSS5.5AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 3 days ago6 views

CVE-2026-72286

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs The intra-host migration/mirroring feature is not fully implemented for SEV-SNP VMs. The proper migration requires additional SNP-specific state such as...

8.8CVSS5.4AI score0.00175EPSS
SaveExploits0
CVE
CVE
added 3 days ago14 views

CVE-2026-72286

The CVE concerns the Linux kernel KVM SEV SNP intra-host migration/mirroring. The vulnerability arises because the intra-host migration/mirroring feature is not fully implemented for SEV-SNP VMs. The migration requires SNP-specific state (guest_req_mutex, guest_req_buf, guest_resp_buf) to be tran...

8.8CVSS5.3AI score0.00175EPSS
SaveExploits0References4
Cvelist
Cvelist
added 3 days ago20 views

CVE-2026-72287 KVM: nVMX: Move vTPR vs. TPR Threshold consistency check into "normal" checks

In the Linux kernel, the following vulnerability has been resolved: KVM: nVMX: Move vTPR vs. TPR Threshold consistency check into "normal" checks Move the off-by-default consistency check for vmcs12.tprthreshold vs. the virtual APIC vTPR into the "normal" controls checks, as waiting until KVM has...

7.8CVSS0.00141EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-59186

In the Linux kernel, the following vulnerability has been resolved: KVM: nVMX: Move vTPR vs. TPR Threshold consistency check into "normal" checks Move the off-by-default consistency check for vmcs12.tprthreshold vs. the virtual APIC vTPR into the "normal" controls checks, as waiting until KVM has...

5.4AI score0.00141EPSS
SaveExploits0References2
OSV
OSV
added 3 days ago5 views

CVE-2026-72286 KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs The intra-host migration/mirroring feature is not fully implemented for SEV-SNP VMs. The proper migration requires additional SNP-specific state such as...

8.8CVSS5.5AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 3 days ago7 views

CVE-2026-72287

In the Linux kernel, the following vulnerability has been resolved: KVM: nVMX: Move vTPR vs. TPR Threshold consistency check into "normal" checks Move the off-by-default consistency check for vmcs12.tprthreshold vs. the virtual APIC vTPR into the "normal" controls checks, as waiting until KVM has...

7.8CVSS5.3AI score0.00141EPSS
SaveExploits0
OSV
OSV
added 3 days ago6 views

CVE-2026-72287 KVM: nVMX: Move vTPR vs. TPR Threshold consistency check into "normal" checks

In the Linux kernel, the following vulnerability has been resolved: KVM: nVMX: Move vTPR vs. TPR Threshold consistency check into "normal" checks Move the off-by-default consistency check for vmcs12.tprthreshold vs. the virtual APIC vTPR into the "normal" controls checks, as waiting until KVM has...

7.8CVSS5.5AI score
SaveExploits0References5
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59185

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs The intra-host migration/mirroring feature is not fully implemented for SEV-SNP VMs. The proper migration requires additional SNP-specific state such as...

5.4AI score0.00175EPSS
SaveExploits0References4
Cvelist
Cvelist
added 3 days ago17 views

CVE-2026-72286 KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs The intra-host migration/mirroring feature is not fully implemented for SEV-SNP VMs. The proper migration requires additional SNP-specific state such as...

8.8CVSS0.00175EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 3 days ago5 views

CVE-2026-72285

In the Linux kernel, the following vulnerability has been resolved: KVM: TDX: Reject concurrent change to CPUID entry count Reject KVMTDXINITVM if userspace changes cpuid.nent between the initial read and the subsequent copy of the initialization data. tdxtdinit first reads userdata-cpuid.nent to...

7.8CVSS5.4AI score0.00154EPSS
SaveExploits0
CVE
CVE
added 3 days ago17 views

CVE-2026-72285

CVE-2026-72285 – Linux kernel KVM/TDX CPUID count race : The vulnerability occurs when userspace can change cpuid.nent between the initial read and the allocation of the kvm_tdx_init_vm copy, causing a mismatch in the number of CPUID entries that are copied and later processed. The fix enforces t...

7.8CVSS5.4AI score0.00154EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-59184

In the Linux kernel, the following vulnerability has been resolved: KVM: TDX: Reject concurrent change to CPUID entry count Reject KVMTDXINITVM if userspace changes cpuid.nent between the initial read and the subsequent copy of the initialization data. tdxtdinit first reads userdata-cpuid.nent to...

5.5AI score0.00154EPSS
SaveExploits0References2
OSV
OSV
added 3 days ago5 views

CVE-2026-72285 KVM: TDX: Reject concurrent change to CPUID entry count

In the Linux kernel, the following vulnerability has been resolved: KVM: TDX: Reject concurrent change to CPUID entry count Reject KVMTDXINITVM if userspace changes cpuid.nent between the initial read and the subsequent copy of the initialization data. tdxtdinit first reads userdata-cpuid.nent to...

7.8CVSS5.6AI score
SaveExploits0References5
Rows per page
Query Builder