Lucene search
+L

8862 matches found

Cvelist
Cvelist
added 2024/05/21 2:19 p.m.26 views

CVE-2021-47255 kvm: LAPIC: Restore guard to prevent illegal APIC register access

In the Linux kernel, the following vulnerability has been resolved: kvm: LAPIC: Restore guard to prevent illegal APIC register access Per the SDM, "any access that touches bytes 4 through 15 of an APIC register may cause undefined behavior and must not be executed." Worse, such an access in...

6.2AI score0.00244EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/21 2:19 p.m.21 views

CVE-2021-47255 kvm: LAPIC: Restore guard to prevent illegal APIC register access

In the Linux kernel, the following vulnerability has been resolved: kvm: LAPIC: Restore guard to prevent illegal APIC register access Per the SDM, "any access that touches bytes 4 through 15 of an APIC register may cause undefined behavior and must not be executed." Worse, such an access in...

6.6AI score0.00244EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/21 2:19 p.m.18 views

CVE-2021-47255

In the Linux kernel, the following vulnerability has been resolved: kvm: LAPIC: Restore guard to prevent illegal APIC register access Per the SDM, "any access that touches bytes 4 through 15 of an APIC register may cause undefined behavior and must not be executed." Worse, such an access in...

7.1CVSS7.1AI score0.00244EPSS
SaveExploits0
CVE
CVE
added 2024/05/21 2:19 p.m.85 views

CVE-2021-47255

In CVE-2021-47255, the Linux kernel vulnerability affects KVM LAPIC: a read access path in kvm_lapic_reg_read could touch bytes 4–15 of an APIC register, risking leakage of kernel stack contents. The issue was resolved by restoring a guard removed in a prior commit and aligning with the SDM requi...

7.1CVSS6.5AI score0.00244EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/05/21 2:19 p.m.26 views

CVE-2021-47230 KVM: x86: Immediately reset the MMU context when the SMM flag is cleared

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Immediately reset the MMU context when the SMM flag is cleared Immediately reset the MMU context when the vCPU's SMM flag is cleared so that the SMM flag in the MMU role is always synchronized with the vCPU's flag. If R...

6.3AI score0.00232EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/21 2:19 p.m.18 views

CVE-2021-47230 KVM: x86: Immediately reset the MMU context when the SMM flag is cleared

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Immediately reset the MMU context when the SMM flag is cleared Immediately reset the MMU context when the vCPU's SMM flag is cleared so that the SMM flag in the MMU role is always synchronized with the vCPU's flag. If R...

6.8AI score0.00232EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/21 2:19 p.m.91 views

CVE-2021-47230

CVE-2021-47230 affects the Linux kernel KVM on x86. The vulnerability arises from a lack of synchronization between the vCPU SMM flag and the MMU’s SMM flag, so that when RSM is not emulated correctly, KVM can bail out and leave the MMU in an inconsistent state. This misalignment can cause a NULL...

6.6CVSS7.6AI score0.00232EPSS
SaveExploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2024/05/21 1:58 a.m.6 views

SUSE CVE-2024-35980

In the Linux kernel, the following vulnerability has been resolved: arm64: tlb: Fix TLBI RANGE operand KVM/arm64 relies on TLBI RANGE feature to flush TLBs when the dirty pages are collected by VMM and the page table entries become write protected during live migration. Unfortunately, the operand...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References16
CNNVD
CNNVD
added 2024/05/21 12:0 a.m.13 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the kvmarchvcpuioctl vcpuload leak...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References7
NVD
NVD
added 2024/05/20 10:15 a.m.44 views

CVE-2024-35980

In the Linux kernel, the following vulnerability has been resolved: arm64: tlb: Fix TLBI RANGE operand KVM/arm64 relies on TLBI RANGE feature to flush TLBs when the dirty pages are collected by VMM and the page table entries become write protected during live migration. Unfortunately, the operand...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/20 9:42 a.m.119 views

