Lucene search
+L

527 matches found

EUVD
EUVD
added 3 hours ago3 views

EUVD-2026-59709

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Update x2APIC MSR intercepts if AVIC is inhibited while L2 is active Always update x2APIC MSR intercepts for L1 when AVIC is deactivated, even if L2 is active and KVM is using a separate MSR bitmap to run L2. If AVIC is...

5.7AI score
SaveExploits0References5
Cvelist
Cvelist
added 3 hours ago3 views

CVE-2026-74516 KVM: SVM: Update x2APIC MSR intercepts if AVIC is inhibited while L2 is active

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Update x2APIC MSR intercepts if AVIC is inhibited while L2 is active Always update x2APIC MSR intercepts for L1 when AVIC is deactivated, even if L2 is active and KVM is using a separate MSR bitmap to run L2. If AVIC is...

SaveExploits0References5
NVD
NVD
added 9 hours ago3 views

CVE-2026-72280

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Drop bogus WARN for write to ZCREL2 It is entirely possible for a guest to write to the ZCREL2 sysreg alias while in a nested context, as it is expected if FEATNV2 is advertised to the L1 hypervisor. Get rid of th...

SaveExploits0References4
Cvelist
Cvelist
added 10 hours ago4 views

CVE-2026-72280 KVM: arm64: nv: Drop bogus WARN for write to ZCR_EL2

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Drop bogus WARN for write to ZCREL2 It is entirely possible for a guest to write to the ZCREL2 sysreg alias while in a nested context, as it is expected if FEATNV2 is advertised to the L1 hypervisor. Get rid of th...

SaveExploits0References4
EUVD
EUVD
added 10 hours ago2 views

EUVD-2026-59179

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Drop bogus WARN for write to ZCREL2 It is entirely possible for a guest to write to the ZCREL2 sysreg alias while in a nested context, as it is expected if FEATNV2 is advertised to the L1 hypervisor. Get rid of th...

5.4AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 15 hours ago2 views

PT-2026-72468

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Drop bogus WARN for write to ZCR EL2 It is entirely possible for a guest to write to the ZCR EL2 sysreg alias while in a nested context, as it is expected if FEAT NV2 is advertised to the L1 hypervisor. Get rid of...

5.4AI score
SaveExploits0References5
AstraLinux
AstraLinux
added 5 days ago10 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Remove the user-triggered WARN message emitted by nestedsvmloadcr3. Remove the WARN message generated by svmsetnestedstate in nestedsvmloadcr3 failure cases. This message can be easily triggered from userspace by...

5.5CVSS5.4AI score0.0013EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/08 9:17 a.m.18 views

CVE-2026-68081 KVM: nVMX: Put vmcs12 pages if nested VM-Enter fails due to invalid guest state

In the Linux kernel, the following vulnerability has been resolved: KVM: nVMX: Put vmcs12 pages if nested VM-Enter fails due to invalid guest state Put all vmcs12 pages if KVM synthesizes a nested VM-Exit due to invalid guest while emulating VMLAUNCH or VMRESUME. The invalid guest state path...

5.3AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/08 9:17 a.m.14 views

EUVD-2026-54774

In the Linux kernel, the following vulnerability has been resolved: KVM: nVMX: Put vmcs12 pages if nested VM-Enter fails due to invalid guest state Put all vmcs12 pages if KVM synthesizes a nested VM-Exit due to invalid guest while emulating VMLAUNCH or VMRESUME. The invalid guest state path...

5.3AI score0.00155EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/08 9:17 a.m.8 views

CVE-2026-68081

In the Linux kernel, the following vulnerability has been resolved: KVM: nVMX: Put vmcs12 pages if nested VM-Enter fails due to invalid guest state Put all vmcs12 pages if KVM synthesizes a nested VM-Exit due to invalid guest while emulating VMLAUNCH or VMRESUME. The invalid guest state path...

5.2AI score0.00155EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/08/07 8:8 a.m.9 views

KVM: nVMX: Hide shadow VMCS right after VMCLEAR

