Lucene search
+L

12733 matches found

UbuntuCve
UbuntuCve
added 2024/05/17 12:15 p.m.54 views

CVE-2024-27413

In the Linux kernel, the following vulnerability has been resolved: efi/capsule-loader: fix incorrect allocation size gcc-14 notices that the allocation with sizeofvoid on 32-bit architectures is not enough for a 64-bit physaddrt: drivers/firmware/efi/capsule-loader.c: In function 'eficapsuleopen...

5.5CVSS5.9AI score0.00246EPSS
SaveExploits0References22
Debian CVE
Debian CVE
added 2024/05/17 12:08 p.m.45 views

CVE-2023-52659

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Ensure input to pfntokaddr is treated as a 64-bit type On 64-bit platforms, the pfntokaddr macro requires that the input value is 64 bits in order to ensure that valid address bits don't get lost when shifting that input ...

5.5CVSS7.1AI score0.00219EPSS
SaveExploits0
OSV
OSV
added 2024/05/17 12:08 p.m.18 views

CVE-2023-52659 x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Ensure input to pfntokaddr is treated as a 64-bit type On 64-bit platforms, the pfntokaddr macro requires that the input value is 64 bits in order to ensure that valid address bits don't get lost when shifting that input ...

6.2AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/05/17 12:08 p.m.20 views

CVE-2023-52659 x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Ensure input to pfntokaddr is treated as a 64-bit type On 64-bit platforms, the pfntokaddr macro requires that the input value is 64 bits in order to ensure that valid address bits don't get lost when shifting that input ...

6.6AI score0.00219EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/17 12:08 p.m.175 views

CVE-2023-52659

CVE-2023-52659 affects the Linux kernel 64-bit builds where the pfn_to_kaddr() macro may lose address bits when shifting a 40-bit GFN, causing guest crashes in SEV-SNP environments. The fix introduces an inline function to implicitly cast inputs to a 64-bit type before the shift, replacing the pr...

5.5CVSS6.6AI score0.00219EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/05/17 12:08 p.m.33 views

CVE-2023-52659 x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Ensure input to pfntokaddr is treated as a 64-bit type On 64-bit platforms, the pfntokaddr macro requires that the input value is 64 bits in order to ensure that valid address bits don't get lost when shifting that input ...

7.3AI score0.00219EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/17 11:50 a.m.42 views

CVE-2024-27413

In the Linux kernel, the following vulnerability has been resolved: efi/capsule-loader: fix incorrect allocation size gcc-14 notices that the allocation with sizeofvoid on 32-bit architectures is not enough for a 64-bit physaddrt: drivers/firmware/efi/capsule-loader.c: In function 'eficapsuleopen...

5.5CVSS7.3AI score0.00246EPSS
SaveExploits0
OSV
OSV
added 2024/05/17 11:50 a.m.27 views

CVE-2024-27413 efi/capsule-loader: fix incorrect allocation size

In the Linux kernel, the following vulnerability has been resolved: efi/capsule-loader: fix incorrect allocation size gcc-14 notices that the allocation with sizeofvoid on 32-bit architectures is not enough for a 64-bit physaddrt: drivers/firmware/efi/capsule-loader.c: In function 'eficapsuleopen...

5.9AI score
SaveExploits0References13
CVE
CVE
added 2024/05/17 11:50 a.m.168 views

CVE-2024-27413

CVE-2024-27413 is a Linux kernel vulnerability affecting the EFI capsule loader. The defect occurs in drivers/firmware/efi/capsule-loader.c during efi_capsule_open, where an allocation uses sizeof(void*) for a phys_addr_t on 32-bit builds, leading to insufficient allocation size (4 bytes vs 8). T...

5.5CVSS6.7AI score0.00246EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/17 11:50 a.m.38 views

CVE-2024-27413 efi/capsule-loader: fix incorrect allocation size

In the Linux kernel, the following vulnerability has been resolved: efi/capsule-loader: fix incorrect allocation size gcc-14 notices that the allocation with sizeofvoid on 32-bit architectures is not enough for a 64-bit physaddrt: drivers/firmware/efi/capsule-loader.c: In function 'eficapsuleopen...

6.8AI score0.00246EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2024/05/17 12:00 a.m.8 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 not setting up a protection stack for 32-bit overflows...

5.5CVSS6.5AI score0.00237EPSS
SaveExploits0References5
NVD
NVD
added 2024/05/16 2:15 p.m.77 views

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.5CVSS6.1AI score0.0853EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/16 2:15 p.m.12 views

ALPINE-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.1AI score0.0853EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/05/16 1:39 p.m.34 views

CVE-2023-46842 x86 HVM hypercalls may trigger Xen bug check

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.6AI score0.0853EPSS
SaveExploits0References1
CVE
CVE
added 2024/05/16 1:39 p.m.4654 views

CVE-2023-46842

CVE-2023-46842 affects the Xen hypervisor. The VULNERABILITY allows HVM guests to switch between 64-bit and other modes, enabling potential manipulation of registers used for 32-bit hypercall arguments. Translation of hypercall arguments and lax sanity checks on register high halves can trigger a...

6.5CVSS6.3AI score0.0853EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/05/16 1:39 p.m.82 views

CVE-2023-46842 x86 HVM hypercalls may trigger Xen bug check

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.5AI score0.0853EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/16 1:15 p.m.27 views

CVE-2024-4760

A voltage glitch during the startup of EEFC NVM controllers on Microchip SAM E70/S70/V70/V71, SAM G55, SAM 4C/4S/4N/4E, and SAM 3S/3N/3U microcontrollers allows access to the memory bus via the debug interface even if the security bit is set...

6.3CVSS6.3AI score0.00209EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/16 1:07 p.m.83 views

CVE-2024-4760

The CVE-2024-4760 issue relates to a voltage glitch during the startup of EEFC NVM controllers on Microchip SAM E70/S70/V70/V71, SAM G55, SAM 4C/4S/4N/4E, and SAM 3S/3N/3U microcontrollers that allows access to the memory bus via the debug interface even when the security bit is set. Technical de...

6.3CVSS6.3AI score0.00209EPSS
SaveExploits0References2
OpenVAS
OpenVAS
added 2024/05/15 12:00 a.m.118 views

Microsoft Windows Multiple Vulnerabilities (KB5037788)

This host is missing a critical security update according to Microsoft KB5037788 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.11471EPSS
SaveExploits4References3
BDU FSTEC
BDU FSTEC
added 2024/05/15 12:00 a.m.14 views

The vulnerability of the stack_map_alloc() function in the kernel/bpf/stackmap.c module of the BPF subsystem in Linux’s 32-bit architectures allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the stackmapalloc function in the kernel/bpf/stackmap.c module of the BPF subsystem of the Linux operating system in 32-bit architectures is related to integer overflow. Exploitation of this vulnerability could allow an attacker to compromise the confidentiality, integrity, a...

7.8CVSS6.7AI score0.00251EPSS
SaveExploits0References24Affected Software3
Rows per page
Query Builder