Lucene search
+L

9286 matches found

Cvelist
Cvelist
added 2025/05/02 3:54 p.m.21 views

CVE-2022-49932 KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Do all initialization before exposing /dev/kvm to userspace Call kvminit only after all setup is complete, as kvminit exposes /dev/kvm to userspace and thus allows userspace to create VMs and call other ioctls. E.g. KVM...

0.00201EPSS
SaveExploits0References3
CVE
CVE
added 2025/05/02 3:54 p.m.85 views

CVE-2022-49932

CVE-2022-49932 affects the Linux kernel KVM/vMX path where /dev/kvm is exposed before VMX initialization is complete. The EulerOS advisories (EulerOS-SA-2025-2464/2483, EulerOS-SA-2025-2436/2447) flag this issue as part of kernel fixes and describe the root cause as incomplete initialization prio...

5.5CVSS6.2AI score0.00201EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/05/02 3:54 p.m.12 views

CVE-2022-49932 KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Do all initialization before exposing /dev/kvm to userspace Call kvminit only after all setup is complete, as kvminit exposes /dev/kvm to userspace and thus allows userspace to create VMs and call other ioctls. E.g. KVM...

4.9AI score
SaveExploits0References6
NVD
NVD
added 2025/05/01 3:16 p.m.16 views

CVE-2022-49883

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format On 64 bit host, if the guest doesn't have X86FEATURELM, KVM will access 16 gprs to 32-bit smram image, causing out-ouf-bound ram access. On 32 bit host,...

7.1CVSS0.00174EPSS
SaveExploits0References2
NVD
NVD
added 2025/05/01 3:16 p.m.14 views

CVE-2022-49884

In the Linux kernel, the following vulnerability has been resolved: KVM: Initialize gfntopfncache locks in dedicated helper Move the gfntopfncache lock initialization to another helper and call the new helper during VM/vCPU creation. There are race conditions possible due to kvmgfntopfncacheinit'...

7.8CVSS0.00119EPSS
SaveExploits0References2
NVD
NVD
added 2025/05/01 3:16 p.m.15 views

CVE-2022-49882

In the Linux kernel, the following vulnerability has been resolved: KVM: Reject attempts to consume or refresh inactive gfntopfncache Reject kvmgpccheck and kvmgpcrefresh if the cache is inactive. Not checking the active flag during refresh is particularly egregious, as KVM can end up with a vali...

7.8CVSS0.00179EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/01 3:16 p.m.24 views

UBUNTU-CVE-2022-49774

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/xen: Fix eventfd error handling in kvmxeneventfdassign Should not call eventfdctxput in case of error. Introduce new goto target instead. - Paolo...

5.5CVSS6.6AI score0.00159EPSS
SaveExploits0References5
NVD
NVD
added 2025/05/01 3:16 p.m.21 views

CVE-2022-49774

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/xen: Fix eventfd error handling in kvmxeneventfdassign Should not call eventfdctxput in case of error. Introduce new goto target instead. - Paolo...

5.5CVSS0.00159EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/01 3:16 p.m.22 views

UBUNTU-CVE-2022-49883

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format On 64 bit host, if the guest doesn't have X86FEATURELM, KVM will access 16 gprs to 32-bit smram image, causing out-ouf-bound ram access. On 32 bit host,...

7.1CVSS5.8AI score0.00174EPSS
SaveExploits0References5
OSV
OSV
added 2025/05/01 2:10 p.m.16 views

CVE-2022-49884 KVM: Initialize gfn_to_pfn_cache locks in dedicated helper

In the Linux kernel, the following vulnerability has been resolved: KVM: Initialize gfntopfncache locks in dedicated helper Move the gfntopfncache lock initialization to another helper and call the new helper during VM/vCPU creation. There are race conditions possible due to kvmgfntopfncacheinit'...

7.8CVSS4.8AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/05/01 2:10 p.m.22 views

CVE-2022-49884

