CVE-2024-53101
Linux Kernel Uninitialized Variable Use
Description
In the Linux kernel, the following vulnerability has been resolved: fs: Fix uninitialized value issue in from_kuid and from_kgid ocfs2_setattr() uses attr->ia_mode, attr->ia_uid and attr->ia_gid in a trace point even though ATTR_MODE, ATTR_UID and ATTR_GID aren't set. Initialize all fields of newattrs to avoid uninitialized variables, by checking if ATTR_MODE, ATTR_UID, ATTR_GID are initialized, otherwise 0.
INFO
Published Date :
Nov. 25, 2024, 10:15 p.m.
Last Modified :
Nov. 25, 2024, 10:15 p.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-53101
.
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-53101
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-53101
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.
-
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Nov. 25, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: fs: Fix uninitialized value issue in from_kuid and from_kgid ocfs2_setattr() uses attr->ia_mode, attr->ia_uid and attr->ia_gid in a trace point even though ATTR_MODE, ATTR_UID and ATTR_GID aren't set. Initialize all fields of newattrs to avoid uninitialized variables, by checking if ATTR_MODE, ATTR_UID, ATTR_GID are initialized, otherwise 0. Added Reference https://git.kernel.org/stable/c/15f34347481648a567db67fb473c23befb796af5 Added Reference https://git.kernel.org/stable/c/17ecb40c5cc7755a321fb6148cba5797431ee5b8 Added Reference https://git.kernel.org/stable/c/1c28bca1256aecece6e94b26b85cd07e08b0dc90 Added Reference https://git.kernel.org/stable/c/1cb5bfc5bfc651982b6203c224d49b7ddacf28bc Added Reference https://git.kernel.org/stable/c/5a72b0d3497b818d8f000c347a7c11801eb27bfc Added Reference https://git.kernel.org/stable/c/9db25c2b41c34963c3ccf473b08171f87670652e Added Reference https://git.kernel.org/stable/c/a0c77e5e3dcbffc7c6080ccc89c037f0c86496cf Added Reference https://git.kernel.org/stable/c/b3e612bd8f64ce62e731e95f635e06a2efe3c80c
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-53101
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-53101
weaknesses.