Lucene search
+L

10106 matches found

OSV
OSV
•added 2026/09/16 10:32 a.m.•8 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.3CVSS5.8AI score
SaveExploits0References6
CVE
CVE
•added 2026/09/16 10:32 a.m.•13 views

CVE-2026-89911

CVE-2026-89911 affects the KVM arm64 subsystem of the Linux kernel. The root cause is an integer overflow in the handling of TLB Invalidation by Range (TLBI) : because the TLBI range can be encoded with a large value based on an arbitrary virtual address, a guest can trigger an overflow if the hy...

7.9CVSS5.8AI score0.00159EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/16 10:32 a.m.•34 views

CVE-2026-89911 KVM: arm64: Correctly cap TLBI Range to the architural limit

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
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•8 views

EUVD-2026-80511

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.9CVSS5.8AI score0.00159EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/16 10:32 a.m.•7 views

CVE-2026-89911 KVM: arm64: Correctly cap TLBI Range to the architural limit

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.9CVSS5.8AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•11 views

EUVD-2026-80509

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Free init resources if kvminit fails kvmloongarchinit calls kvmloongarchenvinit to allocate the per-CPU kvmcontext vmcs and kvmloongarchops and to register the perf callbacks, and then calls kvminit. If kvminit...

5.8AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/16 10:32 a.m.•18 views

CVE-2026-89909

CVE-2026-89909 is a resource leak in the Linux kernel 's LoongArch KVM module. When kvm_loongarch_init() calls kvm_loongarch_env_init() to allocate per-CPU kvm_context (vmcs), kvm_loongarch_ops, and register perf callbacks, a subsequent failure in kvm_init() causes these resources to be leaked be...

5.8AI score0.00209EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/16 10:32 a.m.•34 views

CVE-2026-89910 LoongArch: KVM: Fix uninitialized stack variable issue with dmsintc

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix uninitialized stack variable issue with dmsintc Variable vector is declared on stack in function dmsintcinjectirq and sometimes it is used without initialized. Here fix this issue...

7.3CVSS0.00151EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/16 10:32 a.m.•6 views

CVE-2026-89909 LoongArch: KVM: Free init resources if kvm_init() fails

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Free init resources if kvminit fails kvmloongarchinit calls kvmloongarchenvinit to allocate the per-CPU kvmcontext vmcs and kvmloongarchops and to register the perf callbacks, and then calls kvminit. If kvminit...

5.8AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/16 10:32 a.m.•6 views

CVE-2026-89910 LoongArch: KVM: Fix uninitialized stack variable issue with dmsintc

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix uninitialized stack variable issue with dmsintc Variable vector is declared on stack in function dmsintcinjectirq and sometimes it is used without initialized. Here fix this issue...

7.3CVSS5.8AI score
SaveExploits0References5
CVE
CVE
•added 2026/09/16 10:32 a.m.•18 views

CVE-2026-89910

CVE-2026-89910 affects the Linux kernel on LoongArch architecture within the KVM subsystem. The vulnerable component is the stack variable vector[] in the function dmsintc_inject_irq() , which is sometimes used without being initialized, potentially leading to information disclosure (uninitialize...

7.3CVSS5.7AI score0.00151EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•8 views

EUVD-2026-80510

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix uninitialized stack variable issue with dmsintc Variable vector is declared on stack in function dmsintcinjectirq and sometimes it is used without initialized. Here fix this issue...

7.3CVSS5.7AI score0.00151EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/16 10:32 a.m.•33 views

CVE-2026-89909 LoongArch: KVM: Free init resources if kvm_init() fails

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Free init resources if kvminit fails kvmloongarchinit calls kvmloongarchenvinit to allocate the per-CPU kvmcontext vmcs and kvmloongarchops and to register the perf callbacks, and then calls kvminit. If kvminit...

0.00209EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/16 10:32 a.m.•36 views

CVE-2026-89908 LoongArch: KVM: Preserve memslot arch flags on KVM_MR_FLAGS_ONLY

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Preserve memslot arch flags on KVMMRFLAGSONLY kvmarchpreparememoryregion computes new-arch.flags, i.e. whether a memslot is KVMMEMHUGEPAGECAPABLE or KVMMEMHUGEPAGEINCAPABLE, only for KVMMRCREATE and KVMMRMOVE, and...

8.8CVSS0.00175EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•10 views

EUVD-2026-80508

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Preserve memslot arch flags on KVMMRFLAGSONLY kvmarchpreparememoryregion computes new-arch.flags, i.e. whether a memslot is KVMMEMHUGEPAGECAPABLE or KVMMEMHUGEPAGEINCAPABLE, only for KVMMRCREATE and KVMMRMOVE, and...

8.8CVSS5.8AI score0.00175EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/16 10:32 a.m.•9 views

CVE-2026-89908 LoongArch: KVM: Preserve memslot arch flags on KVM_MR_FLAGS_ONLY

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Preserve memslot arch flags on KVMMRFLAGSONLY kvmarchpreparememoryregion computes new-arch.flags, i.e. whether a memslot is KVMMEMHUGEPAGECAPABLE or KVMMEMHUGEPAGEINCAPABLE, only for KVMMRCREATE and KVMMRMOVE, and...

8.8CVSS5.8AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/16 10:32 a.m.•6 views

CVE-2026-89907 LoongArch: KVM: Validate MSI data before routing it to EIOINTC

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Validate MSI data before routing it to EIOINTC pchmsisetirq passes e-msi.data straight into eiointcsetirq as the irq number. The MSI data comes from userspace, that either via a KVMIRQROUTINGMSI entry set with...

8.8CVSS5.8AI score
SaveExploits0References5
CVE
CVE
•added 2026/09/16 10:32 a.m.•20 views

CVE-2026-89907

CVE-2026-89907 affects the Linux kernel on the LoongArch architecture in the KVM EIOINTC MSI routing path. The function pch_msi_set_irq() passes user-supplied MSI data directly to eiointc_set_irq() without validating it against the 256-entry EIOINTC_IRQS limit. A value of 256 or greater causes ou...

8.8CVSS5.8AI score0.00165EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•9 views

EUVD-2026-80507

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Validate MSI data before routing it to EIOINTC pchmsisetirq passes e-msi.data straight into eiointcsetirq as the irq number. The MSI data comes from userspace, that either via a KVMIRQROUTINGMSI entry set with...

8.8CVSS5.8AI score0.00165EPSS
SaveExploits0References2
NVD
NVD
•added 2026/09/16 9:17 a.m.•12 views

CVE-2026-89775

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Handle negative S1 walk levels in VNCR TLB size evaluation Computing the effects of a TLB invalidation involves looking at the size of the mapping cached by the TLB. For S1 mappings such as VNCR, this is deducted from...

9.3CVSS0.0023EPSS
SaveExploits0References4
Rows per page
Query Builder