• 公告ID (KylinSec-SA-2024-3010)

摘要:

docker security update

安全等级: High

公告ID: KylinSec-SA-2024-3010

发布日期: 2024年10月31日

关联CVE: CVE-2024-24557  

  • 详细介绍

1. 漏洞描述

   

Docker is an open source project to build, ship and run any application as a lightweight container.

Security Fix(es):

Moby is an open-source project created by Docker to enable software containerization. The classic builder cache system is prone to cache poisoning if the image is built FROM scratch. Also, changes to some instructions (most important being HEALTHCHECK and ONBUILD) would not cause a cache miss. An attacker with the knowledge of the Dockerfile someone is using could poison their cache by making them pull a specially crafted image that would be considered as a valid cache candidate for some build steps. 23.0+ users are only affected if they explicitly opted out of Buildkit (DOCKER_BUILDKIT=0 environment variable) or are using the /build API endpoint. All users on versions older than 23.0 could be impacted. Image build API endpoint (/build) and ImageBuild function from github.com/docker/docker/client is also affected as it the uses classic builder by default. Patches are included in 24.0.9 and 25.0.2 releases.(CVE-2024-24557)

2. 影响范围

cve名称 产品 组件 是否受影响
CVE-2024-24557 KY3.4-5A docker Fixed
CVE-2024-24557 KY3.5.2 docker Fixed

3. 影响组件

    docker

4. 修复版本

   

KY3.4-5A

软件名称 架构 版本号
docker-engine x86_64 18.09.0-264.kb1.ky3_4
docker-engine aarch64 18.09.0-265.kb1.ky3_4

KY3.5.2

软件名称 架构 版本号
docker-engine x86_64 18.09.0-334.ky3_5.kb1
docker-engine aarch64 18.09.0-334.ky3_5.kb1

5. 修复方法


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

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

6. 下载链接

   

KY3.4-5A:

x86_64:

     docker-engine   

aarch64:

     docker-engine   

KY3.5.2:

x86_64:

     docker-engine   

aarch64:

     docker-engine   

上一篇:KylinSec-SA-2024-3009 下一篇:KylinSec-SA-2024-3011