摘要:
etcd security update
安全等级: Critical
公告ID: KylinSec-SA-2025-1600
发布日期: 2025年2月21日
关联CVE: CVE-2021-28235 CVE-2022-3064 CVE-2022-34038 CVE-2022-41723 CVE-2023-32082
%{expand:
Security Fix(es):
Authentication vulnerability found in Etcd-io v.3.4.10 allows remote attackers to escalate privileges via the debug function.(CVE-2021-28235)
Parsing malicious or large YAML documents can consume excessive amounts of CPU or memory.(CVE-2022-3064)
Etcd v3.5.4 allows remote attackers to cause a denial of service via function PageWriter.write in pagewriter.go. NOTE: the vendor's position is that this is not a vulnerability.(CVE-2022-34038)
A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests.(CVE-2022-41723)
etcd is a distributed key-value store for the data of a distributed system. Prior to versions 3.4.26 and 3.5.9, the LeaseTimeToLive API allows access to key names (not value) associated to a lease when `Keys` parameter is true, even a user doesn't have read permission to the keys. The impact is limited to a cluster which enables auth (RBAC). Versions 3.4.26 and 3.5.9 fix this issue. There are no known workarounds.(CVE-2023-32082)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2021-28235 | KY3.4-5A | etcd | Fixed |
CVE-2022-3064 | KY3.4-5A | etcd | Fixed |
CVE-2022-34038 | KY3.4-5A | etcd | Fixed |
CVE-2022-41723 | KY3.4-5A | etcd | Fixed |
CVE-2023-32082 | KY3.4-5A | etcd | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
etcd | x86_64 | 3.4.14-11.kb1.ky3_4 |
etcd | aarch64 | 3.4.14-11.kb1.ky3_4 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名