Lucene search
+L

654 matches found

RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.6 views

kernel: KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler

In the Linux kernel, the following vulnerability has been resolved: KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler We do check for target CPU == -1, but this might change at the time we are going to use it. Hold the physical target CPU in a local variable to avoid...

7.8CVSS6.7AI score0.00153EPSS
SaveExploits0References5
OSV
OSV
added 2023/11/06 11:15 a.m.8 views

AZL-31943 CVE-2023-5090 affecting package kernel for versions less than 5.15.153.1-1

A flaw was found in KVM. An improper check in svmsetx2apicmsrinterception may allow direct access to host x2apic msrs when the guest resets its apic, potentially leading to a denial of service condition...

5.5CVSS6.5AI score0.00234EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2023/09/13 5:15 p.m.3 views

CVE-2023-4155

A flaw was found in KVM AMD Secure Encrypted Virtualization SEV in the Linux kernel. A KVM guest using SEV-ES or SEV-SNP with multiple vCPUs can trigger a double fetch race condition vulnerability and invoke the VMGEXIT handler recursively. If an attacker manages to call the handler multiple time...

5.6CVSS6.5AI score0.00159EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2023/08/14 12:0 a.m.14 views

The vulnerability of the __check_page_state_visitor() function in the arch/arm64/kvm/hyp/nvhe/mem_protect.c module of the KVM virtualization subsystem in the Linux operating system allows an attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the checkpagestatevisitor function in the arch/arm64/kvm/hyp/nvhe/memprotect.c module of the KVM virtualization subsystem in the Linux operating system is related to incorrect checking of page availability. Exploiting this vulnerability could allow an attacker to compromise t...

6.7CVSS6.8AI score0.00151EPSS
SaveExploits0References10Affected Software5
BDU FSTEC
BDU FSTEC
added 2023/08/14 12:0 a.m.6 views

The vulnerability of the sev_es_validate_vmgexit() function in the arch/x86/kvm/svm/sev.c module of the KVM virtualization subsystem in the Linux operating system allows a attacker to cause a service failure.

The vulnerability of the sevesvalidatevmgexit function in the arch/x86/kvm/svm/sev.c module of the KVM virtualization subsystem of the Linux operating system is related to resource competition race condition. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.6CVSS6.4AI score0.00159EPSS
SaveExploits0References11Affected Software4
OSV
OSV
added 2023/08/09 12:0 a.m.13 views

UBUNTU-CVE-2023-4155

A flaw was found in KVM AMD Secure Encrypted Virtualization SEV in the Linux kernel. A KVM guest using SEV-ES or SEV-SNP with multiple vCPUs can trigger a double fetch race condition vulnerability and invoke the VMGEXIT handler recursively. If an attacker manages to call the handler multiple time...

5.6CVSS6.5AI score0.00159EPSS
SaveExploits0References12
Oracle linux
Oracle linux
added 2023/07/25 12:0 a.m.50 views

kernel security and bug fix update

5.14.0-284.18.12 - cifs: fix wrong unlock before return from cifstreeconnect - docs: Remove the unnecessary unicode character - perf vendor events intel: Refresh ivytown metrics and events - perf vendor events: Update Intel ivytown - perf vendor events intel: Refresh jaketown metrics and events -...

7.8CVSS7.1AI score0.12966EPSS
SaveExploits10
Amazon
Amazon
added 2023/06/28 12:0 a.m.23 views

Important: kernel

Issue Overview: A flaw was found in the x86 KVM subsystem in kvmstealtimesetpreempted in arch/x86/kvm/x86.c in the Linux kernel. Unprivileged guest users can compromise the guest kernel because TLB flush operations are mishandled in certain KVMVCPUPREEMPTED situations. CVE-2022-39189 In the Linux...

7.8CVSS6.5AI score0.00532EPSS
SaveExploits3
OSV
OSV
added 2023/06/08 2:43 p.m.8 views

USN-6149-1 linux, linux-aws, linux-kvm, linux-lts-xenial vulnerabilities

Patryk Sondej and Piotr Krysiuk discovered that a race condition existed in the netfilter subsystem of the Linux kernel when processing batch requests, leading to a use-after-free vulnerability. A local attacker could use this to cause a denial of service system crash or possibly execute arbitrar...

7.8CVSS7.1AI score0.16642EPSS
SaveExploits7References7
BDU FSTEC
BDU FSTEC
added 2023/05/24 12:0 a.m.13 views

The vulnerability of the kvm_steal_time_set_preempted() function in the arch/x86/kvm/x86.c module of the Linux operating system allows a hacker to gain access to protected information.

The vulnerability of the kvmstealtimesetpreempted function in the arch/x86/kvm/x86.c module of the Linux operating system’s kernel is related to incorrect status messages for virtual processors. Exploiting this vulnerability could allow an attacker to gain access to protected information...

