Description
In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc() If we need to increase the tree depth, allocate a new node, and then race with another thread that increased the tree depth before us, we'll still have a preallocated node that might be used later. If we then use that node for a new non-root node, it'll still have a pointer to the old root instead of being zeroed - fix this by zeroing it in the cmpxchg failure path.
Product status
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before 0f27f4f445390cb7f73d4209cb2bf32834dc53da
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before 99418ec776a39609f50934720419e0b464ca2283
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before ad5ee9feebc2eb8cfc76ed74a2d6e55343b0e169
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before ebeff038744c498a036e7a92eb8e433ae0a386d7
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before d942e855324a60107025c116245095632476613e
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before 0f078f8ca93b28a34e20bd050f12cd4efeee7c0f
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before b2f11c6f3e1fc60742673b8675c95b78447f3dae
5.4.284 (semver)
5.10.226 (semver)
5.15.167 (semver)
6.1.110 (semver)
6.6.51 (semver)
6.10.10 (semver)
6.11 (original_commit_for_fix)
References
lists.debian.org/debian-lts-announce/2025/01/msg00001.html
git.kernel.org/...c/0f27f4f445390cb7f73d4209cb2bf32834dc53da
git.kernel.org/...c/99418ec776a39609f50934720419e0b464ca2283
git.kernel.org/...c/ad5ee9feebc2eb8cfc76ed74a2d6e55343b0e169
git.kernel.org/...c/ebeff038744c498a036e7a92eb8e433ae0a386d7
git.kernel.org/...c/d942e855324a60107025c116245095632476613e
git.kernel.org/...c/0f078f8ca93b28a34e20bd050f12cd4efeee7c0f
git.kernel.org/...c/b2f11c6f3e1fc60742673b8675c95b78447f3dae
Data based on CVE®. Copyright © 1999-2025, The MITRE Corporation. All rights reserved.