CVE-2024-27413
Linux efi Capsule-Loader Phys-Addr Allocation Overflow
Description
In the Linux kernel, the following vulnerability has been resolved: efi/capsule-loader: fix incorrect allocation size gcc-14 notices that the allocation with sizeof(void) on 32-bit architectures is not enough for a 64-bit phys_addr_t: drivers/firmware/efi/capsule-loader.c: In function 'efi_capsule_open': drivers/firmware/efi/capsule-loader.c:295:24: error: allocation of insufficient size '4' for type 'phys_addr_t' {aka 'long long unsigned int'} with size '8' [-Werror=alloc-size] 295 | cap_info->phys = kzalloc(sizeof(void *), GFP_KERNEL); | ^ Use the correct type instead here.
INFO
Published Date :
May 17, 2024, 12:15 p.m.
Last Modified :
Nov. 21, 2024, 9:04 a.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
Exploitability Score :
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-27413
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-27413
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-27413
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 21, 2024
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/00cf21ac526011a29fc708f8912da446fac19f7b Added Reference https://git.kernel.org/stable/c/11aabd7487857b8e7d768fefb092f66dfde68492 Added Reference https://git.kernel.org/stable/c/4b73473c050a612fb4317831371073eda07c3050 Added Reference https://git.kernel.org/stable/c/537e3f49dbe88881a6f0752beaa596942d9efd64 Added Reference https://git.kernel.org/stable/c/62a5dcd9bd3097e9813de62fa6f22815e84a0172 Added Reference https://git.kernel.org/stable/c/950d4d74d311a18baed6878dbfba8180d7e5dddd Added Reference https://git.kernel.org/stable/c/ddc547dd05a46720866c32022300f7376c40119f Added Reference https://git.kernel.org/stable/c/fccfa646ef3628097d59f7d9c1a3e84d4b6bb45e Added Reference https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html Added Reference https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Nov. 05, 2024
Action Type Old Value New Value Removed Reference kernel.org https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html Removed Reference kernel.org https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jun. 27, 2024
Action Type Old Value New Value Added Reference kernel.org https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html [No types assigned] -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jun. 25, 2024
Action Type Old Value New Value Added Reference kernel.org https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html [No types assigned] -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
May. 29, 2024
Action Type Old Value New Value -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
May. 17, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: efi/capsule-loader: fix incorrect allocation size gcc-14 notices that the allocation with sizeof(void) on 32-bit architectures is not enough for a 64-bit phys_addr_t: drivers/firmware/efi/capsule-loader.c: In function 'efi_capsule_open': drivers/firmware/efi/capsule-loader.c:295:24: error: allocation of insufficient size '4' for type 'phys_addr_t' {aka 'long long unsigned int'} with size '8' [-Werror=alloc-size] 295 | cap_info->phys = kzalloc(sizeof(void *), GFP_KERNEL); | ^ Use the correct type instead here. Added Reference kernel.org https://git.kernel.org/stable/c/00cf21ac526011a29fc708f8912da446fac19f7b [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/950d4d74d311a18baed6878dbfba8180d7e5dddd [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/537e3f49dbe88881a6f0752beaa596942d9efd64 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/4b73473c050a612fb4317831371073eda07c3050 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/ddc547dd05a46720866c32022300f7376c40119f [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/11aabd7487857b8e7d768fefb092f66dfde68492 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/62a5dcd9bd3097e9813de62fa6f22815e84a0172 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/fccfa646ef3628097d59f7d9c1a3e84d4b6bb45e [No types assigned]
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-27413
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-27413
weaknesses.