CVE-2024-26958
"Linux nfs: Use-after-Free in nfs_direct_write"
Description
In the Linux kernel, the following vulnerability has been resolved: nfs: fix UAF in direct writes In production we have been hitting the following warning consistently ------------[ cut here ]------------ refcount_t: underflow; use-after-free. WARNING: CPU: 17 PID: 1800359 at lib/refcount.c:28 refcount_warn_saturate+0x9c/0xe0 Workqueue: nfsiod nfs_direct_write_schedule_work [nfs] RIP: 0010:refcount_warn_saturate+0x9c/0xe0 PKRU: 55555554 Call Trace: <TASK> ? __warn+0x9f/0x130 ? refcount_warn_saturate+0x9c/0xe0 ? report_bug+0xcc/0x150 ? handle_bug+0x3d/0x70 ? exc_invalid_op+0x16/0x40 ? asm_exc_invalid_op+0x16/0x20 ? refcount_warn_saturate+0x9c/0xe0 nfs_direct_write_schedule_work+0x237/0x250 [nfs] process_one_work+0x12f/0x4a0 worker_thread+0x14e/0x3b0 ? ZSTD_getCParams_internal+0x220/0x220 kthread+0xdc/0x120 ? __btf_name_valid+0xa0/0xa0 ret_from_fork+0x1f/0x30 This is because we're completing the nfs_direct_request twice in a row. The source of this is when we have our commit requests to submit, we process them and send them off, and then in the completion path for the commit requests we have if (nfs_commit_end(cinfo.mds)) nfs_direct_write_complete(dreq); However since we're submitting asynchronous requests we sometimes have one that completes before we submit the next one, so we end up calling complete on the nfs_direct_request twice. The only other place we use nfs_generic_commit_list() is in __nfs_commit_inode, which wraps this call in a nfs_commit_begin(); nfs_commit_end(); Which is a common pattern for this style of completion handling, one that is also repeated in the direct code with get_dreq()/put_dreq() calls around where we process events as well as in the completion paths. Fix this by using the same pattern for the commit requests. Before with my 200 node rocksdb stress running this warning would pop every 10ish minutes. With my patch the stress test has been running for several hours without popping.
INFO
Published Date :
May 1, 2024, 6:15 a.m.
Last Modified :
Dec. 23, 2024, 1:22 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-26958
.
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-26958
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-26958
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.
-
Initial Analysis by [email protected]
Dec. 23, 2024
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:debian:debian_linux:10.0:*:*:*:*:*:*:* Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions up to (excluding) 5.10.215 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.154 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.84 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.24 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.7.12 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.8 up to (excluding) 6.8.3 Changed Reference Type https://git.kernel.org/stable/c/17f46b803d4f23c66cacce81db35fef3adb8f2af No Types Assigned https://git.kernel.org/stable/c/17f46b803d4f23c66cacce81db35fef3adb8f2af Patch Changed Reference Type https://git.kernel.org/stable/c/17f46b803d4f23c66cacce81db35fef3adb8f2af No Types Assigned https://git.kernel.org/stable/c/17f46b803d4f23c66cacce81db35fef3adb8f2af Patch Changed Reference Type https://git.kernel.org/stable/c/1daf52b5ffb24870fbeda20b4967526d8f9e12ab No Types Assigned https://git.kernel.org/stable/c/1daf52b5ffb24870fbeda20b4967526d8f9e12ab Patch Changed Reference Type https://git.kernel.org/stable/c/1daf52b5ffb24870fbeda20b4967526d8f9e12ab No Types Assigned https://git.kernel.org/stable/c/1daf52b5ffb24870fbeda20b4967526d8f9e12ab Patch Changed Reference Type https://git.kernel.org/stable/c/3abc2d160ed8213948b147295d77d44a22c88fa3 No Types Assigned https://git.kernel.org/stable/c/3abc2d160ed8213948b147295d77d44a22c88fa3 Patch Changed Reference Type https://git.kernel.org/stable/c/3abc2d160ed8213948b147295d77d44a22c88fa3 No Types Assigned https://git.kernel.org/stable/c/3abc2d160ed8213948b147295d77d44a22c88fa3 Patch Changed Reference Type https://git.kernel.org/stable/c/4595d90b5d2ea5fa4d318d13f59055aa4bf3e7f5 No Types Assigned https://git.kernel.org/stable/c/4595d90b5d2ea5fa4d318d13f59055aa4bf3e7f5 Patch Changed Reference Type https://git.kernel.org/stable/c/4595d90b5d2ea5fa4d318d13f59055aa4bf3e7f5 No Types Assigned https://git.kernel.org/stable/c/4595d90b5d2ea5fa4d318d13f59055aa4bf3e7f5 Patch Changed Reference Type https://git.kernel.org/stable/c/80d24b308b7ee7037fc90d8ac99f6f78df0a256f No Types Assigned https://git.kernel.org/stable/c/80d24b308b7ee7037fc90d8ac99f6f78df0a256f Patch Changed Reference Type https://git.kernel.org/stable/c/80d24b308b7ee7037fc90d8ac99f6f78df0a256f No Types Assigned https://git.kernel.org/stable/c/80d24b308b7ee7037fc90d8ac99f6f78df0a256f Patch Changed Reference Type https://git.kernel.org/stable/c/cf54f66e1dd78990ec6b32177bca7e6ea2144a95 No Types Assigned https://git.kernel.org/stable/c/cf54f66e1dd78990ec6b32177bca7e6ea2144a95 Patch Changed Reference Type https://git.kernel.org/stable/c/cf54f66e1dd78990ec6b32177bca7e6ea2144a95 No Types Assigned https://git.kernel.org/stable/c/cf54f66e1dd78990ec6b32177bca7e6ea2144a95 Patch Changed Reference Type https://git.kernel.org/stable/c/e25447c35f8745337ea8bc0c9697fcac14df8605 No Types Assigned https://git.kernel.org/stable/c/e25447c35f8745337ea8bc0c9697fcac14df8605 Patch Changed Reference Type https://git.kernel.org/stable/c/e25447c35f8745337ea8bc0c9697fcac14df8605 No Types Assigned https://git.kernel.org/stable/c/e25447c35f8745337ea8bc0c9697fcac14df8605 Patch Changed Reference Type https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html No Types Assigned https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html Mailing List, Third Party Advisory -
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/17f46b803d4f23c66cacce81db35fef3adb8f2af Added Reference https://git.kernel.org/stable/c/1daf52b5ffb24870fbeda20b4967526d8f9e12ab Added Reference https://git.kernel.org/stable/c/3abc2d160ed8213948b147295d77d44a22c88fa3 Added Reference https://git.kernel.org/stable/c/4595d90b5d2ea5fa4d318d13f59055aa4bf3e7f5 Added Reference https://git.kernel.org/stable/c/80d24b308b7ee7037fc90d8ac99f6f78df0a256f Added Reference https://git.kernel.org/stable/c/cf54f66e1dd78990ec6b32177bca7e6ea2144a95 Added Reference https://git.kernel.org/stable/c/e25447c35f8745337ea8bc0c9697fcac14df8605 Added Reference https://lists.debian.org/debian-lts-announce/2024/06/msg00017.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 -
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 Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
May. 14, 2024
Action Type Old Value New Value -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
May. 01, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: nfs: fix UAF in direct writes In production we have been hitting the following warning consistently ------------[ cut here ]------------ refcount_t: underflow; use-after-free. WARNING: CPU: 17 PID: 1800359 at lib/refcount.c:28 refcount_warn_saturate+0x9c/0xe0 Workqueue: nfsiod nfs_direct_write_schedule_work [nfs] RIP: 0010:refcount_warn_saturate+0x9c/0xe0 PKRU: 55555554 Call Trace: <TASK> ? __warn+0x9f/0x130 ? refcount_warn_saturate+0x9c/0xe0 ? report_bug+0xcc/0x150 ? handle_bug+0x3d/0x70 ? exc_invalid_op+0x16/0x40 ? asm_exc_invalid_op+0x16/0x20 ? refcount_warn_saturate+0x9c/0xe0 nfs_direct_write_schedule_work+0x237/0x250 [nfs] process_one_work+0x12f/0x4a0 worker_thread+0x14e/0x3b0 ? ZSTD_getCParams_internal+0x220/0x220 kthread+0xdc/0x120 ? __btf_name_valid+0xa0/0xa0 ret_from_fork+0x1f/0x30 This is because we're completing the nfs_direct_request twice in a row. The source of this is when we have our commit requests to submit, we process them and send them off, and then in the completion path for the commit requests we have if (nfs_commit_end(cinfo.mds)) nfs_direct_write_complete(dreq); However since we're submitting asynchronous requests we sometimes have one that completes before we submit the next one, so we end up calling complete on the nfs_direct_request twice. The only other place we use nfs_generic_commit_list() is in __nfs_commit_inode, which wraps this call in a nfs_commit_begin(); nfs_commit_end(); Which is a common pattern for this style of completion handling, one that is also repeated in the direct code with get_dreq()/put_dreq() calls around where we process events as well as in the completion paths. Fix this by using the same pattern for the commit requests. Before with my 200 node rocksdb stress running this warning would pop every 10ish minutes. With my patch the stress test has been running for several hours without popping. Added Reference kernel.org https://git.kernel.org/stable/c/4595d90b5d2ea5fa4d318d13f59055aa4bf3e7f5 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/80d24b308b7ee7037fc90d8ac99f6f78df0a256f [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/3abc2d160ed8213948b147295d77d44a22c88fa3 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/e25447c35f8745337ea8bc0c9697fcac14df8605 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/1daf52b5ffb24870fbeda20b4967526d8f9e12ab [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/cf54f66e1dd78990ec6b32177bca7e6ea2144a95 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/17f46b803d4f23c66cacce81db35fef3adb8f2af [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-26958
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-26958
weaknesses.