lib/generic-radix-tree.c:修复 __genradix_ptr_alloc() 中的罕见竞争(CVE-2024-47668)

admin 2024-10-10 20:41:25 Ali_nvd 来源:ZONE.CI 全球网 0 阅读模式
lib/generic-radix-tree.c:修复 __genradix_ptr_alloc() 中的罕见竞争(CVE-2024-47668)

CVE编号

CVE-2024-47668

利用情况

暂无

补丁情况

N/A

披露时间

2024-10-09
漏洞描述
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.
解决建议
建议您更新当前系统或软件至最新版,完成漏洞的修复。
参考链接
https://git.kernel.org/stable/c/0f078f8ca93b28a34e20bd050f12cd4efeee7c0f
https://git.kernel.org/stable/c/0f27f4f445390cb7f73d4209cb2bf32834dc53da
https://git.kernel.org/stable/c/99418ec776a39609f50934720419e0b464ca2283
https://git.kernel.org/stable/c/ad5ee9feebc2eb8cfc76ed74a2d6e55343b0e169
https://git.kernel.org/stable/c/b2f11c6f3e1fc60742673b8675c95b78447f3dae
https://git.kernel.org/stable/c/d942e855324a60107025c116245095632476613e
https://git.kernel.org/stable/c/ebeff038744c498a036e7a92eb8e433ae0a386d7
CVSS3评分 N/A
  • 攻击路径 N/A
  • 攻击复杂度 N/A
  • 权限要求 N/A
  • 影响范围 N/A
  • 用户交互 N/A
  • 可用性 N/A
  • 保密性 N/A
  • 完整性 N/A
N/A
CWE-ID 漏洞类型
- avd.aliyun.com
weinxin
版权声明
本站原创文章转载请注明文章出处及链接,谢谢合作!
评论:0   参与:  0