漏洞标题
etcd中的输入验证不当
漏洞描述信息
在etcd 3.3.23版本和3.4.10版本之前,在wal/wal.go中的ReadAll方法中,存在一个条目索引大于条目数量的情况。这可能会在共识过程中读取WAL条目时引起问题,因为任意etcd共识参与者在读取条目时可能会由于运行时恐慌而下线。
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞类别
N/A
漏洞标题
Improper Input Validation in etcd
漏洞描述信息
In etcd before versions 3.3.23 and 3.4.10, it is possible to have an entry index greater then the number of entries in the ReadAll method in wal/wal.go. This could cause issues when WAL entries are being read during consensus as an arbitrary etcd consensus participant could go down from a runtime panic when reading the entry.
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞类别
输入验证不恰当
漏洞标题
etcd 输入验证错误漏洞
漏洞描述信息
etcd是一套使用Go语言编写的用于分布式系统的键值存储系统。 etcd 3.3.23之前版本和3.4.10之前版本中存在输入验证错误漏洞。该漏洞源于网络系统或产品未对输入的数据进行正确的验证。
CVSS信息
N/A
漏洞类别
输入验证错误