CVE-2024-53173
NFSv4.0 Linux Kernel Use-After-Free Vulnerability
Description
In the Linux kernel, the following vulnerability has been resolved: NFSv4.0: Fix a use-after-free problem in the asynchronous open() Yang Erkun reports that when two threads are opening files at the same time, and are forced to abort before a reply is seen, then the call to nfs_release_seqid() in nfs4_opendata_free() can result in a use-after-free of the pointer to the defunct rpc task of the other thread. The fix is to ensure that if the RPC call is aborted before the call to nfs_wait_on_sequence() is complete, then we must call nfs_release_seqid() in nfs4_open_release() before the rpc_task is freed.
INFO
Published Date :
Dec. 27, 2024, 2:15 p.m.
Last Modified :
Feb. 11, 2025, 4:15 p.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
5.9
Exploitability Score :
1.8
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-53173
.
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-53173
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-53173
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 134c704f-9b21-4f2e-91b3-4a467353bcc0
Feb. 11, 2025
Action Type Old Value New Value Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H Added CWE CWE-416 -
Initial Analysis by [email protected]
Jan. 14, 2025
Action Type Old Value New Value Added CVSS V3.1 NIST AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H Added CWE NIST CWE-416 Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 2.6.16 up to (excluding) 4.19.325 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.20 up to (excluding) 5.4.287 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.5 up to (excluding) 5.10.231 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.174 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.120 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.64 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.11.11 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.12 up to (excluding) 6.12.2 Changed Reference Type https://git.kernel.org/stable/c/1cfae9575296f5040cdc84b0730e79078c081d2d No Types Assigned https://git.kernel.org/stable/c/1cfae9575296f5040cdc84b0730e79078c081d2d Patch Changed Reference Type https://git.kernel.org/stable/c/229a30ed42bb87bcb044c5523fabd9e4f0e75648 No Types Assigned https://git.kernel.org/stable/c/229a30ed42bb87bcb044c5523fabd9e4f0e75648 Patch Changed Reference Type https://git.kernel.org/stable/c/2ab9639f16b05d948066a6c4cf19a0fdc61046ff No Types Assigned https://git.kernel.org/stable/c/2ab9639f16b05d948066a6c4cf19a0fdc61046ff Patch Changed Reference Type https://git.kernel.org/stable/c/2fdb05dc0931250574f0cb0ebeb5ed8e20f4a889 No Types Assigned https://git.kernel.org/stable/c/2fdb05dc0931250574f0cb0ebeb5ed8e20f4a889 Patch Changed Reference Type https://git.kernel.org/stable/c/5237a297ffd374a1c4157a53543b7a69d7bbbc03 No Types Assigned https://git.kernel.org/stable/c/5237a297ffd374a1c4157a53543b7a69d7bbbc03 Patch Changed Reference Type https://git.kernel.org/stable/c/7bf6bf130af8ee7d93a99c28a7512df3017ec759 No Types Assigned https://git.kernel.org/stable/c/7bf6bf130af8ee7d93a99c28a7512df3017ec759 Patch Changed Reference Type https://git.kernel.org/stable/c/b56ae8e715557b4fc227c9381d2e681ffafe7b15 No Types Assigned https://git.kernel.org/stable/c/b56ae8e715557b4fc227c9381d2e681ffafe7b15 Patch Changed Reference Type https://git.kernel.org/stable/c/ba6e6c04f60fe52d91520ac4d749d372d4c74521 No Types Assigned https://git.kernel.org/stable/c/ba6e6c04f60fe52d91520ac4d749d372d4c74521 Patch Changed Reference Type https://git.kernel.org/stable/c/e2277a1d9d5cd0d625a4fd7c04fce2b53e66df77 No Types Assigned https://git.kernel.org/stable/c/e2277a1d9d5cd0d625a4fd7c04fce2b53e66df77 Patch -
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Dec. 27, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: NFSv4.0: Fix a use-after-free problem in the asynchronous open() Yang Erkun reports that when two threads are opening files at the same time, and are forced to abort before a reply is seen, then the call to nfs_release_seqid() in nfs4_opendata_free() can result in a use-after-free of the pointer to the defunct rpc task of the other thread. The fix is to ensure that if the RPC call is aborted before the call to nfs_wait_on_sequence() is complete, then we must call nfs_release_seqid() in nfs4_open_release() before the rpc_task is freed. Added Reference https://git.kernel.org/stable/c/1cfae9575296f5040cdc84b0730e79078c081d2d Added Reference https://git.kernel.org/stable/c/229a30ed42bb87bcb044c5523fabd9e4f0e75648 Added Reference https://git.kernel.org/stable/c/2ab9639f16b05d948066a6c4cf19a0fdc61046ff Added Reference https://git.kernel.org/stable/c/2fdb05dc0931250574f0cb0ebeb5ed8e20f4a889 Added Reference https://git.kernel.org/stable/c/5237a297ffd374a1c4157a53543b7a69d7bbbc03 Added Reference https://git.kernel.org/stable/c/7bf6bf130af8ee7d93a99c28a7512df3017ec759 Added Reference https://git.kernel.org/stable/c/b56ae8e715557b4fc227c9381d2e681ffafe7b15 Added Reference https://git.kernel.org/stable/c/ba6e6c04f60fe52d91520ac4d749d372d4c74521 Added Reference https://git.kernel.org/stable/c/e2277a1d9d5cd0d625a4fd7c04fce2b53e66df77
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-53173
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-53173
weaknesses.