In the Linux kernel, the following vulnerability has been resolved:
btrfs: wait for fixup workers before stopping cleaner kthread during umount
During unmount, at close_ctree(), we have the following steps in this order:
1) Park the cleaner kthread - this doesn't destroy the kthread, it basically halts its execution (wake ups against it work but do nothing);
2) We stop the cleaner kthread - this results in freeing the respective struct task_struct;
3) We call btrfs_stop_all_workers() which waits for any jobs running in all the work queues and then free the work queues.
Syzbot reported a case where a fixup worker resulted in a crash when doing a delayed iput on its inode while attempting to wake up the cleaner at btrfs_add_delayed_iput(), because the task_struct of the cleaner kthread was already freed. This can happen during unmount because we don't wait for any fixup workers still running before we call kthread_stop() against the cleaner kthread, which stops and free all its resources.
Fix this by waiting for any fixup workers at close_ctree() before we call kthread_stop() against the cleaner and run pending delayed iputs.
The stack traces reported by syzbot were the following:
BUG: KASAN: slab-use-after-free in __lock_acquire+0x77/0x2050 kernel/locking/lockdep.c:5065 Read of size 8 at addr ffff8880272a8a18 by task kworker/u8:3/52
CPU: 1 UID: 0 PID: 52 Comm: kworker/u8:3 Not tainted 6.12.0-rc1-syzkaller #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 09/13/2024 Workqueue: btrfs-fixup btrfs_work_helper Call Trace: <TASK> __dump_stack lib/dump_stack.c:94 [inline] dump_stack_lvl+0x241/0x360 lib/dump_stack.c:120 print_address_description mm/kasan/report.c:377 [inline] print_report+0x169/0x550 mm/kasan/report.c:488 kasan_report+0x143/0x180 mm/kasan/report.c:601 __lock_acquire+0x77/0x2050 kernel/locking/lockdep.c:5065 lock_acquire+0x1ed/0x550 kernel/locking/lockdep.c:5825 __raw_spin_lock_irqsave include/linux/spinlock_api_smp.h:110 [inline] _raw_spin_lock_irqsave+0xd5/0x120 kernel/locking/spinlock.c:162 class_raw_spinlock_irqsave_constructor include/linux/spinlock.h:551 [inline] try_to_wake_up+0xb0/0x1480 kernel/sched/core.c:4154 btrfs_writepage_fixup_worker+0xc16/0xdf0 fs/btrfs/inode.c:2842 btrfs_work_helper+0x390/0xc50 fs/btrfs/async-thread.c:314 process_one_work kernel/workqueue.c:3229 [inline] process_scheduled_works+0xa63/0x1850 kernel/workqueue.c:3310 worker_thread+0x870/0xd30 kernel/workqueue.c:3391 kthread+0x2f0/0x390 kernel/kthread.c:389 ret_from_fork+0x4b/0x80 arch/x86/kernel/process.c:147 ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:244 </TASK>
Allocated by task 2: kasan_save_stack mm/kasan/common.c:47 [inline] kasan_save_track+0x3f/0x80 mm/kasan/common.c:68 unpoison_slab_object mm/kasan/common.c:319 [inline] __kasan_slab_alloc+0x66/0x80 mm/kasan/common.c:345 kasan_slab_alloc include/linux/kasan.h:247 [inline] slab_post_alloc_hook mm/slub.c:4086 [inline] slab_alloc_node mm/slub.c:4135 [inline] kmem_cache_alloc_node_noprof+0x16b/0x320 mm/slub.c:4187 alloc_task_struct_node kernel/fork.c:180 [inline] dup_task_struct+0x57/0x8c0 kernel/fork.c:1107 copy_process+0x5d1/0x3d50 kernel/fork.c:2206 kernel_clone+0x223/0x880 kernel/fork.c:2787 kernel_thread+0x1bc/0x240 kernel/fork.c:2849 create_kthread kernel/kthread.c:412 [inline] kthreadd+0x60d/0x810 kernel/kthread.c:765 ret_from_fork+0x4b/0x80 arch/x86/kernel/process.c:147 ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:244
Freed by task 61: kasan_save_stack mm/kasan/common.c:47 [inline] kasan_save_track+0x3f/0x80 mm/kasan/common.c:68 kasan_save_free_info+0x40/0x50 mm/kasan/generic.c:579 poison_slab_object mm/kasan/common.c:247 [inline] __kasan_slab_free+0x59/0x70 mm/kasan/common.c:264 kasan_slab_free include/linux/kasan.h:230 [inline] slab_free_h ---truncated---
CVSS Details
- CVSS 3.1 Base Score: 7.8
- CVSS 3.1 Vector: (CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Amazon Linux Ami 2 | — | Upgrade kernel-tools-debuginfoUpgrade kernelUpgrade perf-debuginfoUpgrade perfUpgrade kernel-debuginfoUpgrade bpftool-debuginfoUpgrade kernel-livepatch-5.10.227-219.884Upgrade kernel-debuginfo-common-aarch64Upgrade kernel-develUpgrade kernel-livepatch-5.15.168-114.166Upgrade kernel-tools-develUpgrade bpftool | Mar 14, 2025 | Oct 21, 2024 |
| Amazon_linux_2023 | — | Upgrade kernel-tools-develUpgrade kernel-develUpgrade python3-perf-debuginfoUpgrade kernel-libbpf-staticUpgrade kernel-toolsUpgrade bpftoolUpgrade kernel-modules-extra-commonUpgrade kernel-libbpf-develUpgrade kernelUpgrade kernel-debuginfo-common-x86_64Upgrade kernel-debuginfo-common-aarch64Upgrade kernel-livepatch-6.1.115-126.197Upgrade python3-perfUpgrade kernel-tools-debuginfoUpgrade kernel-modules-extraUpgrade kernel-debuginfoUpgrade perfUpgrade bpftool-debuginfoUpgrade kernel-headersUpgrade perf-debuginfoUpgrade kernel-libbpf | Mar 27, 2025 | Oct 21, 2024 |
| Debian | — | Upgrade linuxUpgrade linux-6.1 | Nov 11, 2024 | Oct 21, 2024 |
| Dell Powerstore Dsa2025223 | — | Upgrade Dell PowerStoreOS to the latest version | Oct 23, 2025 | May 27, 2025 |
| Oracle_linux | — | Upgrade kernel-uek | Dec 17, 2024 | Oct 21, 2024 |
| Redhat_linux | — | No solution exists | Jul 9, 2025 | Oct 21, 2024 |
| Ubuntu | — | Upgrade linux-image-azure-cvmUpgrade linux-image-generic-lpae-hwe-20.04Upgrade linux-image-6.8.0-57-genericUpgrade linux-image-raspi-nolpaeUpgrade linux-image-aws-lts-24.04Upgrade linux-image-6.11.0-1010-lowlatency-64kUpgrade linux-image-6.8.0-1020-oracleUpgrade linux-image-raspi-hwe-18.04Upgrade linux-image-5.15.0-127-generic-lpaeUpgrade linux-image-virtual-hwe-18.04Upgrade linux-image-intelUpgrade linux-image-5.15.0-1073-awsUpgrade linux-image-6.8.0-1023-awsUpgrade linux-image-5.4.0-1138-oracleUpgrade linux-image-6.11.0-1009-awsUpgrade linux-image-virtual-hwe-22.04Upgrade linux-image-6.8.0-1025-azureUpgrade linux-image-gkeopUpgrade linux-image-lowlatency-hwe-18.04Upgrade linux-image-6.11.0-1008-raspiUpgrade linux-image-azureUpgrade linux-image-5.4.0-1127-kvmUpgrade linux-image-realtime-hwe-24.04Upgrade linux-image-fipsUpgrade linux-image-oemUpgrade linux-image-realtimeUpgrade linux-image-5.4.0-1116-fipsUpgrade linux-image-oem-22.04dUpgrade linux-image-awsUpgrade linux-image-intel-iotgUpgrade linux-image-gcp-64kUpgrade linux-image-oem-20.04cUpgrade linux-image-gcp-64k-lts-24.04Upgrade linux-image-oracle-lts-22.04Upgrade linux-image-5.4.0-1099-bluefieldUpgrade linux-image-5.4.0-1142-awsUpgrade linux-image-6.8.0-1020-oracle-64kUpgrade linux-image-generic-hwe-20.04Upgrade linux-image-gkeop-5.15Upgrade linux-image-gcp-lts-24.04Upgrade linux-image-oracle-lts-20.04Upgrade linux-image-5.15.0-127-genericUpgrade linux-image-5.15.0-1068-nvidiaUpgrade linux-image-lowlatency-64k-hwe-20.04Upgrade linux-image-5.4.0-208-genericUpgrade linux-image-5.15.0-1078-azureUpgrade linux-image-6.8.0-1022-nvidia-64kUpgrade linux-image-gkeUpgrade linux-image-5.15.0-1070-kvmUpgrade linux-image-5.15.0-1071-oracleUpgrade linux-image-5.4.0-208-lowlatencyUpgrade linux-image-generic-64k-hwe-22.04Upgrade linux-image-virtual-hwe-20.04Upgrade linux-image-6.11.0-1010-lowlatencyUpgrade linux-image-raspiUpgrade linux-image-oem-24.04Upgrade linux-image-snapdragon-hwe-18.04Upgrade linux-image-5.15.0-1072-gcpUpgrade linux-image-oem-20.04Upgrade linux-image-5.15.0-1039-xilinx-zynqmpUpgrade linux-image-5.15.0-1056-gkeopUpgrade linux-image-5.15.0-1071-intel-iotgUpgrade linux-image-lowlatency-hwe-22.04Upgrade linux-image-nvidia-lowlatencyUpgrade linux-image-5.4.0-1140-awsUpgrade linux-image-nvidia-6.8Upgrade linux-image-nvidia-hwe-22.04Upgrade linux-image-oem-22.04cUpgrade linux-image-6.11.0-1015-oemUpgrade linux-image-oracle-64k-lts-24.04Upgrade linux-image-xilinx-zynqmpUpgrade linux-image-6.11.0-18-generic-64kUpgrade linux-image-6.8.0-1024-oemUpgrade linux-image-5.4.0-1058-xilinx-zynqmpUpgrade linux-image-6.8.0-1019-raspiUpgrade linux-image-oem-20.04dUpgrade linux-image-5.4.0-208-generic-lpaeUpgrade linux-image-oracle-lts-24.04Upgrade linux-image-lowlatency-hwe-20.04Upgrade linux-image-gcp-lts-22.04Upgrade linux-image-generic-hwe-22.04Upgrade linux-image-nvidia-64k-6.8Upgrade linux-image-6.8.0-1022-nvidia-lowlatencyUpgrade linux-image-bluefieldUpgrade linux-image-oracle-64kUpgrade linux-image-6.8.0-1014-azure-nvidiaUpgrade linux-image-5.15.0-1066-ibmUpgrade linux-image-6.8.0-1022-nvidia-lowlatency-64kUpgrade linux-image-6.8.0-1022-nvidiaUpgrade linux-image-6.8.0-1022-ibmUpgrade linux-image-6.8.0-1019-gkeUpgrade linux-image-oem-24.04bUpgrade linux-image-oem-osp1Upgrade linux-image-5.15.0-1066-raspiUpgrade linux-image-genericUpgrade linux-image-oracleUpgrade linux-image-6.11.0-1009-azure-fdeUpgrade linux-image-virtualUpgrade linux-image-6.11.0-18-genericUpgrade linux-image-6.11.0-1011-oracleUpgrade linux-image-5.15.0-127-lowlatencyUpgrade linux-image-5.4.0-1143-gcpUpgrade linux-image-lowlatency-64kUpgrade linux-image-generic-64k-hwe-20.04Upgrade linux-image-oem-22.04bUpgrade linux-image-nvidia-lowlatency-64kUpgrade linux-image-generic-64k-hwe-24.04Upgrade linux-image-raspi2Upgrade linux-image-oem-24.04aUpgrade linux-image-6.8.0-1006-gkeopUpgrade linux-image-gkeop-6.8Upgrade linux-image-6.8.0-1024-gcp-64kUpgrade linux-image-generic-hwe-18.04Upgrade linux-image-6.8.0-54-generic-64kUpgrade linux-image-6.8.0-54-lowlatencyUpgrade linux-image-lowlatencyUpgrade linux-image-6.11.0-1011-oracle-64kUpgrade linux-image-azure-lts-24.04Upgrade linux-image-azure-lts-20.04Upgrade linux-image-6.8.0-54-lowlatency-64kUpgrade linux-image-6.8.0-54-genericUpgrade linux-image-6.8.0-1025-azure-fdeUpgrade linux-image-5.15.0-1070-gkeUpgrade linux-image-5.4.0-1086-ibmUpgrade linux-image-generic-lpaeUpgrade linux-image-ibm-classicUpgrade linux-image-ibmUpgrade linux-image-generic-hwe-24.04Upgrade linux-image-aws-lts-22.04Upgrade linux-image-6.8.0-1024-gcpUpgrade linux-image-6.11.0-1005-realtimeUpgrade linux-image-oem-22.04Upgrade linux-image-6.11.0-1009-azureUpgrade linux-image-generic-64kUpgrade linux-image-5.15.0-1068-nvidia-lowlatencyUpgrade linux-image-6.8.0-57-generic-64kUpgrade linux-image-aws-lts-20.04Upgrade linux-image-nvidiaUpgrade linux-image-kvmUpgrade linux-image-gke-5.15Upgrade linux-image-gcp-lts-20.04Upgrade linux-image-5.4.0-1129-raspiUpgrade linux-image-ibm-lts-24.04Upgrade linux-image-azure-fde-lts-24.04Upgrade linux-image-ibm-lts-20.04Upgrade linux-image-nvidia-64k-hwe-22.04Upgrade linux-image-azure-nvidiaUpgrade linux-image-gcpUpgrade linux-image-lowlatency-64k-hwe-22.04Upgrade linux-image-oem-22.04aUpgrade linux-image-5.4.0-1145-azureUpgrade linux-image-6.11.0-1009-gcpUpgrade linux-image-oem-20.04bUpgrade linux-image-nvidia-64kUpgrade linux-image-5.15.0-127-generic-64kUpgrade linux-image-5.15.0-127-lowlatency-64kUpgrade linux-image-azure-lts-22.04Upgrade linux-image-5.4.0-1048-iotUpgrade linux-image-azure-fdeUpgrade linux-image-virtual-hwe-24.04 | Dec 18, 2024 | Oct 21, 2024 |
| Vmware Photon_os | — | Use 'tdnf update' to upgrade all packages to the latest version. | Oct 14, 2025 | Oct 21, 2024 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub