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

基本信息

漏洞名称:
受影响操作系统:Asianux
危险等级:高危
影响源码包:libX11
CVSS评分:7.5
发现日期:2023-09-03
修复版本:libX11-1.6.9-7

漏洞描述

A vulnerability was found in libX11. The security flaw occurs because the functions in src/InitExt.c in libX11 do not check that the values provided for the Request, Event, or Error IDs are within the bounds of the arrays that those functions write to, using those IDs as array indexes. They trust that they were called with values provided by an Xserver adhering to the bounds specified in the X11 protocol, as all X servers provided by X.Org do. As the protocol only specifies a single byte for these values, an out-of-bounds value provided by a malicious server (or a malicious proxy-in-the-middle) can only overwrite other portions of the Display structure and not write outside the bounds of the Display structure itself, possibly causing the client to crash with this memory corruption.

修复方式

yum update PackageName

漏洞判定

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

补丁

参考

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