Lucene search
+L

329 matches found

OSV
OSV
added 2024/12/24 10:15 a.m.9 views

UBUNTU-CVE-2024-53241

In the Linux kernel, the following vulnerability has been resolved: x86/xen: don't do PV iret hypercall through hypercall page Instead of jumping to the Xen hypercall page for doing the iret hypercall, directly code the required sequence in xen-asm.S. This is done in preparation of no longer usin...

5.5CVSS6.5AI score0.0031EPSS
SaveExploits0References3
CVE
CVE
added 2024/12/24 9:24 a.m.2579 views

CVE-2024-53241

CVE-2024-53241 affects the Linux kernel when running with Xen PV guests. The root cause is an unsafe PV iret hypercall path via the Xen hypercall page. The fix replaces the hypercall-page jump with an inlined sequence in xen-asm.S to stop using the hypercall page, preparing for its removal due to...

5.5CVSS7.2AI score0.0031EPSS
SaveExploits0References13Affected Software1
OSV
OSV
added 2024/12/24 9:24 a.m.16 views

CVE-2024-53241 x86/xen: don't do PV iret hypercall through hypercall page

In the Linux kernel, the following vulnerability has been resolved: x86/xen: don't do PV iret hypercall through hypercall page Instead of jumping to the Xen hypercall page for doing the iret hypercall, directly code the required sequence in xen-asm.S. This is done in preparation of no longer usin...

6.3AI score
SaveExploits0References16
Cvelist
Cvelist
added 2024/12/24 9:24 a.m.33 views

CVE-2024-53241 x86/xen: don't do PV iret hypercall through hypercall page

In the Linux kernel, the following vulnerability has been resolved: x86/xen: don't do PV iret hypercall through hypercall page Instead of jumping to the Xen hypercall page for doing the iret hypercall, directly code the required sequence in xen-asm.S. This is done in preparation of no longer usin...

0.0031EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/12/24 9:24 a.m.33 views

CVE-2024-53241

In the Linux kernel, the following vulnerability has been resolved: x86/xen: don't do PV iret hypercall through hypercall page Instead of jumping to the Xen hypercall page for doing the iret hypercall, directly code the required sequence in xen-asm.S. This is done in preparation of no longer usin...

5.5CVSS5.7AI score0.0031EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/12/24 12:00 a.m.5 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 x86/xen architecture handling PV iret hypercall incorrectly called via the hypercall page...

5.5CVSS6.6AI score0.0031EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/12/18 3:48 a.m.15 views

SUSE CVE-2024-53241

In the Linux kernel, the following vulnerability has been resolved: x86/xen: don't do PV iret hypercall through hypercall page Instead of jumping to the Xen hypercall page for doing the iret hypercall, directly code the required sequence in xen-asm.S. This is done in preparation of no longer usin...

5.5CVSS7.7AI score0.0031EPSS
SaveExploits0References25
Xen Project
Xen Project
added 2024/12/17 12:00 p.m.53 views

Xen hypercall page unsafe against speculative attacks

ISSUE DESCRIPTION Xen guests need to use different processor instructions to make explicit calls into the Xen hypervisor depending on guest type and/or CPU vendor. In order to hide those differences, the hypervisor can fill a hypercall page with the needed instruction sequences, allowing the gues...

5.5CVSS7AI score0.0031EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.9 views

kernel: x86/hyperv: Disable IBT when hypercall page lacks ENDBR instruction

A compatibility issue was found between Linux and Hyper-V when Indirect Branch Tracking IBT is enabled. The Hyper-V hypercall page lacks the required ENDBR64 instruction, causing all hypercalls to fail with an exception and panic the guest...

5.8AI score0.00176EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2024/09/18 12:00 a.m.15 views

The vulnerability of the x86 HVM Hypercall Handler component of the cross-platform hypervisor Xen in the Linux operating system allows a attacker to trigger a service failure.

The vulnerability of the x86 HVM Hypercall Handler component in the cross-platform hypervisor Xen for Linux operating systems is related to the ability to freely switch between 64-bit and other system modes. Exploiting this vulnerability could allow an attacker to trigger a service failure...

