Lucene search
+L

13427 matches found

Cvelist
Cvelist
added 2026/07/25 8:49 a.m.30 views

CVE-2026-64310 crypto: ccp - Do not initialize SNP for SEV ioctls

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Do not initialize SNP for SEV ioctls Sashiko notes: if SEV initialization fails and KVM is actively running normal VMs, could a userspace process trigger this code path via /dev/sev ioctls e.g., SEVPDHGEN and zero o...

0.00215EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/25 8:49 a.m.11 views

CVE-2026-64310

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Do not initialize SNP for SEV ioctls Sashiko notes: if SEV initialization fails and KVM is actively running normal VMs, could a userspace process trigger this code path via /dev/sev ioctls e.g., SEVPDHGEN and zero o...

5.8AI score0.00215EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/25 8:49 a.m.8 views

EUVD-2026-49022

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Do not initialize SNP for SEV ioctls Sashiko notes: if SEV initialization fails and KVM is actively running normal VMs, could a userspace process trigger this code path via /dev/sev ioctls e.g., SEVPDHGEN and zero o...

5.9AI score0.00215EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/25 8:49 a.m.15 views

CVE-2026-64308

The CVE-2026-64308 issue in the Linux kernel concerns the crypto CCP SNP_VLEK_LOAD path. The fix removes SNP initialization for ioctl(SNP_VLEK_LOAD), addressing a scenario where SEV initialization failures could allow a userspace trigger to affect MSR_VM_HSAVE_PA and potentially impact a running ...

5.9AI score0.00215EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/25 8:49 a.m.6 views

EUVD-2026-49019

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Do not initialize SNP for ioctlSNPCONFIG Sashiko notes: if SEV initialization fails and KVM is actively running normal VMs, could a userspace process trigger this code path via /dev/sev ioctls e.g., SEVPDHGEN and ze...

5.9AI score0.00215EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/25 8:49 a.m.7 views

EUVD-2026-49000

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Avoid dereferencing NULL VNCR pseudo-TLB VNCR TLB invalidation occurs from MMU notifiers or TLBI instructions, and either can race against a vcpu not being onlined yet no pseudo-TLB allocated. Similarly, the TLB...

5.8AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:49 a.m.21 views

CVE-2026-64287

CVE-2026-64287 affects the Linux kernel’s KVM on arm64. The issue stems from flush_hyp_vcpu() copying host vgic_v3 state to the hyp’s vCPU and not enforcing the expected bound on list registers, which can lead to out-of-bounds access to ICH_LR_EL2 when host values exceed the number of implemented...

8.2CVSS5.7AI score0.0017EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.34 views

CVE-2026-64287 KVM: arm64: Bound used_lrs when flushing the pKVM hyp vCPU

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Bound usedlrs when flushing the pKVM hyp vCPU flushhypvcpu copies the host vGIC state into the hyp's private vCPU on every run. The vGIC list register save and restore use usedlrs as their loop bound and expect it to...

8.2CVSS0.0017EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/25 8:49 a.m.14 views

CVE-2026-64288

CVE-2026-64288 concerns the Linux kernel’s KVM arm64 subsystem. The vulnerability arises from a NULL dereference in VNCR pseudo-TLB invalidation, which can race against a vcpu being onlined or against an unallocated pseudo-TLB, leading to unsafe dereferences during MMU notifier or TLBI-triggered ...

5.8AI score0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/25 8:49 a.m.7 views

EUVD-2026-48999

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Bound usedlrs when flushing the pKVM hyp vCPU flushhypvcpu copies the host vGIC state into the hyp's private vCPU on every run. The vGIC list register save and restore use usedlrs as their loop bound and expect it to...

5.7AI score0.0017EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/07/25 8:49 a.m.8 views

CVE-2026-64288

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Avoid dereferencing NULL VNCR pseudo-TLB VNCR TLB invalidation occurs from MMU notifiers or TLBI instructions, and either can race against a vcpu not being onlined yet no pseudo-TLB allocated. Similarly, the TLB...

5.7AI score0.00198EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.31 views

CVE-2026-64286 KVM: arm64: Clear __hyp_running_vcpu when flushing the pKVM hyp vCPU

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Clear hyprunningvcpu when flushing the pKVM hyp vCPU flushhypvcpu copies the host vCPU context into the hyp's private vCPU on every run. ctxttovcpu expects a guest context to have a NULL hyprunningvcpu, which is only...

8.2CVSS0.0017EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/25 8:49 a.m.8 views

EUVD-2026-48996

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Ensure vendor's exit handler runs before fastpath userspace exits Move the handling of fastpath userspace exits into vendor code to ensure KVM runs vendor specific operations that need to run before userspace gains...

5.9AI score0.00159EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/25 8:49 a.m.9 views

CVE-2026-64285 KVM: SEV: Pin source page for write when adding CPUID data for SNP guest

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Pin source page for write when adding CPUID data for SNP guest When populating a guestmemfd instance with the initial CPUID data for an SNP guest, acquire a writable pin on the source page as KVM will write back the...

5.7AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/07/25 8:49 a.m.8 views

CVE-2026-64284

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Ensure vendor's exit handler runs before fastpath userspace exits Move the handling of fastpath userspace exits into vendor code to ensure KVM runs vendor specific operations that need to run before userspace gains...

7.1CVSS5.9AI score0.00159EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/25 8:49 a.m.7 views

CVE-2026-64285

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Pin source page for write when adding CPUID data for SNP guest When populating a guestmemfd instance with the initial CPUID data for an SNP guest, acquire a writable pin on the source page as KVM will write back the...

5.7AI score0.00189EPSS
SaveExploits0
CVE
CVE
added 2026/07/25 8:49 a.m.18 views

CVE-2026-64285

CVE-2026-64285 affects the Linux kernel KVM SNP guest activity. When populating a guest_memfd’s initial CPUID data, KVM may pin the source page as writable, because KVM writes back CPUID information if userspace data is rejected by trusted firmware. Because the page is accessed via a kernel mappi...

5.8AI score0.00189EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.34 views

CVE-2026-64284 KVM: x86: Ensure vendor's exit handler runs before fastpath userspace exits

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Ensure vendor's exit handler runs before fastpath userspace exits Move the handling of fastpath userspace exits into vendor code to ensure KVM runs vendor specific operations that need to run before userspace gains...

7.1CVSS0.00159EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/25 8:49 a.m.10 views

CVE-2026-64284 KVM: x86: Ensure vendor's exit handler runs before fastpath userspace exits

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Ensure vendor's exit handler runs before fastpath userspace exits Move the handling of fastpath userspace exits into vendor code to ensure KVM runs vendor specific operations that need to run before userspace gains...

7.1CVSS5.9AI score
SaveExploits0References7
EUVD
EUVD
added 2026/07/25 8:49 a.m.7 views

EUVD-2026-48997

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Pin source page for write when adding CPUID data for SNP guest When populating a guestmemfd instance with the initial CPUID data for an SNP guest, acquire a writable pin on the source page as KVM will write back the...

5.8AI score0.00189EPSS
SaveExploits0References2
Rows per page
Query Builder