Skip to content

etcd's WAL `ReadAll` method vulnerable to an entry with large index causing panic

Moderate severity GitHub Reviewed Published Aug 5, 2020 in etcd-io/etcd • Updated Feb 15, 2023

Package

gomod go.etcd.io/etcd/v3 (Go)

Affected versions

< 3.3.23
>= 3.4.0, < 3.4.10

Patched versions

3.3.23
3.4.10

Description

Vulnerability type

Data Validation

Detail

In the ReadAll method in wal/wal.go, it is possible to have an entry index greater then the number of entries. 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.

References

Find out more on this vulnerability in the security audit report

For more information

If you have any questions or comments about this advisory:

References

@spzala spzala published to etcd-io/etcd Aug 5, 2020
Published by the National Vulnerability Database Aug 5, 2020
Published to the GitHub Advisory Database Oct 6, 2022
Reviewed Oct 6, 2022
Last updated Feb 15, 2023

Severity

Moderate
5.3
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

CVE ID

CVE-2020-15112

GHSA ID

GHSA-m332-53r6-2w93

Source code

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.