安全公告/【CVE-2023-34967】

基本信息

漏洞名称:
受影响操作系统:Asianux
危险等级:中危
影响源码包:samba
CVSS评分:5.3
发现日期:2023-08-31
修复版本:samba-4.11.12-30

漏洞描述

A Type Confusion vulnerability was found in Samba's mdssvc RPC service for Spotlight. When parsing Spotlight mdssvc RPC packets, one encoded data structure is a key-value style dictionary where the keys are character strings, and the values can be any of the supported types in the mdssvc protocol. Due to a lack of type checking in callers of the dalloc_value_for_key() function, which returns the object associated with a key, a caller may trigger a crash in talloc_get_size() when talloc detects that the passed-in pointer is not a valid talloc pointer. With an RPC worker process shared among multiple client connections, a malicious client or attacker can trigger a process crash in a shared RPC mdssvc worker process, affecting all other clients this worker serves.

修复方式

yum update PackageName

漏洞判定

执行命令yum info PackageName获取软件包版本号,版本小于修复版本,则受此漏洞影响,版本大于等于修复版本,则此漏洞已修复

补丁

参考

https://gitee.com/src-openeuler/samba/issues/I7MH33
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-34967
https://nvd.nist.gov/vuln/detail/CVE-2023-34967