CWE
416
Advisory Published
CVE Published
Updated

CVE-2024-26958: nfs: fix UAF in direct writes

First published: Wed May 01 2024(Updated: )

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.

Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67

Affected SoftwareAffected VersionHow to fix
debian/linux
5.10.218-1
5.10.221-1
6.1.94-1
6.1.99-1
6.9.10-1
6.9.12-1
ubuntu/linux<5.15.0-116.126
5.15.0-116.126
ubuntu/linux<6.8.0-35.35
6.8.0-35.35
ubuntu/linux<6.9~
6.9~
ubuntu/linux-aws<5.15.0-1065.71
5.15.0-1065.71
ubuntu/linux-aws<6.8.0-1009.9
6.8.0-1009.9
ubuntu/linux-aws<6.9~
6.9~
ubuntu/linux-aws-5.15<5.15.0-1065.71~20.04.1
5.15.0-1065.71~20.04.1
ubuntu/linux-aws-5.15<6.9~
6.9~
ubuntu/linux-aws-5.4<6.9~
6.9~
ubuntu/linux-aws-6.5<6.9~
6.9~
ubuntu/linux-aws-fips<6.9~
6.9~
ubuntu/linux-aws-hwe<6.9~
6.9~
ubuntu/linux-azure<5.15.0-1068.77
5.15.0-1068.77
ubuntu/linux-azure<6.8.0-1008.8
6.8.0-1008.8
ubuntu/linux-azure<6.9~
6.9~
ubuntu/linux-azure-4.15<6.9~
6.9~
ubuntu/linux-azure-5.15<5.15.0-1068.77~20.04.1
5.15.0-1068.77~20.04.1
ubuntu/linux-azure-5.15<6.9~
6.9~
ubuntu/linux-azure-5.4<6.9~
6.9~
ubuntu/linux-azure-6.5<6.9~
6.9~
ubuntu/linux-azure-fde<5.15.0-1068.77.1
5.15.0-1068.77.1
ubuntu/linux-azure-fde<6.9~
6.9~
ubuntu/linux-azure-fde-5.15<5.15.0-1068.77~20.04.1.1
5.15.0-1068.77~20.04.1.1
ubuntu/linux-azure-fde-5.15<6.9~
6.9~
ubuntu/linux-azure-fips<6.9~
6.9~
ubuntu/linux-bluefield<6.9~
6.9~
ubuntu/linux-fips<6.9~
6.9~
ubuntu/linux-gcp<5.15.0-1064.72
5.15.0-1064.72
ubuntu/linux-gcp<6.8.0-1008.9
6.8.0-1008.9
ubuntu/linux-gcp<6.9~
6.9~
ubuntu/linux-gcp-4.15<6.9~
6.9~
ubuntu/linux-gcp-5.15<5.15.0-1065.73~20.04.1
5.15.0-1065.73~20.04.1
ubuntu/linux-gcp-5.15<6.9~
6.9~
ubuntu/linux-gcp-5.4<6.9~
6.9~
ubuntu/linux-gcp-6.5<6.9~
6.9~
ubuntu/linux-gcp-fips<6.9~
6.9~
ubuntu/linux-gke<5.15.0-1062.68
5.15.0-1062.68
ubuntu/linux-gke<6.8.0-1004.7
6.8.0-1004.7
ubuntu/linux-gke<6.9~
6.9~
ubuntu/linux-gkeop<5.15.0-1048.55
5.15.0-1048.55
ubuntu/linux-gkeop<6.9~
6.9~
ubuntu/linux-gkeop-5.15<5.15.0-1048.55~20.04.1
5.15.0-1048.55~20.04.1
ubuntu/linux-gkeop-5.15<6.9~
6.9~
ubuntu/linux-hwe<6.9~
6.9~
ubuntu/linux-hwe-5.15<5.15.0-116.126~20.04.1
5.15.0-116.126~20.04.1
ubuntu/linux-hwe-5.15<6.9~
6.9~
ubuntu/linux-hwe-5.4<6.9~
6.9~
ubuntu/linux-hwe-6.5<6.9~
6.9~
ubuntu/linux-ibm<5.15.0-1058.61
5.15.0-1058.61
ubuntu/linux-ibm<6.8.0-1006.6
6.8.0-1006.6
ubuntu/linux-ibm<6.9~
6.9~
ubuntu/linux-ibm-5.15<5.15.0-1058.61~20.04.1
5.15.0-1058.61~20.04.1
ubuntu/linux-ibm-5.15<6.9~
6.9~
ubuntu/linux-ibm-5.4<6.9~
6.9~
ubuntu/linux-intel<6.9~
6.9~
ubuntu/linux-intel-iotg<5.15.0-1060.66
5.15.0-1060.66
ubuntu/linux-intel-iotg<6.9~
6.9~
ubuntu/linux-intel-iotg-5.15<5.15.0-1060.66~20.04.1
5.15.0-1060.66~20.04.1
ubuntu/linux-intel-iotg-5.15<6.9~
6.9~
ubuntu/linux-iot<6.9~
6.9~
ubuntu/linux-kvm<5.15.0-1062.67
5.15.0-1062.67
ubuntu/linux-kvm<6.9~
6.9~
ubuntu/linux-laptop<6.9~
6.9~
ubuntu/linux-lowlatency<5.15.0-116.126
5.15.0-116.126
ubuntu/linux-lowlatency<6.8.0-35.35.1
6.8.0-35.35.1
ubuntu/linux-lowlatency<6.9~
6.9~
ubuntu/linux-lowlatency-hwe-5.15<5.15.0-116.126~20.04.1
5.15.0-116.126~20.04.1
ubuntu/linux-lowlatency-hwe-5.15<6.9~
6.9~
ubuntu/linux-lowlatency-hwe-6.5<6.9~
6.9~
ubuntu/linux-lts-xenial<6.9~
6.9~
ubuntu/linux-nvidia<5.15.0-1060.61
5.15.0-1060.61
ubuntu/linux-nvidia<6.9~
6.9~
ubuntu/linux-nvidia-6.5<6.9~
6.9~
ubuntu/linux-nvidia-6.8<6.9~
6.9~
ubuntu/linux-nvidia-lowlatency<6.9~
6.9~
ubuntu/linux-oem-6.5<6.9~
6.9~
ubuntu/linux-oem-6.8<6.8.0-1006.6
6.8.0-1006.6
ubuntu/linux-oem-6.8<6.9~
6.9~
ubuntu/linux-oracle<5.15.0-1063.69
5.15.0-1063.69
ubuntu/linux-oracle<6.8.0-1006.6
6.8.0-1006.6
ubuntu/linux-oracle<6.9~
6.9~
ubuntu/linux-oracle-5.15<5.15.0-1063.69~20.04.1
5.15.0-1063.69~20.04.1
ubuntu/linux-oracle-5.15<6.9~
6.9~
ubuntu/linux-oracle-5.4<6.9~
6.9~
ubuntu/linux-oracle-6.5<6.9~
6.9~
ubuntu/linux-raspi<5.15.0-1058.61
5.15.0-1058.61
ubuntu/linux-raspi<6.8.0-1005.5
6.8.0-1005.5
ubuntu/linux-raspi<6.9~
6.9~
ubuntu/linux-raspi-5.4<6.9~
6.9~
ubuntu/linux-riscv<6.8.0-35.35.1
6.8.0-35.35.1
ubuntu/linux-riscv<6.9~
6.9~
ubuntu/linux-riscv-5.15<5.15.0-1061.65~20.04.1
5.15.0-1061.65~20.04.1
ubuntu/linux-riscv-5.15<6.9~
6.9~
ubuntu/linux-riscv-6.5<6.9~
6.9~
ubuntu/linux-starfive<6.9~
6.9~
ubuntu/linux-starfive-6.5<6.9~
6.9~
ubuntu/linux-xilinx-zynqmp<6.9~
6.9~

Never miss a vulnerability like this again

Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2024 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203