{ "schema_version": "1.4.0", "id": "GHSA-7gmh-9h47-r2x3", "modified": "2025-09-17T15:30:38Z", "published": "2025-09-17T15:30:38Z", "aliases": [ "CVE-2023-53339" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nbtrfs: fix BUG_ON condition in btrfs_cancel_balance\n\nPausing and canceling balance can race to interrupt balance lead to BUG_ON\npanic in btrfs_cancel_balance. The BUG_ON condition in btrfs_cancel_balance\ndoes not take this race scenario into account.\n\nHowever, the race condition has no other side effects. We can fix that.\n\nReproducing it with panic trace like this:\n\n kernel BUG at fs/btrfs/volumes.c:4618!\n RIP: 0010:btrfs_cancel_balance+0x5cf/0x6a0\n Call Trace:\n \n ? do_nanosleep+0x60/0x120\n ? hrtimer_nanosleep+0xb7/0x1a0\n ? sched_core_clone_cookie+0x70/0x70\n btrfs_ioctl_balance_ctl+0x55/0x70\n btrfs_ioctl+0xa46/0xd20\n __x64_sys_ioctl+0x7d/0xa0\n do_syscall_64+0x38/0x80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\n Race scenario as follows:\n > mutex_unlock(&fs_info->balance_mutex);\n > --------------------\n > .......issue pause and cancel req in another thread\n > --------------------\n > ret = __btrfs_balance(fs_info);\n >\n > mutex_lock(&fs_info->balance_mutex);\n > if (ret == -ECANCELED && atomic_read(&fs_info->balance_pause_req)) {\n > btrfs_info(fs_info, \"balance: paused\");\n > btrfs_exclop_balance(fs_info, BTRFS_EXCLOP_BALANCE_PAUSED);\n > }", "severity": [], "affected": [], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53339" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/29eefa6d0d07e185f7bfe9576f91e6dba98189c2" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/7c93b89cd46636b5e74c12fa21dd86167bc6ea8d" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/a0a462a0f20926918d6009f0b4b25673e883fc98" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/ae81329f7de3aa6f34ecdfa5412e72161a30e9ce" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/b966e9e1e250dfdb41a7f41775faea4a37af923c" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/bd7bef82ce0e929ef4cf63a34990545aaca28077" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/ceb9ba8e30833a4823e2dc73f80ebcdf2498d01a" } ], "database_specific": { "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2025-09-17T15:15:37Z" } }