Description
In the Linux kernel, the following vulnerability has been resolved: btrfs: abort transaction on unexpected eb generation at btrfs_copy_root() If we find an unexpected generation for the extent buffer we are cloning at btrfs_copy_root(), we just WARN_ON() and don't error out and abort the transaction, meaning we allow to persist metadata with an unexpected generation. Instead of warning only, abort the transaction and return -EUCLEAN.
Product status
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before 4290e34fb87ae556b12c216efd0ae91583446b7a
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before 4734255ef39b416864139dcda96a387fe5f33a6a
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before da2124719f386b6e5d4d4b1a2e67c440e4d5892f
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before f4f5bd9251a4cbe55aaa05725c6c3c32ad1f74b3
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before 33e8f24b52d2796b8cfb28c19a1a7dd6476323a8
6.1.149 (semver)
6.6.103 (semver)
6.12.44 (semver)
6.16.4 (semver)
6.17 (original_commit_for_fix)
References
git.kernel.org/...c/4290e34fb87ae556b12c216efd0ae91583446b7a
git.kernel.org/...c/4734255ef39b416864139dcda96a387fe5f33a6a
git.kernel.org/...c/da2124719f386b6e5d4d4b1a2e67c440e4d5892f
git.kernel.org/...c/f4f5bd9251a4cbe55aaa05725c6c3c32ad1f74b3
git.kernel.org/...c/33e8f24b52d2796b8cfb28c19a1a7dd6476323a8