Lucene search
+L

250 matches found

Kitploit
Kitploit
•added 2026/09/25 12:34 a.m.•19 views

ITScape

ITScape: Escape de invitado a anfitrión en KVM/arm64 Resumen Este documento describe la vulnerabilidad ITScape CVE-2026-46316 reportada y parcheada por Hyunwoo Kim @v4bel. Es una vulnerabilidad de escape de KVM que permite a un invitado escapar al anfitrión en un entorno KVM/arm64 y ejecutar...

9.3CVSS7.4AI score0.00204EPSS
SaveExploits1References1
Kitploit
Kitploit
•added 2026/09/21 12:50 p.m.•17 views

itscape

ITScape — Sitio de seguimiento de escape de invitado a anfitrión KVM/arm64 en Linux Fuente del rastreador de estado de parches ITScape : un sitio de una sola página que registra qué distribuciones han publicado una corrección para el escape de invitado a anfitrión KVM/arm64 en el kernel de Linux...

5.9AI score
SaveExploits0References2
NVD
NVD
•added 2026/09/16 11:17 a.m.•7 views

CVE-2026-89918

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Correctly handle end of VA space TLBI invalidation Our TLB invalidation by VA code is based on comparing two ranges, one defined by the TLB, and one defined by the TLBI instruction. Each range is defined by a start an...

9.3CVSS0.00194EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/16 11:17 a.m.•8 views

DEBIAN-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.3CVSS5.8AI score0.00194EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/16 11:17 a.m.•9 views

DEBIAN-CVE-2026-89911

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Correctly cap TLBI Range to the architural limit TLB Invalidation by Range has a fairly powerful way of encoding pretty large ranges in a small number of bits. This range can be based on an arbitrary VA, which means i...

7.9CVSS6AI score0.00159EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/16 11:17 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.00196EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/16 11:17 a.m.•10 views

DEBIAN-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.3CVSS5.9AI score0.00194EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/16 11:17 a.m.•9 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.00194EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/16 11:17 a.m.•13 views

DEBIAN-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.8CVSS5.8AI score0.00196EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/16 11:17 a.m.•9 views

AZL-101282 CVE-2026-89913 affecting package kernel 6.6.157.1-1

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.00196EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/16 11:17 a.m.•12 views

CVE-2026-89911

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Correctly cap TLBI Range to the architural limit TLB Invalidation by Range has a fairly powerful way of encoding pretty large ranges in a small number of bits. This range can be based on an arbitrary VA, which means i...

7.9CVSS0.00159EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/16 11:17 a.m.•8 views

DEBIAN-CVE-2026-89917

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Handle VNCR TLB invalidation race with vcpuput VNCR unmapping While VNCR TLB invalidation always occurs under the MMU lock, vcpuput doesn't, while it unmaps the VNCR page. The problem is that the invalidation evaluate...

5.8AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/16 11:17 a.m.•8 views

DEBIAN-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.3CVSS5.8AI score0.00194EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/16 11:17 a.m.•8 views

DEBIAN-CVE-2026-89918

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Correctly handle end of VA space TLBI invalidation Our TLB invalidation by VA code is based on comparing two ranges, one defined by the TLB, and one defined by the TLBI instruction. Each range is defined by a start an...

9.3CVSS5.9AI score0.00194EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/16 11:17 a.m.•15 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.00194EPSS
SaveExploits0References3
NVD
NVD
•added 2026/09/16 11:17 a.m.•6 views

CVE-2026-89917

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Handle VNCR TLB invalidation race with vcpuput VNCR unmapping While VNCR TLB invalidation always occurs under the MMU lock, vcpuput doesn't, while it unmaps the VNCR page. The problem is that the invalidation evaluate...

0.00206EPSS
SaveExploits0References3
NVD
NVD
•added 2026/09/16 11:17 a.m.•10 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.00194EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•9 views

EUVD-2026-80518

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Correctly handle end of VA space TLBI invalidation Our TLB invalidation by VA code is based on comparing two ranges, one defined by the TLB, and one defined by the TLBI instruction. Each range is defined by a start an...

9.3CVSS5.8AI score0.00194EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/16 10:32 a.m.•37 views

CVE-2026-89918 KVM: arm64: Correctly handle end of VA space TLBI invalidation

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Correctly handle end of VA space TLBI invalidation Our TLB invalidation by VA code is based on comparing two ranges, one defined by the TLB, and one defined by the TLBI instruction. Each range is defined by a start an...

9.3CVSS0.00194EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/16 10:32 a.m.•13 views

CVE-2026-89918

CVE-2026-89918 affects the Linux kernel KVM arm64 subsystem. The root cause is a flaw in the TLB invalidation (TLBI) by virtual address range: when the TLBI instruction's range reaches the end of the TTBR1 VA space , the expression base + size wraps around to 0, causing the range comparison to fa...

9.3CVSS5.8AI score0.00194EPSS
SaveExploits0References3
Rows per page
Query Builder