selinux:修复 hashtab 分配失败时的 NULL 指针取消引用 (CVE-2021-47218)

admin 2024-05-13 01:08:21 Ali_nvd 来源:ZONE.CI 全球网 0 阅读模式
selinux:修复 hashtab 分配失败时的 NULL 指针取消引用 (CVE-2021-47218)

CVE编号

CVE-2021-47218

利用情况

暂无

补丁情况

N/A

披露时间

2024-04-11
漏洞描述
In the Linux kernel, the following vulnerability has been resolved: selinux: fix NULL-pointer dereference when hashtab allocation fails When the hash table slot array allocation fails in hashtab_init(), h->size is left initialized with a non-zero value, but the h->htable pointer is NULL. This may then cause a NULL pointer dereference, since the policydb code relies on the assumption that even after a failed hashtab_init(), hashtab_map() and hashtab_destroy() can be safely called on it. Yet, these detect an empty hashtab only by looking at the size. Fix this by making sure that hashtab_init() always leaves behind a valid empty hashtab when the allocation fails.
解决建议
建议您更新当前系统或软件至最新版,完成漏洞的修复。
参考链接
https://git.kernel.org/stable/c/83c8ab8503adf56bf68dafc7a382f4946c87da79
https://git.kernel.org/stable/c/b17dd53cac769dd13031b0ca34f90cc65e523fab
https://git.kernel.org/stable/c/dc27f3c5d10c58069672215787a96b4fae01818b
受影响软件情况
# 类型 厂商 产品 版本 影响面
1
运行在以下环境
系统 debian_10 linux * Up to (excluding) 4.19.304-1
运行在以下环境
系统 debian_11 linux * Up to (excluding) 5.10.84-1
运行在以下环境
系统 debian_12 linux * Up to (excluding) 5.15.5-1
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