ACPI:extlog:修复 NULL 指针取消引用检查 (CVE-2023-52605)

admin 2024-03-08 11:14:13 Ali_nvd 来源:ZONE.CI 全球网 0 阅读模式
ACPI:extlog:修复 NULL 指针取消引用检查 (CVE-2023-52605)

CVE编号

CVE-2023-52605

利用情况

暂无

补丁情况

N/A

披露时间

2024-03-06
漏洞描述
In the Linux kernel, the following vulnerability has been resolved: ACPI: extlog: fix NULL pointer dereference check The gcc plugin -fanalyzer [1] tries to detect various patterns of incorrect behaviour. The tool reports: drivers/acpi/acpi_extlog.c: In function ‘extlog_exit’: drivers/acpi/acpi_extlog.c:307:12: warning: check of ‘extlog_l1_addr’ for NULL after already dereferencing it [-Wanalyzer-deref-before-check] | | 306 | ((struct extlog_l1_head *)extlog_l1_addr)->flags &= ~FLAG_OS_OPTIN; | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | | | (1) pointer ‘extlog_l1_addr’ is dereferenced here | 307 | if (extlog_l1_addr) | |~ | || | |(2) pointer ‘extlog_l1_addr’ is checked for NULL here but it was already dereferenced at (1) | Fix the NULL pointer dereference check in extlog_exit().
解决建议
建议您更新当前系统或软件至最新版,完成漏洞的修复。
参考链接
https://git.kernel.org/stable/c/33650372e3ead97c5ab3b84d9ad97737bc5e00c0
https://git.kernel.org/stable/c/5457b0cbaa0238fc56b855c4ef2c0b9cc9c559ab
https://git.kernel.org/stable/c/72d9b9747e78979510e9aafdd32eb99c7aa30dd1
https://git.kernel.org/stable/c/77846571b3ba6a6125a20ad109bb8514ba884cf9
https://git.kernel.org/stable/c/b17a71435e7e153e949df018244a98b4ede04069
https://git.kernel.org/stable/c/b7b33627be0626b16ca321b982d6a2261ef7f703
https://git.kernel.org/stable/c/d2049af7ddbc361702c3e1f09bd6c5e9488454ca
https://git.kernel.org/stable/c/f066171de33d71ff0f7c46bd17636a5a26db3fb6
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
版权声明
本站原创文章转载请注明文章出处及链接,谢谢合作!
N/A Ali_nvd

N/A

N/ACVE编号 CVE-2024-9120利用情况 暂无补丁情况 N/A披露时间 2024-09-23漏洞描述Use after free in Dawn
评论:0   参与:  0