Lucene search
+L

3030 matches found

RedhatCVE
RedhatCVE
added 2024/05/17 11:11 p.m.43 views

CVE-2023-52659

A vulnerability in the Linux kernel affected the x86/mm code, specifically in the pfntokaddr macro. The issue arises when the macro does not correctly handle input as a 64-bit type, causing crashes on 64-bit platforms, especially for SEV-SNP guests, when processing addresses above the 1TB range...

5.5CVSS8.5AI score0.00219EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/17 3:15 p.m.17 views

CVE-2023-52676

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard stack limits against 32bit overflow This patch promotes the arithmetic around checking stack bounds to be done in the 64-bit domain, instead of the current 32bit. The arithmetic implies adding together a 64-bit registe...

5.5CVSS7.4AI score0.00227EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/17 3:15 p.m.15 views

AZL-67731 CVE-2023-52676 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard stack limits against 32bit overflow This patch promotes the arithmetic around checking stack bounds to be done in the 64-bit domain, instead of the current 32bit. The arithmetic implies adding together a 64-bit registe...

5.5CVSS6.4AI score0.00227EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2024/05/17 2:24 p.m.24 views

CVE-2023-52685

Removed by vendor...

7.3AI score
SaveExploits0
CVE
CVE
added 2024/05/17 2:24 p.m.89 views

CVE-2023-52685

CVE-2023-52685 is rejected and not an active vulnerability entry.

7.7AI score
SaveExploits0
CVE
CVE
added 2024/05/17 2:24 p.m.166 views

CVE-2023-52676

The CVE-2023-52676 issue affects the Linux kernel BPF verifier where stack bounds were inconsistently checked for 32-bit offsets, potentially overflowing 32-bit arithmetic when combining a 64-bit register with an offset. The patch moves stack-bound checks into the 64-bit domain and enforces tight...

5.5CVSS6.6AI score0.00227EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/05/17 2:24 p.m.58 views

CVE-2023-52676

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard stack limits against 32bit overflow This patch promotes the arithmetic around checking stack bounds to be done in the 64-bit domain, instead of the current 32bit. The arithmetic implies adding together a 64-bit registe...

5.5CVSS7.5AI score0.00227EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.36 views

CVE-2024-35803

In the Linux kernel, the following vulnerability has been resolved: x86/efistub: Call mixed mode boot services on the firmware's stack Normally, the EFI stub calls into the EFI boot services using the stack that was live when the stub was entered. According to the UEFI spec, this stack needs to b...

5.5CVSS5.8AI score0.00222EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2024/05/17 1:15 p.m.27 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.5CVSS6.4AI score0.00219EPSS
SaveExploits0References11
NVD
NVD
added 2024/05/17 12:15 p.m.48 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.7AI score0.00244EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/05/17 12:15 p.m.45 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.5CVSS6.1AI score0.00244EPSS
SaveExploits0References23
Vulnrichment
Vulnrichment
added 2024/05/17 12:8 p.m.19 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
Cvelist
Cvelist
added 2024/05/17 12:8 p.m.23 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
CVE
CVE
added 2024/05/17 12:8 p.m.155 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
OSV
OSV
added 2024/05/17 12:8 p.m.13 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 ...

5.5CVSS6.2AI score0.00219EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/05/17 12:8 p.m.32 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
Vulnrichment
Vulnrichment
added 2024/05/17 11:50 a.m.35 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.00244EPSS
SaveExploits0References8
CVE
CVE
added 2024/05/17 11:50 a.m.152 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.00244EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/05/17 11:50 a.m.26 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.00244EPSS
SaveExploits0
OSV
OSV
added 2024/05/16 2:15 p.m.6 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
Rows per page
Query Builder