Lucene search
+L

804 matches found

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
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
CVE
CVE
•added 2026/09/16 10:32 a.m.•19 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
Cvelist
Cvelist
•added 2026/09/16 10:32 a.m.•34 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
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•11 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
Cvelist
Cvelist
•added 2026/09/16 10:32 a.m.•37 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
CVE
CVE
•added 2026/09/16 10:32 a.m.•16 views

CVE-2026-89908

In the Linux kernel LoongArch KVM subsystem, kvm_arch_prepare_memory_region() computes a memslot's arch.flags (KVM_MEM_HUGEPAGE_CAPABLE / KVM_MEM_HUGEPAGE_INCAPABLE) only for KVM_MR_CREATE and KVM_MR_MOVE, returning early for all other changes. Because the generic code allocates a zeroed memslot ...

8.8CVSS5.8AI score0.00175EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/16 10:32 a.m.•11 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.•7 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
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•10 views

EUVD-2026-80506

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Refactor jump offset calculation in tail call The old macro-based jmpoffset calculation derives the jump distance from a stale prior-pass code stride, which can lead to wrong branch offsets and soft lockups under...

7.8CVSS5.8AI score0.00173EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/16 10:32 a.m.•35 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.8CVSS0.00165EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/16 10:32 a.m.•22 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
CVE
CVE
•added 2026/09/16 10:32 a.m.•21 views

CVE-2026-89906

CVE-2026-89906 affects the LoongArch BPF JIT in the Linux kernel. The jump offset calculation for tail calls used a stale prior-pass code stride to derive branch distances, which can produce wrong branch offsets and cause soft lockups when extra JIT passes are triggered. The fix recalculates the ...

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

CVE-2026-89906 LoongArch: BPF: Refactor jump offset calculation in tail call

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Refactor jump offset calculation in tail call The old macro-based jmpoffset calculation derives the jump distance from a stale prior-pass code stride, which can lead to wrong branch offsets and soft lockups under...

7.8CVSS0.00173EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•10 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
OSV
OSV
•added 2026/09/16 10:32 a.m.•8 views

CVE-2026-89906 LoongArch: BPF: Refactor jump offset calculation in tail call

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Refactor jump offset calculation in tail call The old macro-based jmpoffset calculation derives the jump distance from a stale prior-pass code stride, which can lead to wrong branch offsets and soft lockups under...

7.8CVSS5.8AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/16 10:32 a.m.•10 views

EUVD-2026-80505

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Move arena register slot below TCC context Currently, the stack layout places the optional arena register slot above the tail call counter context. When arenavmstart is dynamically enabled, it shifts the relative...

6AI score0.00198EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/16 10:32 a.m.•16 views

CVE-2026-89905

CVE-2026-89905 affects the Linux kernel on the LoongArch architecture within the BPF subsystem. The root cause is a stack layout flaw : the optional arena register slot is placed above the tail call counter (TCC) context . When arena_vm_start is dynamically enabled, it shifts the relative offset ...

6AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/16 10:32 a.m.•16 views

CVE-2026-89905 LoongArch: BPF: Move arena register slot below TCC context

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Move arena register slot below TCC context Currently, the stack layout places the optional arena register slot above the tail call counter context. When arenavmstart is dynamically enabled, it shifts the relative...

6AI score
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/16 10:32 a.m.•34 views

CVE-2026-89905 LoongArch: BPF: Move arena register slot below TCC context

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Move arena register slot below TCC context Currently, the stack layout places the optional arena register slot above the tail call counter context. When arenavmstart is dynamically enabled, it shifts the relative...

0.00198EPSS
SaveExploits0References2
Rows per page
Query Builder