Lucene search
+L

124 matches found

NVD
NVD
added yesterday8 views

CVE-2026-74568

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic: Fix race between LPI release and re-registration Fix a potential race between decrementing an LPI's reference count and evicting that structure from the LPI xarray. LPI structures are maintained in the VGIC LPI...

SaveExploits0References2
ATTACKERKB
ATTACKERKB
added yesterday7 views

CVE-2026-74568

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic: Fix race between LPI release and re-registration Fix a potential race between decrementing an LPI's reference count and evicting that structure from the LPI xarray. LPI structures are maintained in the VGIC LPI...

5.3AI score
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-74568

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic: Fix race between LPI release and re-registration Fix a potential race between decrementing an LPI's reference count and evicting that structure from the LPI xarray. LPI structures are maintained in the VGIC LPI...

5.4AI score
SaveExploits0
EUVD
EUVD
added yesterday4 views

EUVD-2026-59633

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic: Fix race between LPI release and re-registration Fix a potential race between decrementing an LPI's reference count and evicting that structure from the LPI xarray. LPI structures are maintained in the VGIC LPI...

5.5AI score
SaveExploits0References2
CVE
CVE
added yesterday7 views

CVE-2026-74568

CVE-2026-74568 (Linux kernel, KVM arm64 vgic) . The vulnerability is a race between releasing an LPI (decrementing its refcount and removing it from the VGIC LPI xarray) and re-registering the same INTID (vgic_add_lpi) on another CPU. The race can occur in direct Release paths or deferred Release...

5.4AI score
SaveExploits0References2
NVD
NVD
added yesterday5 views

CVE-2026-72289

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

0.0022EPSS
SaveExploits0References8
NVD
NVD
added yesterday3 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 ...

0.00206EPSS
SaveExploits0References3
EUVD
EUVD
added yesterday5 views

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

5.5AI score0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added yesterday3 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.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
added yesterday13 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 ...

0.00206EPSS
SaveExploits0References3
CVE
CVE
added yesterday10 views

CVE-2026-72289

In the Linux kernel KVM arm64 vgic code, the vulnerability CVE-2026-72289 stems from vgic_prune_ap_list() dropping both ap_list_lock and irq_lock during interrupt migration and then only rechecking the affinity (target_vcpu == vgic_target_oracle(irq)) after reacquiring locks. If the interrupt was...

5.4AI score0.0022EPSS
SaveExploits0References8
CVE
CVE
added yesterday11 views

CVE-2026-72288

CVE-2026-72288 affects the Linux kernel KVM arm64 vgic, describing a race between interrupt affinity changes and LPI disabling that can lead to use-after-free if an interrupt is freed while locks are dropped. The documented fix is two-fold: (1) take a reference on the irq before dropping the irq ...

5.4AI score0.00206EPSS
SaveExploits0References3
OSV
OSV
added yesterday4 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 ...

5.6AI score
SaveExploits0References11
Cvelist
Cvelist
added yesterday15 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 ...

0.0022EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added yesterday8 views

PT-2026-72477

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic: Check the interrupt is still ours before migrating it vgic prune ap list drops both ap list lock and irq lock while migrating an interrupt to another vCPU. After reacquiring the locks it only checks that the...

5.4AI score0.0022EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added yesterday6 views

PT-2026-73020

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic: Fix race between LPI release and re-registration Fix a potential race between decrementing an LPI's reference count and evicting that structure from the LPI xarray. LPI structures are maintained in the VGIC LPI...

5.4AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added yesterday4 views

PT-2026-72476

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.00206EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/25 4:46 p.m.7 views

SUSE CVE-2026-64287

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Bound usedlrs when flushing the pKVM hyp vCPU flushhypvcpu copies the host vGIC state into the hyp's private vCPU on every run. The vGIC list register save and restore use usedlrs as their loop bound and expect it to...

8.2CVSS5.7AI score0.0017EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/25 10:17 a.m.9 views

CVE-2026-64287

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Bound usedlrs when flushing the pKVM hyp vCPU flushhypvcpu copies the host vGIC state into the hyp's private vCPU on every run. The vGIC list register save and restore use usedlrs as their loop bound and expect it to...

8.2CVSS0.0017EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.12 views

CVE-2026-64287

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Bound usedlrs when flushing the pKVM hyp vCPU flushhypvcpu copies the host vGIC state into the hyp's private vCPU on every run. The vGIC list register save and restore use usedlrs as their loop bound and expect it to...

8.2CVSS5.4AI score0.0017EPSS
SaveExploits0References7
Rows per page
Query Builder