CVE-2024-41020
Linux Kernel File Locking RCE (Note: RCE stands for Remote Command Execution)
Description
In the Linux kernel, the following vulnerability has been resolved: filelock: Fix fcntl/close race recovery compat path When I wrote commit 3cad1bc01041 ("filelock: Remove locks reliably when fcntl/close race is detected"), I missed that there are two copies of the code I was patching: The normal version, and the version for 64-bit offsets on 32-bit kernels. Thanks to Greg KH for stumbling over this while doing the stable backport... Apply exactly the same fix to the compat path for 32-bit kernels.
INFO
Published Date :
July 29, 2024, 2:15 p.m.
Last Modified :
Nov. 21, 2024, 9:32 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-41020
.
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-41020
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-41020
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/4c43ad4ab41602201d34c66ac62130fe339d686f Added Reference https://git.kernel.org/stable/c/53e21cfa68a7d12de378b7116c75571f73e0dfa2 Added Reference https://git.kernel.org/stable/c/5b0af8e4c70e4b884bb94ff5f0cd49ecf1273c02 Added Reference https://git.kernel.org/stable/c/73ae349534ebc377328e7d21891e589626c6e82c Added Reference https://git.kernel.org/stable/c/911cc83e56a2de5a40758766c6a70d6998248860 Added Reference https://git.kernel.org/stable/c/a561145f3ae973ebf3e0aee41624e92a6c5cb38d Added Reference https://git.kernel.org/stable/c/ed898f9ca3fa32c56c858b463ceb9d9936cc69c4 Added Reference https://git.kernel.org/stable/c/f4d0775c6e2f1340ca0725f0337de149aaa989ca Added Reference https://git.kernel.org/stable/c/f8138f2ad2f745b9a1c696a05b749eabe44337ea -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jul. 29, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: filelock: Fix fcntl/close race recovery compat path When I wrote commit 3cad1bc01041 ("filelock: Remove locks reliably when fcntl/close race is detected"), I missed that there are two copies of the code I was patching: The normal version, and the version for 64-bit offsets on 32-bit kernels. Thanks to Greg KH for stumbling over this while doing the stable backport... Apply exactly the same fix to the compat path for 32-bit kernels. Added Reference kernel.org https://git.kernel.org/stable/c/a561145f3ae973ebf3e0aee41624e92a6c5cb38d [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/4c43ad4ab41602201d34c66ac62130fe339d686f [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/911cc83e56a2de5a40758766c6a70d6998248860 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/53e21cfa68a7d12de378b7116c75571f73e0dfa2 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/f4d0775c6e2f1340ca0725f0337de149aaa989ca [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/73ae349534ebc377328e7d21891e589626c6e82c [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/5b0af8e4c70e4b884bb94ff5f0cd49ecf1273c02 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/ed898f9ca3fa32c56c858b463ceb9d9936cc69c4 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/f8138f2ad2f745b9a1c696a05b749eabe44337ea [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-41020
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-41020
weaknesses.