Lucene search
+L

9212 matches found

CVE
CVE
added 2024/05/20 9:42 a.m.125 views

CVE-2024-35980

CVE-2024-35980 affects the Linux kernel (arm64/KVM) where TLBI RANGE operand sorting could produce an incorrect address range during live migration, causing destination VMs to crash as some dirty pages were not flushed. The issue arises from how kvm_tlb_flush_vmid_range() interacts with __kvm_tlb...

8.4CVSS6.6AI score0.00226EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/20 9:42 a.m.18 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...

8.4CVSS6.7AI score0.00226EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/20 9:42 a.m.48 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...

8.4CVSS6.3AI score0.00226EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/05/18 12:09 a.m.30 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.00234EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/17 10:23 p.m.38 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.20 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...

8.8CVSS6.3AI score0.00234EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.22 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...

8.8CVSS5.9AI score0.00234EPSS
SaveExploits0References15
Cvelist
Cvelist
added 2024/05/17 1:23 p.m.38 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...

8.8CVSS6.3AI score0.00234EPSS
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...

8.8CVSS7AI score0.00234EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/17 1:23 p.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...

8.8CVSS7.1AI score0.00234EPSS
SaveExploits0
CVE
CVE
added 2024/05/17 1:23 p.m.109 views

CVE-2024-35804

CVE-2024-35804 affects the Linux kernel KVM/x86 emulation of atomic CMPXCHG. The root cause was that marking the guest page dirty during emulated atomic access could be dropped when converting the CMPXCHG to a user access, risking guest memory corruption during live migration. The fix ensures the...

8.8CVSS6.5AI score0.00234EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/05/17 1:23 p.m.21 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...

8.8CVSS5.9AI score
SaveExploits0References8
NVD
NVD
added 2024/05/17 1:15 p.m.34 views

CVE-2024-35791

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Flush pages under kvm-lock to fix UAF in svmregisterencregion Do the cache flush of converted pages in svmregisterencregion before dropping kvm-lock to fix use-after-free issues where region and/or its array of pages...

7.8CVSS6.4AI score0.00238EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/05/17 1:15 p.m.36 views

CVE-2024-35791

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Flush pages under kvm-lock to fix UAF in svmregisterencregion Do the cache flush of converted pages in svmregisterencregion before dropping kvm-lock to fix use-after-free issues where region and/or its array of pages...

7.8CVSS6AI score0.00238EPSS
SaveExploits0References16
OSV
OSV
added 2024/05/17 12:24 p.m.15 views

CVE-2024-35791 KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region()

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Flush pages under kvm-lock to fix UAF in svmregisterencregion Do the cache flush of converted pages in svmregisterencregion before dropping kvm-lock to fix use-after-free issues where region and/or its array of pages...

7.8CVSS6.1AI score
SaveExploits0References10
Cvelist
Cvelist
added 2024/05/17 12:24 p.m.27 views

CVE-2024-35791 KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region()

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Flush pages under kvm-lock to fix UAF in svmregisterencregion Do the cache flush of converted pages in svmregisterencregion before dropping kvm-lock to fix use-after-free issues where region and/or its array of pages...

7.8CVSS6.4AI score0.00238EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/17 12:24 p.m.134 views

CVE-2024-35791

CVE-2024-35791 affects the Linux kernel KVM: SVM subsystem. It describes a use-after-free in svm_register_enc_region() that is mitigated by flushing converted pages under the kvm lock before releasing the lock, preventing region/pages from being freed by another task. The fix is a patch to perfor...

7.8CVSS6.6AI score0.00238EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/17 12:24 p.m.17 views

CVE-2024-35791 KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region()

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Flush pages under kvm-lock to fix UAF in svmregisterencregion Do the cache flush of converted pages in svmregisterencregion before dropping kvm-lock to fix use-after-free issues where region and/or its array of pages...

7.8CVSS6.6AI score0.00238EPSS
SaveExploits0References6
OpenVAS
OpenVAS
added 2024/05/17 12:00 a.m.29 views

Ubuntu: Security Advisory (USN-6777-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

8.8CVSS7.1AI score0.00422EPSS
SaveExploits0References2
Ubuntu
Ubuntu
added 2024/05/16 5:16 p.m.72 views

USN-6777-1: Linux kernel vulnerabilities

Zheng Wang discovered that the Broadcom FullMAC WLAN driver in the Linux kernel contained a race condition during device removal, leading to a use- after-free vulnerability. A physically proximate attacker could possibly use this to cause a denial of service system crash. CVE-2023-47233 Several...

8.8CVSS6.8AI score0.00422EPSS
SaveExploits0
Rows per page
Query Builder