...

9.8CVSS5.2AI score0.0012EPSS
SaveExploits0
The Hacker News
The Hacker News
added 2026/08/06 5:58 p.m.11 views

New Zapscape KVM Flaw Could Let Privileged L1 Guest Code Escape to Linux Hosts

Zapscape , a new Linux kernel vulnerability, could allow an attacker with kernel privileges inside an L1 guest virtual machine VM to escape KVM isolation and execute code on the host. The risk applies when nested virtualization is exposed to untrusted guests. The flaw is tracked as CVE-2026-64561...

5.8AI score0.00121EPSS
SaveExploits3
OSV
OSV
added 2026/08/04 6:23 a.m.31 views

CVE-2026-64562 KVM: nVMX: Hide shadow VMCS right after VMCLEAR

In the Linux kernel, the following vulnerability has been resolved: KVM: nVMX: Hide shadow VMCS right after VMCLEAR freenested frees the shadow VMCS while vmcs01 still points to it. But because it is asynchronous with respect to loadedvmcsclear, the vCPU might migrate before the pointer is cleare...

8.8CVSS5.5AI score
SaveExploits0References8
CVE
CVE
added 2026/08/04 6:23 a.m.93 views

CVE-2026-64562

CVE-2026-64562 : In the Linux kernel KVM nVMX, a shadow VMCS could be freed prematurely by free_nested() while vmcs01 still referenced it. Since this occurs asynchronously with respect to loaded_vmcs_clear(), a vCPU could migrate and __loaded_vmcs_clear() may then execute VMCLEAR. The vulnerabili...

8.8CVSS5.5AI score0.0012EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/04 12:0 a.m.28 views

PT-2026-67669

In the Linux kernel, the following vulnerability has been resolved: KVM: nVMX: Hide shadow VMCS right after VMCLEAR free nested frees the shadow VMCS while vmcs01 still points to it. But because it is asynchronous with respect to loaded vmcs clear, the vCPU might migrate before the pointer is...

5.5AI score0.0012EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/07/30 4:32 a.m.10 views

CVE-2026-64513

A flaw was found in the Linux kernel's Kernel-based Virtual Machine KVM for x86 architectures. When the apicupdateppr function does not find a deliverable interrupt, it fails to recompute the CR8 intercept, leading to a stale Task Priority Register Threshold TPRTHRESHOLD. This issue can cause a...

5.5CVSS5.8AI score0.00171EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/29 5:17 a.m.10 views

CVE-2026-64555

A flaw was found in the Linux kernel's Kernel-based Virtual Machine KVM for ARM64 architecture, specifically affecting nested virtualization. The kvmhyphandlemops function, responsible for handling certain virtualization operations, incorrectly restored the SPSREL2 register. This occurred because...

8.8CVSS5.8AI score0.00128EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/27 9:17 p.m.7 views

CVE-2026-64555

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Fix SPSREL2 restore in kvmhyphandlemops kvmhyphandlemops resets the single-step state machine as part of rewinding state for a MOPS exception by modifying vcpucpsr and writing the result directly into hardware. In...

8.8CVSS0.00128EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/27 8:10 p.m.8 views

CVE-2026-64555 KVM: arm64: nv: Fix SPSR_EL2 restore in kvm_hyp_handle_mops()

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Fix SPSREL2 restore in kvmhyphandlemops kvmhyphandlemops resets the single-step state machine as part of rewinding state for a MOPS exception by modifying vcpucpsr and writing the result directly into hardware. In...

8.8CVSS5.8AI score
SaveExploits0References7
EUVD
EUVD
added 2026/07/27 8:10 p.m.8 views

EUVD-2026-49606

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Fix SPSREL2 restore in kvmhyphandlemops kvmhyphandlemops resets the single-step state machine as part of rewinding state for a MOPS exception by modifying vcpucpsr and writing the result directly into hardware. In...

5.8AI score0.00128EPSS
SaveExploits0References4
Rows per page
Query Builder