CVE-2024-35980

The CVE-2024-35980 issue affects the Linux kernel on arm64 when KVM is involved. The root cause is a TLBI RANGE operand sorting bug: the value passed to TLBI RANGE was not correctly derived during live migration, causing incomplete TLB flushing and potential crashes on the destination VM or misse...

5.5CVSS6.6AI score0.00225EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/20 9:42 a.m.17 views

CVE-2024-35980 arm64: tlb: Fix TLBI RANGE operand

In the Linux kernel, the following vulnerability has been resolved: arm64: tlb: Fix TLBI RANGE operand KVM/arm64 relies on TLBI RANGE feature to flush TLBs when the dirty pages are collected by VMM and the page table entries become write protected during live migration. Unfortunately, the operand...

6.7AI score0.00225EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/20 9:42 a.m.43 views

CVE-2024-35980 arm64: tlb: Fix TLBI RANGE operand

In the Linux kernel, the following vulnerability has been resolved: arm64: tlb: Fix TLBI RANGE operand KVM/arm64 relies on TLBI RANGE feature to flush TLBs when the dirty pages are collected by VMM and the page table entries become write protected during live migration. Unfortunately, the operand...

6.3AI score0.00225EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/05/18 12:9 a.m.29 views

CVE-2024-35804

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Mark target gfn of emulated atomic instruction as dirty When emulating an atomic access on behalf of the guest, mark the target gfn dirty if the CMPXCHG by KVM is attempted and doesn't fault. This fixes a bug where KVM...

5.5CVSS6.3AI score0.00225EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/17 10:23 p.m.34 views

CVE-2024-35791

A security vulnerability was identified in the Linux kernel's Kernel-based Virtual Machine subsystem KVM, specifically affecting the Secure Virtual Machine SVM feature used on AMD processors. The issue arises from a use-after-free condition in the svmregisterencregion function, which can lead to...

5.5CVSS7.7AI score0.00238EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/17 2:15 p.m.18 views

CVE-2024-35804

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Mark target gfn of emulated atomic instruction as dirty When emulating an atomic access on behalf of the guest, mark the target gfn dirty if the CMPXCHG by KVM is attempted and doesn't fault. This fixes a bug where KVM...

5.5CVSS6.3AI score0.00225EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.21 views

CVE-2024-35804

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Mark target gfn of emulated atomic instruction as dirty When emulating an atomic access on behalf of the guest, mark the target gfn dirty if the CMPXCHG by KVM is attempted and doesn't fault. This fixes a bug where KVM...

5.5CVSS6.1AI score0.00225EPSS
SaveExploits0References16
Cvelist
Cvelist
added 2024/05/17 1:23 p.m.33 views

CVE-2024-35804 KVM: x86: Mark target gfn of emulated atomic instruction as dirty

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Mark target gfn of emulated atomic instruction as dirty When emulating an atomic access on behalf of the guest, mark the target gfn dirty if the CMPXCHG by KVM is attempted and doesn't fault. This fixes a bug where KVM...

6.3AI score0.00225EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/17 1:23 p.m.25 views

CVE-2024-35804 KVM: x86: Mark target gfn of emulated atomic instruction as dirty

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Mark target gfn of emulated atomic instruction as dirty When emulating an atomic access on behalf of the guest, mark the target gfn dirty if the CMPXCHG by KVM is attempted and doesn't fault. This fixes a bug where KVM...

7AI score0.00225EPSS
SaveExploits0References5
CVE
CVE
added 2024/05/17 1:23 p.m.104 views

CVE-2024-35804

CVE-2024-35804 affects the Linux kernel KVM/x86 emulation: when CMPXCHG is attempted during a guest emulated atomic access, the target guest frame number (gfn) is marked dirty to prevent guest-memory corruption during live migration. A prior drop in dirty logging happened when the emulated CMPXCH...

5.5CVSS6.5AI score0.00225EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder