Lucene search
+L

655 matches found

RedHat Linux
RedHat Linux
added 2026/05/05 5:58 a.m.31 views

Important: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from th...

9.8CVSS6.9AI score0.94545EPSS
SaveExploits233References6
Microsoft CVE
Microsoft CVE
added 2026/04/26 8:2 a.m.7 views

KVM: SEV: Reject attempts to sync VMSA of an already-launched/encrypted vCPU

...

8.8CVSS5.2AI score0.00122EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/04/25 1:38 a.m.10 views

SUSE CVE-2026-31588

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Use scratch field in MMIO fragment to hold small write values When exiting to userspace to service an emulated MMIO write, copy the to-be-written value to a scratch field in the MMIO fragment if the size of the data...

7CVSS5.6AI score0.00128EPSS
SaveExploits0References23
Tenable Nessus
Tenable Nessus
added 2026/04/25 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-31558

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Make kvmgetvcpubycpuid more robust kvmgetvcpubycpuid takes a cpuid parameter...

8.8CVSS6.6AI score0.00129EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/04/24 7:5 p.m.6 views

CVE-2026-31592

A flaw was found in the Linux kernel's KVM Kernel-based Virtual Machine subsystem. A local user could exploit a concurrency issue by failing to properly protect the sevmemencregisterregion function with the kvm-lock. This can lead to an unstable state if KVM initialization fails, resulting in a...

5.5CVSS5.3AI score0.00122EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/24 6:4 p.m.6 views

CVE-2026-31569

A flaw was found in the Linux kernel's Kernel-based Virtual Machine KVM component. When a specific internal data structure, known as EIOINTC's coremap, is empty, the system incorrectly processes a processor ID. This error can lead to an out-of-bounds memory access, meaning the system tries to rea...

7.3CVSS5.3AI score0.0012EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/24 3:16 p.m.7 views

CVE-2026-31591

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Lock all vCPUs when synchronzing VMSAs for SNP launch finish Lock all vCPUs when synchronizing and encrypting VMSAs for SNP guests, as allowing userspace to manipulate and/or run a vCPU while its state is being...

5.5CVSS0.00122EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/24 3:16 p.m.4 views

DEBIAN-CVE-2026-31590

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Drop WARN on large size for KVMMEMORYENCRYPTREGREGION Drop the WARN in sevpinmemory on npages overflowing an int, as the WARN is comically trivially to trigger from userspace, e.g. by doing: struct kvmencregion range =...

5.5CVSS5.3AI score0.00125EPSS
SaveExploits0References1
NVD
NVD
added 2026/04/24 3:16 p.m.12 views

CVE-2026-31588

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Use scratch field in MMIO fragment to hold small write values When exiting to userspace to service an emulated MMIO write, copy the to-be-written value to a scratch field in the MMIO fragment if the size of the data...

8.8CVSS0.00128EPSS
SaveExploits0References9
OSV
OSV
added 2026/04/24 3:16 p.m.6 views

DEBIAN-CVE-2026-31553

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix the descriptor address in kvmatswapdesc Using "u64 user hva + offset" to get the virtual addresses of S1/S2 descriptors looks really wrong, if offset is not zero. What we want to get for swapping is hva + offset,...

8.8CVSS5.3AI score0.0012EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/04/24 3:16 p.m.6 views

CVE-2026-31564

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix base address calculation in kvmeiointcregsaccess In function kvmeiointcregsaccess, the register base address is caculated from array base address plus offset, the offset is absolute value from the base address...

5.5CVSS5.4AI score0.00107EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/04/24 3:16 p.m.5 views

CVE-2026-31558

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Make kvmgetvcpubycpuid more robust kvmgetvcpubycpuid takes a cpuid parameter whose type is int, so cpuid can be negative. Let kvmgetvcpubycpuid return NULL for this case so as to make it more robust. This fix an...

8.8CVSS5.4AI score0.00129EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/04/24 2:42 p.m.4 views

EUVD-2026-25484

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Lock all vCPUs when synchronzing VMSAs for SNP launch finish Lock all vCPUs when synchronizing and encrypting VMSAs for SNP guests, as allowing userspace to manipulate and/or run a vCPU while its state is being...

5.4AI score0.00122EPSS
SaveExploits0References3
CVE
CVE
added 2026/04/24 2:42 p.m.30 views

CVE-2026-31592

CVE-2026-31592 affects the Linux kernel KVM subsystem. The vulnerability arises when sev_mem_enc_register_region() is not protected by kvm->lock before sev_guest() is checked, risking state corruption if KVM_INIT{2} fails and an uninitialized sev->regions_list is touched, potentially causin...

5.5CVSS5.4AI score0.00122EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/04/24 2:42 p.m.14 views

EUVD-2026-25485

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Protect all of sevmemencregisterregion with kvm-lock Take and hold kvm-lock for before checking sevguest in sevmemencregisterregion, as sevguest isn't stable unless kvm-lock is held or KVM can guarantee KVMSEVINIT2 has...

5.4AI score0.00122EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/24 2:42 p.m.3 views

CVE-2026-31591 KVM: SEV: Lock all vCPUs when synchronzing VMSAs for SNP launch finish

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Lock all vCPUs when synchronzing VMSAs for SNP launch finish Lock all vCPUs when synchronizing and encrypting VMSAs for SNP guests, as allowing userspace to manipulate and/or run a vCPU while its state is being...

5.5CVSS6.2AI score0.00122EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/04/24 2:42 p.m.5 views

CVE-2026-31588

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Use scratch field in MMIO fragment to hold small write values When exiting to userspace to service an emulated MMIO write, copy the to-be-written value to a scratch field in the MMIO fragment if the size of the data...

8.8CVSS5.4AI score0.00128EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/04/24 2:42 p.m.42 views

CVE-2026-31588 KVM: x86: Use scratch field in MMIO fragment to hold small write values

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Use scratch field in MMIO fragment to hold small write values When exiting to userspace to service an emulated MMIO write, copy the to-be-written value to a scratch field in the MMIO fragment if the size of the data...

8.8CVSS0.00128EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/04/24 2:35 p.m.6 views

CVE-2026-31569

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Handle the case that EIOINTC's coremap is empty EIOINTC's coremap in eiointcupdateswcoremap can be empty, currently we get a cpuid with -1 in this case, but we actually need 0 because it's similar as the case that...

7.3CVSS5.3AI score0.0012EPSS
SaveExploits0
OSV
OSV
added 2026/04/24 2:35 p.m.4 views

CVE-2026-31569 LoongArch: KVM: Handle the case that EIOINTC's coremap is empty

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Handle the case that EIOINTC's coremap is empty EIOINTC's coremap in eiointcupdateswcoremap can be empty, currently we get a cpuid with -1 in this case, but we actually need 0 because it's similar as the case that...

7.3CVSS6.5AI score0.0012EPSS
SaveExploits0References6
Rows per page
Query Builder