In the Linux kernel, the following vulnerability has been resolved: KVM: Initialize gfntopfncache locks in dedicated helper Move the gfntopfncache lock initialization to another helper and call the new helper during VM/vCPU creation. There are race conditions possible due to kvmgfntopfncacheinit'...

7.8CVSS5.2AI score0.00119EPSS
SaveExploits0
CVE
CVE
added 2025/05/01 2:10 p.m.76 views

CVE-2022-49884

CVE-2022-49884 relates to Linux kernel KVM: gfn_to_pfn_cache lock initialization, which was moved to a dedicated helper during VM/vCPU creation to address race conditions that could occur if kvm_gfn_to_pfn_cache_init() re-initializes locks. The description includes a race scenario involving kvm_x...

7.8CVSS6.5AI score0.00119EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.24 views

CVE-2022-49884 KVM: Initialize gfn_to_pfn_cache locks in dedicated helper

In the Linux kernel, the following vulnerability has been resolved: KVM: Initialize gfntopfncache locks in dedicated helper Move the gfntopfncache lock initialization to another helper and call the new helper during VM/vCPU creation. There are race conditions possible due to kvmgfntopfncacheinit'...

7.8CVSS0.00119EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/01 2:10 p.m.16 views

CVE-2022-49882 KVM: Reject attempts to consume or refresh inactive gfn_to_pfn_cache

In the Linux kernel, the following vulnerability has been resolved: KVM: Reject attempts to consume or refresh inactive gfntopfncache Reject kvmgpccheck and kvmgpcrefresh if the cache is inactive. Not checking the active flag during refresh is particularly egregious, as KVM can end up with a vali...

7.8CVSS5.6AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/05/01 2:10 p.m.15 views

CVE-2022-49883

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format On 64 bit host, if the guest doesn't have X86FEATURELM, KVM will access 16 gprs to 32-bit smram image, causing out-ouf-bound ram access. On 32 bit host,...

7.1CVSS5.7AI score0.00174EPSS
SaveExploits0
OSV
OSV
added 2025/05/01 2:10 p.m.14 views

CVE-2022-49883 KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format On 64 bit host, if the guest doesn't have X86FEATURELM, KVM will access 16 gprs to 32-bit smram image, causing out-ouf-bound ram access. On 32 bit host,...

7.1CVSS5.2AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/05/01 2:10 p.m.20 views

CVE-2022-49882

In the Linux kernel, the following vulnerability has been resolved: KVM: Reject attempts to consume or refresh inactive gfntopfncache Reject kvmgpccheck and kvmgpcrefresh if the cache is inactive. Not checking the active flag during refresh is particularly egregious, as KVM can end up with a vali...

7.8CVSS5.5AI score0.00179EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.27 views

CVE-2022-49882 KVM: Reject attempts to consume or refresh inactive gfn_to_pfn_cache

In the Linux kernel, the following vulnerability has been resolved: KVM: Reject attempts to consume or refresh inactive gfntopfncache Reject kvmgpccheck and kvmgpcrefresh if the cache is inactive. Not checking the active flag during refresh is particularly egregious, as KVM can end up with a vali...

7.8CVSS0.00179EPSS
SaveExploits0References2
CVE
CVE
added 2025/05/01 2:10 p.m.72 views

CVE-2022-49883

CVE-2022-49883 is a Linux kernel KVM x86 vulnerability related to SMM handling. The issue arises because the number of general purpose registers (GPRs) used for the SMRAM image depends on the image format. On 64‑bit hosts, if the guest lacks X86_FEATURE_LM, KVM may access 16 GPRs for a 32‑bit SMR...

7.1CVSS6.8AI score0.00174EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.26 views

CVE-2022-49883 KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format On 64 bit host, if the guest doesn't have X86FEATURELM, KVM will access 16 gprs to 32-bit smram image, causing out-ouf-bound ram access. On 32 bit host,...

7.1CVSS0.00174EPSS
SaveExploits0References2
Rows per page
Query Builder