5.5CVSS6.6AI score0.00323EPSS
SaveExploits0References25Affected Software5
BDU FSTEC
BDU FSTEC
added 2023/05/17 12:0 a.m.7 views

The vulnerability of the x86_emulate_insn function in the arch/x86/kvm/emulate.c component of the Linux operating system’s kernel allows a hacker to cause a service failure.

The vulnerability of the x86emulateinsn function in the arch/x86/kvm/emulate.c component of the Linux operating system’s kernel is related to pointer arithmetic errors. Exploiting this vulnerability allows an attacker to cause a service failure...

5.5CVSS6.7AI score0.00302EPSS
SaveExploits0References22Affected Software4
RedHat Linux
RedHat Linux
added 2023/05/16 8:43 a.m.10 views

kernel: KVM: nVMX: missing IBPB when exiting from nested guest can lead to Spectre v2 attacks

A flaw was found in the KVM's Intel nested virtualization feature nVMX. Since L1 and L2 shared branch prediction modes guest-user and guest-kernel, KVM did not protect indirect branches in L1 from steering by a malicious agent in L2. This could allow a malicious nested guest to carry out Spectre ...

8.8CVSS6.6AI score0.00285EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2023/05/09 10:4 a.m.4 views

kernel: KVM: x86/xen: Initialize Xen timer only once

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/xen: Initialize Xen timer only once Add a check for existing xen timers before initializing a new one. Currently kvmxeninittimer is called on every KVMXENVCPUATTRTYPETIMER, which is causing the following ODEBUG crash whe...

5.5CVSS6.3AI score0.00166EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/05/09 10:4 a.m.5 views

kernel: Linux kernel KVM: Denial of Service via incorrect NX bit handling in NPT

A flaw was found in the Linux kernel's Kernel-based Virtual Machine KVM component. When KVM uses Nested Page Tables NPT with NX huge page mitigation enabled, it incorrectly handles the No-Execute NX bit in Shadow Page Table Entries SPTE. This improper handling can be triggered by a local attacker...

5.5CVSS5.7AI score0.00171EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/05/09 10:1 a.m.8 views

kernel: KVM: NULL pointer dereference in kvm_mmu_invpcid_gva

A flaw was found in KVM. With shadow paging enabled if INVPCID is executed with CR0.PG=0, the invlpg callback is not set, and the result is a NULL pointer dereference. This flaw allows a guest user to cause a kernel oops condition on the host, resulting in a denial of service...

6.9CVSS6.6AI score0.00322EPSS
SaveExploits0References6
Amazon
Amazon
added 2023/04/10 12:0 a.m.10 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Do all initialization before exposing /dev/kvm to userspace CVE-2022-49932 A use-after-free vulnerability in the Linux Kernel Performance Events system can be exploited to achieve local privilege...

7.8CVSS6.4AI score0.00474EPSS
SaveExploits0
OSV
OSV
added 2023/03/28 6:48 p.m.11 views

USN-5980-1 linux, linux-aws, linux-azure, linux-gcp, linux-gke, linux-gkeop, linux-ibm, linux-kvm, linux-oracle, linux-raspi vulnerabilities

It was discovered that the System V IPC implementation in the Linux kernel did not properly handle large shared memory counts. A local attacker could use this to cause a denial of service memory exhaustion. CVE-2021-3669 It was discovered that the KVM VMX implementation in the Linux kernel did no...

8.8CVSS7AI score0.00484EPSS
SaveExploits1References5
BDU FSTEC
BDU FSTEC
added 2023/03/28 12:0 a.m.7 views

The vulnerability of the kvm_vcpu_ioctl_x86_getdebugregss() function (arch/x86/kvm/x86.c) in the KVM virtualization subsystem of the Linux operating system allows a attacker to gain access to protected information.

The vulnerability of the kvmvcpuioctlx86getdebugregss function arch/x86/kvm/x86.c in the KVM virtualization subsystem of the Linux operating system is related to errors during initialization. Exploiting this vulnerability can allow an attacker to gain access to protected information...

3.3CVSS6.3AI score0.00229EPSS
SaveExploits0References19Affected Software7
OSV
OSV
added 2023/03/23 9:15 p.m.2 views

DEBIAN-CVE-2023-1513

A flaw was found in KVM. When calling the KVMGETDEBUGREGS ioctl, on 32-bit systems, there might be some uninitialized portions of the kvmdebugregs structure that could be copied to userspace, causing an information leak...

3.3CVSS6AI score0.00229EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2023/03/22 4:9 a.m.3 views

SUSE CVE-2023-1513

A flaw was found in KVM. When calling the KVMGETDEBUGREGS ioctl, on 32-bit systems, there might be some uninitialized portions of the kvmdebugregs structure that could be copied to userspace, causing an information leak...

3.3CVSS6.8AI score0.00229EPSS
SaveExploits0References29
Rows per page
Query Builder