6.5CVSS5.5AI score0.0853EPSS
SaveExploits0References6Affected Software5
Redos
Redos
added 2024/09/16 12:00 a.m.28 views

ROS-20240916-09

The vulnerability of the x86 HVM Hypercall Handler component of the Xen kernel's x86 HVM hypervisor is related to the ability to freely switch between 64-bit and other system modes. Linux kernel hypervisor is related to the ability to freely switch between 64-bit and other system modes...

6.5CVSS7AI score0.0853EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.10 views

kernel: powerpc/pseries: Enforce hcall result buffer validity and size

A vulnerability was found in the Linux kernel's powerpc/pseries architecture, where certain hypercall functions did not properly enforce the validity and size of result buffers provided by callers, lead to stack corruption if the buffer is too small, as the lack of compiler checks allows for...

7.8CVSS7.3AI score0.00302EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/06/25 2:20 p.m.26 views

CVE-2021-4440 x86/xen: Drop USERGS_SYSRET64 paravirt call

In the Linux kernel, the following vulnerability has been resolved: x86/xen: Drop USERGSSYSRET64 paravirt call commit afd30525a659ac0ae0904f0cb4a2ca75522c3123 upstream. USERGSSYSRET64 is used to return from a syscall via SYSRET, but a Xen PV guest will nevertheless use the IRET hypercall, as ther...

6.8AI score0.00227EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/06/25 2:20 p.m.58 views

CVE-2021-4440 x86/xen: Drop USERGS_SYSRET64 paravirt call

In the Linux kernel, the following vulnerability has been resolved: x86/xen: Drop USERGSSYSRET64 paravirt call commit afd30525a659ac0ae0904f0cb4a2ca75522c3123 upstream. USERGSSYSRET64 is used to return from a syscall via SYSRET, but a Xen PV guest will nevertheless use the IRET hypercall, as ther...

0.00227EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/05/23 11:02 a.m.25 views

CVE-2023-52874

In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Zero out the missing RSI in TDXHYPERCALL macro In the TDXHYPERCALL asm, after the TDCALL instruction returns from the untrusted VMM, the registers that the TDX guest shares to the VMM need to be cleared to avoid...

2.3CVSS6.5AI score0.00254EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/05/23 2:56 a.m.5 views

SUSE CVE-2023-52874

In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Zero out the missing RSI in TDXHYPERCALL macro In the TDXHYPERCALL asm, after the TDCALL instruction returns from the untrusted VMM, the registers that the TDX guest shares to the VMM need to be cleared to avoid...

3.8CVSS6.8AI score0.00254EPSS
SaveExploits0References12
RedHat Linux
RedHat Linux
added 2024/05/22 10:03 a.m.18 views

kernel: x86/sev: Make enc_dec_hypercall() accept a size instead of npages

In the Linux kernel, the following vulnerability has been resolved: x86/sev: Make encdechypercall accept a size instead of npages encdechypercall accepted a page count instead of a size, which forced its callers to round up. As a result, non-page aligned vaddrs caused pages to be spuriously marke...

9.3CVSS5.6AI score0.00107EPSS
SaveExploits0References5
NVD
NVD
added 2024/05/21 4:15 p.m.27 views

CVE-2023-52874

In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Zero out the missing RSI in TDXHYPERCALL macro In the TDXHYPERCALL asm, after the TDCALL instruction returns from the untrusted VMM, the registers that the TDX guest shares to the VMM need to be cleared to avoid...

7.1CVSS6.5AI score0.00254EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/21 4:15 p.m.9 views

DEBIAN-CVE-2023-52874

In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Zero out the missing RSI in TDXHYPERCALL macro In the TDXHYPERCALL asm, after the TDCALL instruction returns from the untrusted VMM, the registers that the TDX guest shares to the VMM need to be cleared to avoid...

5.5CVSS5AI score0.00254EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/16 2:15 p.m.2 views

DEBIAN-CVE-2023-46842

Unlike 32-bit PV guests, HVM guests may switch freely between 64-bit and other modes. This in particular means that they may set registers used to pass 32-bit-mode hypercall arguments to values outside of the range 32-bit code would be able to set them to. When processing of hypercalls takes a...

6.5CVSS7.8AI score0.0853EPSS
SaveExploits0References1
Rows per page
Query Builder