• 公告ID (KylinSec-SA-2023-2016)

摘要:

libX11 security update

安全等级: Medium

公告ID: KylinSec-SA-2023-2016

发布日期: 2023年6月27日

关联CVE: CVE-2023-3138  

  • 详细介绍

1. 漏洞描述

   

Core X11 protocol client library.

Security Fix(es):

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.(CVE-2023-3138)

2. 影响范围

cve名称 产品 组件 是否受影响
CVE-2023-3138 KY3.5.1 libX11 Fixed

3. 影响组件

    libX11

4. 修复版本

   

KY3.5.1

软件名称 架构 版本号
libX11-help noarch 1.7.2-8.kb1.ky3_5
libX11 x86_64 1.7.2-8.kb1.ky3_5
libX11-devel x86_64 1.7.2-8.kb1.ky3_5
libX11-devel aarch64 1.7.2-8.kb1.ky3_5
libX11 aarch64 1.7.2-8.kb1.ky3_5

5. 修复方法


方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm

方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名

6. 下载链接

   

KY3.5.1:

x86_64:

     libX11-help   

     libX11   

     libX11-devel   

aarch64:

     libX11-help   

     libX11-devel   

     libX11   

上一篇:KylinSec-SA-2023-1627 下一篇:KylinSec-SA-2023-2189