Lucene search
+L

507562 matches found

Debian CVE
Debian CVE
added 2026/09/16 10:32 a.m.11 views

CVE-2026-89915

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Remove VM-wide VNCR mapping counter The global VNCR mapping counter is used to decide whether an L1 provided VNCR page is mapped in L0 on any CPU at the point of dealing with a TLB invalidation. It is incremented when...

9.3CVSS0.00178EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/16 10:32 a.m.6 views

CVE-2026-89916

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Make VNCR invalidation participate in MMU invalidation retry A VNCR TLB invalidation can occur on one vcpu while another vcpu is faulting in this same page. Without correctly handling this, we can end up with the...

9.3CVSS0.00178EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/16 10:32 a.m.32 views

CVE-2026-89915 KVM: arm64: Remove VM-wide VNCR mapping counter

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Remove VM-wide VNCR mapping counter The global VNCR mapping counter is used to decide whether an L1 provided VNCR page is mapped in L0 on any CPU at the point of dealing with a TLB invalidation. It is incremented when...

9.3CVSS0.00178EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/16 10:32 a.m.6 views

EUVD-2026-80516

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Make VNCR invalidation participate in MMU invalidation retry A VNCR TLB invalidation can occur on one vcpu while another vcpu is faulting in this same page. Without correctly handling this, we can end up with the...

9.3CVSS5.8AI score0.00178EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/16 10:32 a.m.7 views

CVE-2026-89916 KVM: arm64: Make VNCR invalidation participate in MMU invalidation retry

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Make VNCR invalidation participate in MMU invalidation retry A VNCR TLB invalidation can occur on one vcpu while another vcpu is faulting in this same page. Without correctly handling this, we can end up with the...

9.3CVSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/16 10:32 a.m.8 views

CVE-2026-89914

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Sign-extend VA for range-based TLBI invalidation When the decoderangetlbi helper was moved to be used for S1 TLBIs, the required sign extension was omitted. Add it. As a result, special care must be taken to not...

9.3CVSS0.00178EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/16 10:32 a.m.32 views

CVE-2026-89914 KVM: arm64: Sign-extend VA for range-based TLBI invalidation

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Sign-extend VA for range-based TLBI invalidation When the decoderangetlbi helper was moved to be used for S1 TLBIs, the required sign extension was omitted. Add it. As a result, special care must be taken to not...

9.3CVSS0.00178EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/16 10:32 a.m.7 views

EUVD-2026-80514

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Sign-extend VA for range-based TLBI invalidation When the decoderangetlbi helper was moved to be used for S1 TLBIs, the required sign extension was omitted. Add it. As a result, special care must be taken to not...

9.3CVSS5.8AI score0.00178EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/16 10:32 a.m.22 views

CVE-2026-89914

CVE-2026-89914 affects the Linux kernel's KVM arm64 component. When the decode_range_tlbi() helper was moved to support S1 TLBI (translation lookaside buffer invalidation), the required sign extension of the virtual address was omitted. This causes physical address (PA) bit overflow when the rang...

9.3CVSS5.8AI score0.00178EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/16 10:32 a.m.6 views

CVE-2026-89914 KVM: arm64: Sign-extend VA for range-based TLBI invalidation

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Sign-extend VA for range-based TLBI invalidation When the decoderangetlbi helper was moved to be used for S1 TLBIs, the required sign extension was omitted. Add it. As a result, special care must be taken to not...

9.3CVSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/16 10:32 a.m.34 views

CVE-2026-89913 KVM: arm64: vgic-v3: take an LPI reference in vgic_v3_save_pending_tables

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-v3: take an LPI reference in vgicv3savependingtables vgicv3savependingtables iterates dist-lpixa using xaforeach and dereferences the returned struct vgicirq in the loop body without holding a reference on the LP...

8.8CVSS0.00183EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/16 10:32 a.m.9 views

EUVD-2026-80513

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-v3: take an LPI reference in vgicv3savependingtables vgicv3savependingtables iterates dist-lpixa using xaforeach and dereferences the returned struct vgicirq in the loop body without holding a reference on the LP...

8.8CVSS5.8AI score0.00183EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/16 10:32 a.m.9 views

CVE-2026-89912

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-its: Don't dereference a NULL collection on ITT save MAPC with V=0 drops ite-collection but leaves the ITE on the device's ITT list, and vgicitssaveite dereferences it unconditionally. A guest that issues MAPD,...

7.1CVSS0.00174EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/16 10:32 a.m.9 views

CVE-2026-89913

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-v3: take an LPI reference in vgicv3savependingtables vgicv3savependingtables iterates dist-lpixa using xaforeach and dereferences the returned struct vgicirq in the loop body without holding a reference on the LP...

8.8CVSS0.00183EPSS
SaveExploits0
OSV
OSV
added 2026/09/16 10:32 a.m.6 views

CVE-2026-89912 KVM: arm64: vgic-its: Don't dereference a NULL collection on ITT save

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-its: Don't dereference a NULL collection on ITT save MAPC with V=0 drops ite-collection but leaves the ITE on the device's ITT list, and vgicitssaveite dereferences it unconditionally. A guest that issues MAPD,...

7.1CVSS
SaveExploits0References6
OSV
OSV
added 2026/09/16 10:32 a.m.7 views

CVE-2026-89913 KVM: arm64: vgic-v3: take an LPI reference in vgic_v3_save_pending_tables

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-v3: take an LPI reference in vgicv3savependingtables vgicv3savependingtables iterates dist-lpixa using xaforeach and dereferences the returned struct vgicirq in the loop body without holding a reference on the LP...

8.8CVSS
SaveExploits0References6
CVE
CVE
added 2026/09/16 10:32 a.m.23 views

CVE-2026-89913

CVE-2026-89913 affects the Linux kernel in the KVM arm64 vgic-v3 subsystem. The function vgic_v3_save_pending_tables() iterates the LPI xarray via xa_for_each() and dereferences struct vgic_irq without holding a stable reference. The xarray iterator provides only temporary RCU coverage, which is ...

8.8CVSS5.8AI score0.00183EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/16 10:32 a.m.9 views

CVE-2026-89912

CVE-2026-89912 affects the Linux kernel in the KVM arm64 vgic-its subsystem. When a guest issues MAPC with V=0 , the ite->collection pointer is nulled while the ITE remains on the device's ITT list. The function vgic_its_save_ite() then dereferences this NULL pointer unconditionally when the V...

7.1CVSS5.7AI score0.00174EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/16 10:32 a.m.33 views

CVE-2026-89912 KVM: arm64: vgic-its: Don't dereference a NULL collection on ITT save

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-its: Don't dereference a NULL collection on ITT save MAPC with V=0 drops ite-collection but leaves the ITE on the device's ITT list, and vgicitssaveite dereferences it unconditionally. A guest that issues MAPD,...

7.1CVSS0.00174EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/16 10:32 a.m.6 views

EUVD-2026-80512

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-its: Don't dereference a NULL collection on ITT save MAPC with V=0 drops ite-collection but leaves the ITE on the device's ITT list, and vgicitssaveite dereferences it unconditionally. A guest that issues MAPD,...

7.1CVSS5.7AI score0.00174EPSS
SaveExploits0References3
Rows per page
Query Builder