EPSS
0.045%
Advisory Published
CVE Published
Updated

CVE-2024-35798: btrfs: fix race in read_extent_buffer_pages()

First published: Fri May 17 2024(Updated: )

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race in read_extent_buffer_pages() There are reports from tree-checker that detects corrupted nodes, without any obvious pattern so possibly an overwrite in memory. After some debugging it turns out there's a race when reading an extent buffer the uptodate status can be missed. To prevent concurrent reads for the same extent buffer, read_extent_buffer_pages() performs these checks: /* (1) */ if (test_bit(EXTENT_BUFFER_UPTODATE, &eb->bflags)) return 0; /* (2) */ if (test_and_set_bit(EXTENT_BUFFER_READING, &eb->bflags)) goto done; At this point, it seems safe to start the actual read operation. Once that completes, end_bbio_meta_read() does /* (3) */ set_extent_buffer_uptodate(eb); /* (4) */ clear_bit(EXTENT_BUFFER_READING, &eb->bflags); Normally, this is enough to ensure only one read happens, and all other callers wait for it to finish before returning. Unfortunately, there is a racey interleaving: Thread A | Thread B | Thread C ---------+----------+--------- (1) | | | (1) | (2) | | (3) | | (4) | | | (2) | | | (1) When this happens, thread B kicks of an unnecessary read. Worse, thread C will see UPTODATE set and return immediately, while the read from thread B is still in progress. This race could result in tree-checker errors like this as the extent buffer is concurrently modified: BTRFS critical (device dm-0): corrupted node, root=256 block=8550954455682405139 owner mismatch, have 11858205567642294356 expect [256, 18446744073709551360] Fix it by testing UPTODATE again after setting the READING bit, and if it's been set, skip the unnecessary read. [ minor update of changelog ]

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

Affected SoftwareAffected VersionHow to fix
ubuntu/linux<6.8.0-35.35
6.8.0-35.35
ubuntu/linux<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-aws<6.8.0-1009.9
6.8.0-1009.9
ubuntu/linux-aws<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-aws-5.15<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-aws-5.4<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-aws-6.5<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-aws-fips<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-aws-hwe<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-azure<6.8.0-1008.8
6.8.0-1008.8
ubuntu/linux-azure<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-azure-4.15<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-azure-5.15<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-azure-5.4<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-azure-6.5<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-azure-fde<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-azure-fde-5.15<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-azure-fips<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-bluefield<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-fips<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-gcp<6.8.0-1008.9
6.8.0-1008.9
ubuntu/linux-gcp<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-gcp-4.15<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-gcp-5.15<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-gcp-5.4<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-gcp-6.5<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-gcp-fips<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-gke<6.8.0-1004.7
6.8.0-1004.7
ubuntu/linux-gke<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-gkeop<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-gkeop-5.15<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-hwe<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-hwe-5.15<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-hwe-5.4<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-hwe-6.5<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-ibm<6.8.0-1006.6
6.8.0-1006.6
ubuntu/linux-ibm<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-ibm-5.15<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-ibm-5.4<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-intel<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-intel-iotg<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-intel-iotg-5.15<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-iot<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-kvm<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-laptop<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-lowlatency<6.8.0-35.35.1
6.8.0-35.35.1
ubuntu/linux-lowlatency<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-lowlatency-hwe-5.15<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-lowlatency-hwe-6.5<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-lts-xenial<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-nvidia<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-nvidia-6.5<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-oem-6.5<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-oem-6.8<6.8.0-1006.6
6.8.0-1006.6
ubuntu/linux-oem-6.8<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-oracle<6.8.0-1006.6
6.8.0-1006.6
ubuntu/linux-oracle<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-oracle-5.15<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-oracle-5.4<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-oracle-6.5<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-raspi<6.8.0-1005.5
6.8.0-1005.5
ubuntu/linux-raspi<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-raspi-5.4<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-riscv<6.8.0-35.35.1
6.8.0-35.35.1
ubuntu/linux-riscv<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-riscv-5.15<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-riscv-6.5<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-starfive<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-starfive-6.5<6.9~<6.8.3
6.9~
6.8.3
ubuntu/linux-xilinx-zynqmp<6.9~<6.8.3
6.9~
6.8.3
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

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.

Parent vulnerabilities

(Appears in the following advisories)

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