摘要:
skopeo security update
安全等级: High
公告ID: KylinSec-SA-2023-2309
发布日期: 2023年11月17日
关联CVE: CVE-2023-24534
A command line utility that performs various operations on container images and image repositories
Security Fix(es):
HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input data can cause the common function used to parse HTTP and MIME headers to allocate substantially more memory than required to hold the parsed headers. An attacker can exploit this behavior to cause an HTTP server to allocate large amounts of memory from a small request, potentially leading to memory exhaustion and a denial of service. With fix, header parsing now correctly allocates only the memory required to hold parsed headers.(CVE-2023-24534)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2023-24534 | KY3.5.2 | skopeo | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
containers-common | x86_64 | 1.5.2-3.ky3_5 |
skopeo | x86_64 | 1.5.2-3.ky3_5 |
skopeo | aarch64 | 1.5.2-3.ky3_5 |
containers-common | aarch64 | 1.5.2-3.ky3_5 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名